2023-11-08T17:47:59.624 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-08T17:47:59.625 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-11-08_16:14:24-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7452075 --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --name yuriw-2023-11-08_16:14:24-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-11-08_16:14:24-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7452075/orig.config.yaml 2023-11-08T17:47:59.661 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-08T17:47:59.743 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-08_16:14:24-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7452075 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: null first_in_suite: false job_id: '7452075' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-08_16:14:24-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: smithi019.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi122.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-08_16:14:24 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3590714 2023-11-08T17:47:59.743 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-08T17:47:59.744 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa/tasks 2023-11-08T17:47:59.744 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-08T17:47:59.746 INFO:teuthology.task.internal:Checking packages... 2023-11-08T17:47:59.775 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f' 2023-11-08T17:47:59.775 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-08T17:47:59.776 INFO:teuthology.packaging:ref: None 2023-11-08T17:47:59.776 INFO:teuthology.packaging:tag: None 2023-11-08T17:47:59.776 INFO:teuthology.packaging:branch: wip-yuri3-testing-2023-11-07-0801-pacific 2023-11-08T17:47:59.776 INFO:teuthology.packaging:sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 2023-11-08T17:47:59.777 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-08T17:48:00.006 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-129-gcfb6fd52-1focal 2023-11-08T17:48:00.006 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-08T17:48:00.014 INFO:teuthology.task.internal:no buildpackages task found 2023-11-08T17:48:00.014 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-08T17:48:00.020 INFO:teuthology.task.internal:Saving configuration 2023-11-08T17:48:00.036 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-08T17:48:00.043 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T17:48:00.065 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi019.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-08_16:14:24-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7452075', '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 17:39:51.198550', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-11-08T17:48:00.085 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi122.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-08_16:14:24-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7452075', '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 17:39:51.196853', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-11-08T17:48:00.085 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-08T17:48:00.091 INFO:teuthology.task.internal:roles: ubuntu@smithi019.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-08T17:48:00.091 INFO:teuthology.task.internal:roles: ubuntu@smithi122.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-08T17:48:00.092 INFO:teuthology.run_tasks:Running task console_log... 2023-11-08T17:48:00.160 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7faa216ebaf0>, signals=[15]) 2023-11-08T17:48:00.161 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-08T17:48:00.167 INFO:teuthology.task.internal:Opening connections... 2023-11-08T17:48:00.168 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi019.front.sepia.ceph.com 2023-11-08T17:48:00.170 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T17:48:00.217 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi122.front.sepia.ceph.com 2023-11-08T17:48:00.218 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T17:48:00.266 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-08T17:48:00.272 DEBUG:teuthology.orchestra.run.smithi019:> uname -m 2023-11-08T17:48:00.299 INFO:teuthology.orchestra.run.smithi019.stdout:x86_64 2023-11-08T17:48:00.300 DEBUG:teuthology.orchestra.run.smithi019:> cat /etc/os-release 2023-11-08T17:48:00.346 INFO:teuthology.orchestra.run.smithi019.stdout:NAME="Ubuntu" 2023-11-08T17:48:00.347 INFO:teuthology.orchestra.run.smithi019.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-11-08T17:48:00.347 INFO:teuthology.orchestra.run.smithi019.stdout:ID=ubuntu 2023-11-08T17:48:00.347 INFO:teuthology.orchestra.run.smithi019.stdout:ID_LIKE=debian 2023-11-08T17:48:00.347 INFO:teuthology.orchestra.run.smithi019.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-11-08T17:48:00.347 INFO:teuthology.orchestra.run.smithi019.stdout:VERSION_ID="20.04" 2023-11-08T17:48:00.348 INFO:teuthology.orchestra.run.smithi019.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-08T17:48:00.348 INFO:teuthology.orchestra.run.smithi019.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-08T17:48:00.348 INFO:teuthology.orchestra.run.smithi019.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-08T17:48:00.348 INFO:teuthology.orchestra.run.smithi019.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-08T17:48:00.348 INFO:teuthology.orchestra.run.smithi019.stdout:VERSION_CODENAME=focal 2023-11-08T17:48:00.349 INFO:teuthology.orchestra.run.smithi019.stdout:UBUNTU_CODENAME=focal 2023-11-08T17:48:00.349 INFO:teuthology.lock.ops:Updating smithi019.front.sepia.ceph.com on lock server 2023-11-08T17:48:00.378 DEBUG:teuthology.orchestra.run.smithi122:> uname -m 2023-11-08T17:48:00.386 INFO:teuthology.orchestra.run.smithi122.stdout:x86_64 2023-11-08T17:48:00.386 DEBUG:teuthology.orchestra.run.smithi122:> cat /etc/os-release 2023-11-08T17:48:00.435 INFO:teuthology.orchestra.run.smithi122.stdout:NAME="Ubuntu" 2023-11-08T17:48:00.436 INFO:teuthology.orchestra.run.smithi122.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-11-08T17:48:00.436 INFO:teuthology.orchestra.run.smithi122.stdout:ID=ubuntu 2023-11-08T17:48:00.436 INFO:teuthology.orchestra.run.smithi122.stdout:ID_LIKE=debian 2023-11-08T17:48:00.436 INFO:teuthology.orchestra.run.smithi122.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-11-08T17:48:00.437 INFO:teuthology.orchestra.run.smithi122.stdout:VERSION_ID="20.04" 2023-11-08T17:48:00.437 INFO:teuthology.orchestra.run.smithi122.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-08T17:48:00.437 INFO:teuthology.orchestra.run.smithi122.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-08T17:48:00.437 INFO:teuthology.orchestra.run.smithi122.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-08T17:48:00.437 INFO:teuthology.orchestra.run.smithi122.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-08T17:48:00.438 INFO:teuthology.orchestra.run.smithi122.stdout:VERSION_CODENAME=focal 2023-11-08T17:48:00.438 INFO:teuthology.orchestra.run.smithi122.stdout:UBUNTU_CODENAME=focal 2023-11-08T17:48:00.438 INFO:teuthology.lock.ops:Updating smithi122.front.sepia.ceph.com on lock server 2023-11-08T17:48:00.470 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-08T17:48:00.479 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-08T17:48:00.484 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-08T17:48:00.484 DEBUG:teuthology.orchestra.run.smithi019:> test '!' -e /home/ubuntu/cephtest 2023-11-08T17:48:00.487 DEBUG:teuthology.orchestra.run.smithi122:> test '!' -e /home/ubuntu/cephtest 2023-11-08T17:48:00.493 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-08T17:48:00.499 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-08T17:48:00.499 DEBUG:teuthology.orchestra.run.smithi019:> test -z $(ls -A /var/lib/ceph) 2023-11-08T17:48:00.534 DEBUG:teuthology.orchestra.run.smithi122:> test -z $(ls -A /var/lib/ceph) 2023-11-08T17:48:00.553 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-08T17:48:00.607 INFO:teuthology.run_tasks:Running task kernel... 2023-11-08T17:48:00.623 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-08T17:48:00.623 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-11-08T17:48:00.624 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2023-11-08T17:48:00.624 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-08T17:48:00.625 DEBUG:teuthology.orchestra.run.smithi019:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T17:48:00.626 DEBUG:teuthology.orchestra.run.smithi122:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T17:48:00.631 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T17:48:00.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T17:48:00.633 DEBUG:teuthology.orchestra.run.smithi122:> uname -r 2023-11-08T17:48:00.633 DEBUG:teuthology.orchestra.run.smithi019:> uname -r 2023-11-08T17:48:00.639 INFO:teuthology.orchestra.run.smithi122.stdout:5.4.0-124-generic 2023-11-08T17:48:00.640 INFO:teuthology.task.kernel:Running kernel on smithi122: 5.4.0-124-generic 2023-11-08T17:48:00.640 DEBUG:teuthology.orchestra.run.smithi122:> sudo apt-get clean 2023-11-08T17:48:00.641 INFO:teuthology.orchestra.run.smithi019.stdout:5.4.0-124-generic 2023-11-08T17:48:00.641 INFO:teuthology.task.kernel:Running kernel on smithi019: 5.4.0-124-generic 2023-11-08T17:48:00.642 DEBUG:teuthology.orchestra.run.smithi019:> sudo apt-get clean 2023-11-08T17:48:00.746 DEBUG:teuthology.orchestra.run.smithi122:> sudo apt-get update 2023-11-08T17:48:00.779 DEBUG:teuthology.orchestra.run.smithi019:> sudo apt-get update 2023-11-08T17:48:00.922 INFO:teuthology.orchestra.run.smithi122.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-08T17:48:00.926 INFO:teuthology.orchestra.run.smithi122.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-11-08T17:48:00.955 INFO:teuthology.orchestra.run.smithi019.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-08T17:48:00.955 INFO:teuthology.orchestra.run.smithi019.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-11-08T17:48:00.955 INFO:teuthology.orchestra.run.smithi019.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-11-08T17:48:00.986 INFO:teuthology.orchestra.run.smithi122.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-11-08T17:48:01.028 INFO:teuthology.orchestra.run.smithi122.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-11-08T17:48:01.029 INFO:teuthology.orchestra.run.smithi019.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-11-08T17:48:01.309 INFO:teuthology.orchestra.run.smithi122.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [906 kB] 2023-11-08T17:48:01.358 INFO:teuthology.orchestra.run.smithi019.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,569 kB] 2023-11-08T17:48:01.404 INFO:teuthology.orchestra.run.smithi122.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,957 kB] 2023-11-08T17:48:01.443 INFO:teuthology.orchestra.run.smithi122.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [481 kB] 2023-11-08T17:48:01.446 INFO:teuthology.orchestra.run.smithi122.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-11-08T17:48:01.447 INFO:teuthology.orchestra.run.smithi122.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-11-08T17:48:01.447 INFO:teuthology.orchestra.run.smithi122.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,479 kB] 2023-11-08T17:48:01.466 INFO:teuthology.orchestra.run.smithi122.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [346 kB] 2023-11-08T17:48:01.468 INFO:teuthology.orchestra.run.smithi122.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-11-08T17:48:01.468 INFO:teuthology.orchestra.run.smithi122.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,128 kB] 2023-11-08T17:48:01.478 INFO:teuthology.orchestra.run.smithi122.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [754 kB] 2023-11-08T17:48:01.483 INFO:teuthology.orchestra.run.smithi122.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [270 kB] 2023-11-08T17:48:01.484 INFO:teuthology.orchestra.run.smithi122.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-11-08T17:48:01.485 INFO:teuthology.orchestra.run.smithi122.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-11-08T17:48:01.485 INFO:teuthology.orchestra.run.smithi122.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-11-08T17:48:01.486 INFO:teuthology.orchestra.run.smithi122.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-11-08T17:48:01.495 INFO:teuthology.orchestra.run.smithi122.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-11-08T17:48:01.495 INFO:teuthology.orchestra.run.smithi122.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-11-08T17:48:01.496 INFO:teuthology.orchestra.run.smithi122.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-11-08T17:48:01.511 INFO:teuthology.orchestra.run.smithi122.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-11-08T17:48:01.512 INFO:teuthology.orchestra.run.smithi122.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-11-08T17:48:01.512 INFO:teuthology.orchestra.run.smithi122.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-11-08T17:48:01.513 INFO:teuthology.orchestra.run.smithi122.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-11-08T17:48:01.519 INFO:teuthology.orchestra.run.smithi019.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [672 kB] 2023-11-08T17:48:01.520 INFO:teuthology.orchestra.run.smithi019.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [906 kB] 2023-11-08T17:48:01.532 INFO:teuthology.orchestra.run.smithi019.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [398 kB] 2023-11-08T17:48:01.536 INFO:teuthology.orchestra.run.smithi019.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-11-08T17:48:01.537 INFO:teuthology.orchestra.run.smithi019.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-11-08T17:48:01.538 INFO:teuthology.orchestra.run.smithi019.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,367 kB] 2023-11-08T17:48:01.556 INFO:teuthology.orchestra.run.smithi019.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [329 kB] 2023-11-08T17:48:01.559 INFO:teuthology.orchestra.run.smithi019.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-11-08T17:48:01.559 INFO:teuthology.orchestra.run.smithi019.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [620 kB] 2023-11-08T17:48:01.564 INFO:teuthology.orchestra.run.smithi019.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [896 kB] 2023-11-08T17:48:01.576 INFO:teuthology.orchestra.run.smithi019.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [188 kB] 2023-11-08T17:48:01.576 INFO:teuthology.orchestra.run.smithi019.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-11-08T17:48:01.576 INFO:teuthology.orchestra.run.smithi019.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-11-08T17:48:01.576 INFO:teuthology.orchestra.run.smithi019.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-11-08T17:48:01.577 INFO:teuthology.orchestra.run.smithi019.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-11-08T17:48:01.584 INFO:teuthology.orchestra.run.smithi019.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-11-08T17:48:01.604 INFO:teuthology.orchestra.run.smithi019.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,957 kB] 2023-11-08T17:48:01.640 INFO:teuthology.orchestra.run.smithi122.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,569 kB] 2023-11-08T17:48:01.651 INFO:teuthology.orchestra.run.smithi019.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [481 kB] 2023-11-08T17:48:01.655 INFO:teuthology.orchestra.run.smithi019.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-11-08T17:48:01.656 INFO:teuthology.orchestra.run.smithi019.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,479 kB] 2023-11-08T17:48:01.684 INFO:teuthology.orchestra.run.smithi019.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-11-08T17:48:01.685 INFO:teuthology.orchestra.run.smithi019.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [346 kB] 2023-11-08T17:48:01.689 INFO:teuthology.orchestra.run.smithi019.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-11-08T17:48:01.689 INFO:teuthology.orchestra.run.smithi019.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,128 kB] 2023-11-08T17:48:01.704 INFO:teuthology.orchestra.run.smithi019.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [754 kB] 2023-11-08T17:48:01.712 INFO:teuthology.orchestra.run.smithi019.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [270 kB] 2023-11-08T17:48:01.716 INFO:teuthology.orchestra.run.smithi019.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-11-08T17:48:01.717 INFO:teuthology.orchestra.run.smithi019.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-11-08T17:48:01.717 INFO:teuthology.orchestra.run.smithi019.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-11-08T17:48:01.718 INFO:teuthology.orchestra.run.smithi019.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-11-08T17:48:01.718 INFO:teuthology.orchestra.run.smithi019.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-11-08T17:48:01.736 INFO:teuthology.orchestra.run.smithi019.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-11-08T17:48:01.737 INFO:teuthology.orchestra.run.smithi019.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-11-08T17:48:01.738 INFO:teuthology.orchestra.run.smithi019.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-11-08T17:48:01.738 INFO:teuthology.orchestra.run.smithi019.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-11-08T17:48:01.755 INFO:teuthology.orchestra.run.smithi019.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-11-08T17:48:01.756 INFO:teuthology.orchestra.run.smithi019.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-11-08T17:48:02.117 INFO:teuthology.orchestra.run.smithi122.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [672 kB] 2023-11-08T17:48:02.132 INFO:teuthology.orchestra.run.smithi122.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [398 kB] 2023-11-08T17:48:02.141 INFO:teuthology.orchestra.run.smithi122.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-11-08T17:48:02.141 INFO:teuthology.orchestra.run.smithi122.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,367 kB] 2023-11-08T17:48:02.216 INFO:teuthology.orchestra.run.smithi122.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-11-08T17:48:02.217 INFO:teuthology.orchestra.run.smithi122.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [329 kB] 2023-11-08T17:48:02.224 INFO:teuthology.orchestra.run.smithi122.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-11-08T17:48:02.224 INFO:teuthology.orchestra.run.smithi122.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [896 kB] 2023-11-08T17:48:02.244 INFO:teuthology.orchestra.run.smithi122.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [620 kB] 2023-11-08T17:48:02.420 INFO:teuthology.orchestra.run.smithi122.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [188 kB] 2023-11-08T17:48:02.838 INFO:teuthology.orchestra.run.smithi122.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-11-08T17:48:02.844 INFO:teuthology.orchestra.run.smithi122.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-11-08T17:48:02.846 INFO:teuthology.orchestra.run.smithi122.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-11-08T17:48:02.854 INFO:teuthology.orchestra.run.smithi122.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-11-08T17:48:02.856 INFO:teuthology.orchestra.run.smithi122.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-11-08T17:48:05.448 INFO:teuthology.orchestra.run.smithi122.stdout:Fetched 18.0 MB in 3s (6,916 kB/s) 2023-11-08T17:48:05.661 INFO:teuthology.orchestra.run.smithi019.stdout:Fetched 18.0 MB in 3s (6,501 kB/s) 2023-11-08T17:48:06.946 INFO:teuthology.orchestra.run.smithi122.stdout:Reading package lists... 2023-11-08T17:48:06.973 DEBUG:teuthology.orchestra.run.smithi122:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-11-08T17:48:07.042 INFO:teuthology.orchestra.run.smithi122.stdout:Reading package lists... 2023-11-08T17:48:07.161 INFO:teuthology.orchestra.run.smithi019.stdout:Reading package lists... 2023-11-08T17:48:07.188 DEBUG:teuthology.orchestra.run.smithi019:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-11-08T17:48:07.245 INFO:teuthology.orchestra.run.smithi122.stdout:Building dependency tree... 2023-11-08T17:48:07.245 INFO:teuthology.orchestra.run.smithi122.stdout:Reading state information... 2023-11-08T17:48:07.265 INFO:teuthology.orchestra.run.smithi019.stdout:Reading package lists... 2023-11-08T17:48:07.416 INFO:teuthology.orchestra.run.smithi122.stdout:The following additional packages will be installed: 2023-11-08T17:48:07.417 INFO:teuthology.orchestra.run.smithi122.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-11-08T17:48:07.417 INFO:teuthology.orchestra.run.smithi122.stdout: libusbmuxd6 linux-image-5.15.0-88-generic linux-modules-5.15.0-88-generic 2023-11-08T17:48:07.418 INFO:teuthology.orchestra.run.smithi122.stdout: linux-modules-extra-5.15.0-88-generic thermald upower usbmuxd 2023-11-08T17:48:07.418 INFO:teuthology.orchestra.run.smithi122.stdout:Suggested packages: 2023-11-08T17:48:07.418 INFO:teuthology.orchestra.run.smithi122.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-11-08T17:48:07.418 INFO:teuthology.orchestra.run.smithi122.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-88-generic 2023-11-08T17:48:07.471 INFO:teuthology.orchestra.run.smithi122.stdout:The following NEW packages will be installed: 2023-11-08T17:48:07.472 INFO:teuthology.orchestra.run.smithi122.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-11-08T17:48:07.472 INFO:teuthology.orchestra.run.smithi122.stdout: libusbmuxd6 linux-image-5.15.0-88-generic linux-image-generic-hwe-20.04 2023-11-08T17:48:07.472 INFO:teuthology.orchestra.run.smithi122.stdout: linux-modules-5.15.0-88-generic linux-modules-extra-5.15.0-88-generic 2023-11-08T17:48:07.473 INFO:teuthology.orchestra.run.smithi122.stdout: thermald upower usbmuxd 2023-11-08T17:48:07.474 INFO:teuthology.orchestra.run.smithi019.stdout:Building dependency tree... 2023-11-08T17:48:07.474 INFO:teuthology.orchestra.run.smithi019.stdout:Reading state information... 2023-11-08T17:48:07.609 INFO:teuthology.orchestra.run.smithi122.stdout:0 upgraded, 13 newly installed, 0 to remove and 276 not upgraded. 2023-11-08T17:48:07.609 INFO:teuthology.orchestra.run.smithi122.stdout:Need to get 90.8 MB of archives. 2023-11-08T17:48:07.610 INFO:teuthology.orchestra.run.smithi122.stdout:After this operation, 497 MB of additional disk space will be used. 2023-11-08T17:48:07.610 INFO:teuthology.orchestra.run.smithi122.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-11-08T17:48:07.663 INFO:teuthology.orchestra.run.smithi019.stdout:The following additional packages will be installed: 2023-11-08T17:48:07.664 INFO:teuthology.orchestra.run.smithi019.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-11-08T17:48:07.664 INFO:teuthology.orchestra.run.smithi019.stdout: libusbmuxd6 linux-image-5.15.0-88-generic linux-modules-5.15.0-88-generic 2023-11-08T17:48:07.664 INFO:teuthology.orchestra.run.smithi019.stdout: linux-modules-extra-5.15.0-88-generic thermald upower usbmuxd 2023-11-08T17:48:07.665 INFO:teuthology.orchestra.run.smithi019.stdout:Suggested packages: 2023-11-08T17:48:07.665 INFO:teuthology.orchestra.run.smithi019.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-11-08T17:48:07.665 INFO:teuthology.orchestra.run.smithi019.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-88-generic 2023-11-08T17:48:07.696 INFO:teuthology.orchestra.run.smithi122.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-11-08T17:48:07.708 INFO:teuthology.orchestra.run.smithi122.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-11-08T17:48:07.715 INFO:teuthology.orchestra.run.smithi019.stdout:The following NEW packages will be installed: 2023-11-08T17:48:07.716 INFO:teuthology.orchestra.run.smithi122.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-11-08T17:48:07.717 INFO:teuthology.orchestra.run.smithi019.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-11-08T17:48:07.717 INFO:teuthology.orchestra.run.smithi019.stdout: libusbmuxd6 linux-image-5.15.0-88-generic linux-image-generic-hwe-20.04 2023-11-08T17:48:07.717 INFO:teuthology.orchestra.run.smithi019.stdout: linux-modules-5.15.0-88-generic linux-modules-extra-5.15.0-88-generic 2023-11-08T17:48:07.717 INFO:teuthology.orchestra.run.smithi019.stdout: thermald upower usbmuxd 2023-11-08T17:48:07.738 INFO:teuthology.orchestra.run.smithi122.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-11-08T17:48:07.743 INFO:teuthology.orchestra.run.smithi122.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-08T17:48:07.773 INFO:teuthology.orchestra.run.smithi019.stdout:0 upgraded, 13 newly installed, 0 to remove and 276 not upgraded. 2023-11-08T17:48:07.773 INFO:teuthology.orchestra.run.smithi019.stdout:Need to get 90.8 MB of archives. 2023-11-08T17:48:07.774 INFO:teuthology.orchestra.run.smithi019.stdout:After this operation, 497 MB of additional disk space will be used. 2023-11-08T17:48:07.774 INFO:teuthology.orchestra.run.smithi019.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-11-08T17:48:07.830 INFO:teuthology.orchestra.run.smithi019.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-11-08T17:48:07.836 INFO:teuthology.orchestra.run.smithi019.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-11-08T17:48:07.840 INFO:teuthology.orchestra.run.smithi019.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-11-08T17:48:07.854 INFO:teuthology.orchestra.run.smithi019.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-11-08T17:48:07.862 INFO:teuthology.orchestra.run.smithi019.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-08T17:48:08.148 INFO:teuthology.orchestra.run.smithi019.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-08T17:48:08.250 INFO:teuthology.orchestra.run.smithi019.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-08T17:48:08.297 INFO:teuthology.orchestra.run.smithi122.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-08T17:48:08.458 INFO:teuthology.orchestra.run.smithi122.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-08T17:48:08.976 INFO:teuthology.orchestra.run.smithi019.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-08T17:48:08.977 INFO:teuthology.orchestra.run.smithi019.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-08T17:48:08.977 INFO:teuthology.orchestra.run.smithi019.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-11-08T17:48:08.983 INFO:teuthology.orchestra.run.smithi019.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-11-08T17:48:08.985 INFO:teuthology.orchestra.run.smithi019.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-11-08T17:48:09.675 INFO:teuthology.orchestra.run.smithi122.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-08T17:48:09.675 INFO:teuthology.orchestra.run.smithi122.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-08T17:48:09.676 INFO:teuthology.orchestra.run.smithi122.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-11-08T17:48:09.682 INFO:teuthology.orchestra.run.smithi122.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-11-08T17:48:09.712 INFO:teuthology.orchestra.run.smithi019.stdout:Fetched 90.8 MB in 1s (72.1 MB/s) 2023-11-08T17:48:09.738 INFO:teuthology.orchestra.run.smithi122.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-11-08T17:48:09.935 INFO:teuthology.orchestra.run.smithi019.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-11-08T17:48:10.436 INFO:teuthology.orchestra.run.smithi122.stdout:Fetched 90.8 MB in 2s (40.2 MB/s) 2023-11-08T17:48:10.672 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-11-08T17:48:11.665 INFO:teuthology.orchestra.run.smithi019.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-08T17:48:11.670 INFO:teuthology.orchestra.run.smithi019.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-11-08T17:48:11.852 INFO:teuthology.orchestra.run.smithi019.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-11-08T17:48:12.236 INFO:teuthology.orchestra.run.smithi019.stdout:Selecting previously unselected package libplist3:amd64. 2023-11-08T17:48:12.249 INFO:teuthology.orchestra.run.smithi019.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-11-08T17:48:12.285 INFO:teuthology.orchestra.run.smithi019.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-11-08T17:48:12.406 INFO:teuthology.orchestra.run.smithi122.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-08T17:48:12.411 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-11-08T17:48:12.587 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-11-08T17:48:12.655 INFO:teuthology.orchestra.run.smithi019.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-11-08T17:48:12.668 INFO:teuthology.orchestra.run.smithi019.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-11-08T17:48:12.713 INFO:teuthology.orchestra.run.smithi019.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-11-08T17:48:12.961 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package libplist3:amd64. 2023-11-08T17:48:12.972 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-11-08T17:48:12.991 INFO:teuthology.orchestra.run.smithi019.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-11-08T17:48:13.004 INFO:teuthology.orchestra.run.smithi019.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-11-08T17:48:13.015 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-11-08T17:48:13.041 INFO:teuthology.orchestra.run.smithi019.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-11-08T17:48:13.284 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-11-08T17:48:13.296 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-11-08T17:48:13.345 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-11-08T17:48:13.394 INFO:teuthology.orchestra.run.smithi019.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-11-08T17:48:13.409 INFO:teuthology.orchestra.run.smithi019.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-11-08T17:48:13.452 INFO:teuthology.orchestra.run.smithi019.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-11-08T17:48:13.662 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-11-08T17:48:13.675 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-11-08T17:48:13.737 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-11-08T17:48:13.746 INFO:teuthology.orchestra.run.smithi019.stdout:Selecting previously unselected package linux-modules-5.15.0-88-generic. 2023-11-08T17:48:13.761 INFO:teuthology.orchestra.run.smithi019.stdout:Preparing to unpack .../05-linux-modules-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-08T17:48:13.797 INFO:teuthology.orchestra.run.smithi019.stdout:Unpacking linux-modules-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T17:48:14.082 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-11-08T17:48:14.095 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-11-08T17:48:14.148 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-11-08T17:48:14.451 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package linux-modules-5.15.0-88-generic. 2023-11-08T17:48:14.466 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../05-linux-modules-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-08T17:48:14.526 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking linux-modules-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T17:48:16.314 INFO:teuthology.orchestra.run.smithi019.stdout:Selecting previously unselected package linux-image-5.15.0-88-generic. 2023-11-08T17:48:16.330 INFO:teuthology.orchestra.run.smithi019.stdout:Preparing to unpack .../06-linux-image-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-08T17:48:16.438 INFO:teuthology.orchestra.run.smithi019.stdout:Unpacking linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T17:48:16.942 INFO:teuthology.orchestra.run.smithi019.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-88-generic. 2023-11-08T17:48:16.958 INFO:teuthology.orchestra.run.smithi019.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-08T17:48:17.000 INFO:teuthology.orchestra.run.smithi019.stdout:Unpacking linux-modules-extra-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T17:48:17.052 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package linux-image-5.15.0-88-generic. 2023-11-08T17:48:17.068 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../06-linux-image-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-08T17:48:17.163 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T17:48:17.713 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-88-generic. 2023-11-08T17:48:17.726 INFO:teuthology.orchestra.run.smithi122.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-08T17:48:17.788 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking linux-modules-extra-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T17:48:24.009 INFO:teuthology.orchestra.run.smithi019.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-11-08T17:48:24.028 INFO:teuthology.orchestra.run.smithi019.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.88.98~20.04.46_amd64.deb ... 2023-11-08T17:48:24.092 INFO:teuthology.orchestra.run.smithi019.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.88.98~20.04.46) ... 2023-11-08T17:48:24.603 INFO:teuthology.orchestra.run.smithi019.stdout:Selecting previously unselected package libevdev2:amd64. 2023-11-08T17:48:24.617 INFO:teuthology.orchestra.run.smithi019.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-11-08T17:48:24.661 INFO:teuthology.orchestra.run.smithi019.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-11-08T17:48:24.797 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-11-08T17:48:24.815 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.88.98~20.04.46_amd64.deb ... 2023-11-08T17:48:24.855 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.88.98~20.04.46) ... 2023-11-08T17:48:25.073 INFO:teuthology.orchestra.run.smithi019.stdout:Selecting previously unselected package thermald. 2023-11-08T17:48:25.086 INFO:teuthology.orchestra.run.smithi019.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-11-08T17:48:25.164 INFO:teuthology.orchestra.run.smithi019.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-11-08T17:48:25.216 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package libevdev2:amd64. 2023-11-08T17:48:25.231 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-11-08T17:48:25.295 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-11-08T17:48:25.677 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package thermald. 2023-11-08T17:48:25.694 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-11-08T17:48:25.719 INFO:teuthology.orchestra.run.smithi019.stdout:Selecting previously unselected package upower. 2023-11-08T17:48:25.733 INFO:teuthology.orchestra.run.smithi019.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-11-08T17:48:25.735 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-11-08T17:48:25.790 INFO:teuthology.orchestra.run.smithi019.stdout:Unpacking upower (0.99.11-1build2) ... 2023-11-08T17:48:26.257 INFO:teuthology.orchestra.run.smithi019.stdout:Selecting previously unselected package usbmuxd. 2023-11-08T17:48:26.272 INFO:teuthology.orchestra.run.smithi019.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-11-08T17:48:26.315 INFO:teuthology.orchestra.run.smithi019.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-11-08T17:48:26.315 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package upower. 2023-11-08T17:48:26.330 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-11-08T17:48:26.387 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking upower (0.99.11-1build2) ... 2023-11-08T17:48:26.624 INFO:teuthology.orchestra.run.smithi019.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-11-08T17:48:26.753 INFO:teuthology.orchestra.run.smithi019.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-11-08T17:48:26.845 INFO:teuthology.orchestra.run.smithi122.stdout:Selecting previously unselected package usbmuxd. 2023-11-08T17:48:26.859 INFO:teuthology.orchestra.run.smithi122.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-11-08T17:48:26.903 INFO:teuthology.orchestra.run.smithi122.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-11-08T17:48:26.904 INFO:teuthology.orchestra.run.smithi019.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-11-08T17:48:27.004 INFO:teuthology.orchestra.run.smithi019.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-11-08T17:48:27.105 INFO:teuthology.orchestra.run.smithi019.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-11-08T17:48:27.196 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-11-08T17:48:27.215 INFO:teuthology.orchestra.run.smithi019.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-11-08T17:48:27.326 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-11-08T17:48:27.357 INFO:teuthology.orchestra.run.smithi019.stdout:Setting up upower (0.99.11-1build2) ... 2023-11-08T17:48:27.452 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-11-08T17:48:27.612 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-11-08T17:48:27.738 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-11-08T17:48:27.864 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-11-08T17:48:27.905 INFO:teuthology.orchestra.run.smithi019.stdout:upower.service is a disabled or a static unit, not starting it. 2023-11-08T17:48:27.987 INFO:teuthology.orchestra.run.smithi019.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-11-08T17:48:28.023 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up upower (0.99.11-1build2) ... 2023-11-08T17:48:28.182 INFO:teuthology.orchestra.run.smithi019.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-11-08T17:48:28.196 INFO:teuthology.orchestra.run.smithi019.stdout:Adding system user `usbmux' (UID 114) ... 2023-11-08T17:48:28.196 INFO:teuthology.orchestra.run.smithi019.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-11-08T17:48:28.534 INFO:teuthology.orchestra.run.smithi122.stdout:upower.service is a disabled or a static unit, not starting it. 2023-11-08T17:48:28.594 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-11-08T17:48:28.695 INFO:teuthology.orchestra.run.smithi019.stdout:Not creating home directory `/var/lib/usbmux'. 2023-11-08T17:48:28.808 INFO:teuthology.orchestra.run.smithi122.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-11-08T17:48:28.828 INFO:teuthology.orchestra.run.smithi122.stdout:Adding system user `usbmux' (UID 114) ... 2023-11-08T17:48:28.828 INFO:teuthology.orchestra.run.smithi122.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-11-08T17:48:28.919 INFO:teuthology.orchestra.run.smithi019.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-11-08T17:48:28.967 INFO:teuthology.orchestra.run.smithi019.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-11-08T17:48:29.301 INFO:teuthology.orchestra.run.smithi019.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-11-08T17:48:29.302 INFO:teuthology.orchestra.run.smithi019.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-11-08T17:48:29.345 INFO:teuthology.orchestra.run.smithi122.stdout:Not creating home directory `/var/lib/usbmux'. 2023-11-08T17:48:29.556 INFO:teuthology.orchestra.run.smithi122.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-11-08T17:48:29.600 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-11-08T17:48:29.755 INFO:teuthology.orchestra.run.smithi019.stdout:Setting up linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T17:48:29.911 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-11-08T17:48:29.911 INFO:teuthology.orchestra.run.smithi122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-11-08T17:48:30.354 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T17:48:31.103 INFO:teuthology.orchestra.run.smithi019.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-88-generic 2023-11-08T17:48:31.104 INFO:teuthology.orchestra.run.smithi019.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-88-generic 2023-11-08T17:48:31.257 INFO:teuthology.orchestra.run.smithi019.stdout:Setting up linux-modules-extra-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T17:48:31.675 INFO:teuthology.orchestra.run.smithi122.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-88-generic 2023-11-08T17:48:31.675 INFO:teuthology.orchestra.run.smithi122.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-88-generic 2023-11-08T17:48:31.857 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up linux-modules-extra-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T17:48:32.666 INFO:teuthology.orchestra.run.smithi019.stdout:Setting up linux-modules-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T17:48:33.233 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up linux-modules-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T17:48:34.085 INFO:teuthology.orchestra.run.smithi019.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.88.98~20.04.46) ... 2023-11-08T17:48:34.210 INFO:teuthology.orchestra.run.smithi019.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-11-08T17:48:34.524 INFO:teuthology.orchestra.run.smithi019.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-11-08T17:48:34.593 INFO:teuthology.orchestra.run.smithi122.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.88.98~20.04.46) ... 2023-11-08T17:48:34.719 INFO:teuthology.orchestra.run.smithi122.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-11-08T17:48:34.991 INFO:teuthology.orchestra.run.smithi122.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-11-08T17:48:35.736 INFO:teuthology.orchestra.run.smithi122.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-11-08T17:48:35.844 INFO:teuthology.orchestra.run.smithi122.stdout:Processing triggers for linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T17:48:35.921 INFO:teuthology.orchestra.run.smithi122.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-08T17:48:35.922 INFO:teuthology.orchestra.run.smithi122.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-88-generic 2023-11-08T17:48:36.319 INFO:teuthology.orchestra.run.smithi019.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-11-08T17:48:36.427 INFO:teuthology.orchestra.run.smithi019.stdout:Processing triggers for linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T17:48:36.508 INFO:teuthology.orchestra.run.smithi019.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-08T17:48:36.508 INFO:teuthology.orchestra.run.smithi019.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-88-generic 2023-11-08T17:49:01.666 INFO:teuthology.orchestra.run.smithi122.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-08T17:49:01.667 INFO:teuthology.orchestra.run.smithi122.stdout:Sourcing file `/etc/default/grub' 2023-11-08T17:49:01.686 INFO:teuthology.orchestra.run.smithi122.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-08T17:49:01.707 INFO:teuthology.orchestra.run.smithi122.stdout:Generating grub configuration file ... 2023-11-08T17:49:02.058 INFO:teuthology.orchestra.run.smithi122.stdout:Found linux image: /boot/vmlinuz-5.15.0-88-generic 2023-11-08T17:49:02.086 INFO:teuthology.orchestra.run.smithi122.stdout:Found initrd image: /boot/initrd.img-5.15.0-88-generic 2023-11-08T17:49:02.463 INFO:teuthology.orchestra.run.smithi122.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-08T17:49:02.474 INFO:teuthology.orchestra.run.smithi122.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-08T17:49:02.558 INFO:teuthology.orchestra.run.smithi019.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-08T17:49:02.558 INFO:teuthology.orchestra.run.smithi019.stdout:Sourcing file `/etc/default/grub' 2023-11-08T17:49:02.575 INFO:teuthology.orchestra.run.smithi019.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-08T17:49:02.609 INFO:teuthology.orchestra.run.smithi019.stdout:Generating grub configuration file ... 2023-11-08T17:49:02.934 INFO:teuthology.orchestra.run.smithi019.stdout:Found linux image: /boot/vmlinuz-5.15.0-88-generic 2023-11-08T17:49:02.955 INFO:teuthology.orchestra.run.smithi019.stdout:Found initrd image: /boot/initrd.img-5.15.0-88-generic 2023-11-08T17:49:03.350 INFO:teuthology.orchestra.run.smithi019.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-08T17:49:03.362 INFO:teuthology.orchestra.run.smithi019.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-08T17:49:04.552 INFO:teuthology.orchestra.run.smithi122.stdout:done 2023-11-08T17:49:05.007 DEBUG:teuthology.orchestra.run.smithi122:> dpkg -s linux-image-generic-hwe-20.04 2023-11-08T17:49:05.053 INFO:teuthology.orchestra.run.smithi122.stdout:Package: linux-image-generic-hwe-20.04 2023-11-08T17:49:05.053 INFO:teuthology.orchestra.run.smithi122.stdout:Status: install ok installed 2023-11-08T17:49:05.054 INFO:teuthology.orchestra.run.smithi122.stdout:Priority: optional 2023-11-08T17:49:05.054 INFO:teuthology.orchestra.run.smithi122.stdout:Section: kernel 2023-11-08T17:49:05.054 INFO:teuthology.orchestra.run.smithi122.stdout:Installed-Size: 20 2023-11-08T17:49:05.054 INFO:teuthology.orchestra.run.smithi122.stdout:Maintainer: Ubuntu Kernel Team 2023-11-08T17:49:05.054 INFO:teuthology.orchestra.run.smithi122.stdout:Architecture: amd64 2023-11-08T17:49:05.055 INFO:teuthology.orchestra.run.smithi122.stdout:Source: linux-meta-hwe-5.15 2023-11-08T17:49:05.055 INFO:teuthology.orchestra.run.smithi122.stdout:Version: 5.15.0.88.98~20.04.46 2023-11-08T17:49:05.055 INFO:teuthology.orchestra.run.smithi122.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-08T17:49:05.055 INFO:teuthology.orchestra.run.smithi122.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-08T17:49:05.055 INFO:teuthology.orchestra.run.smithi122.stdout:Recommends: thermald 2023-11-08T17:49:05.056 INFO:teuthology.orchestra.run.smithi122.stdout:Description: Generic Linux kernel image 2023-11-08T17:49:05.056 INFO:teuthology.orchestra.run.smithi122.stdout: This package will always depend on the latest generic kernel image 2023-11-08T17:49:05.056 INFO:teuthology.orchestra.run.smithi122.stdout: available. 2023-11-08T17:49:05.057 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-88-generic 2023-11-08T17:49:05.057 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-08T17:49:05.058 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-08T17:49:05.058 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-08T17:49:05.059 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi122.front.sepia.ceph.com, path=None, version=distro) 2023-11-08T17:49:05.059 DEBUG:teuthology.orchestra.run.smithi122:> sudo apt-get clean 2023-11-08T17:49:05.134 DEBUG:teuthology.orchestra.run.smithi122:> sudo apt-get update 2023-11-08T17:49:05.261 INFO:teuthology.orchestra.run.smithi122.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-08T17:49:05.267 INFO:teuthology.orchestra.run.smithi122.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-11-08T17:49:05.284 INFO:teuthology.orchestra.run.smithi122.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-11-08T17:49:05.337 INFO:teuthology.orchestra.run.smithi019.stdout:done 2023-11-08T17:49:05.380 INFO:teuthology.orchestra.run.smithi122.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-11-08T17:49:05.801 DEBUG:teuthology.orchestra.run.smithi019:> dpkg -s linux-image-generic-hwe-20.04 2023-11-08T17:49:05.858 INFO:teuthology.orchestra.run.smithi019.stdout:Package: linux-image-generic-hwe-20.04 2023-11-08T17:49:05.858 INFO:teuthology.orchestra.run.smithi019.stdout:Status: install ok installed 2023-11-08T17:49:05.858 INFO:teuthology.orchestra.run.smithi019.stdout:Priority: optional 2023-11-08T17:49:05.859 INFO:teuthology.orchestra.run.smithi019.stdout:Section: kernel 2023-11-08T17:49:05.859 INFO:teuthology.orchestra.run.smithi019.stdout:Installed-Size: 20 2023-11-08T17:49:05.859 INFO:teuthology.orchestra.run.smithi019.stdout:Maintainer: Ubuntu Kernel Team 2023-11-08T17:49:05.859 INFO:teuthology.orchestra.run.smithi019.stdout:Architecture: amd64 2023-11-08T17:49:05.860 INFO:teuthology.orchestra.run.smithi019.stdout:Source: linux-meta-hwe-5.15 2023-11-08T17:49:05.860 INFO:teuthology.orchestra.run.smithi019.stdout:Version: 5.15.0.88.98~20.04.46 2023-11-08T17:49:05.860 INFO:teuthology.orchestra.run.smithi019.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-08T17:49:05.860 INFO:teuthology.orchestra.run.smithi019.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-08T17:49:05.861 INFO:teuthology.orchestra.run.smithi019.stdout:Recommends: thermald 2023-11-08T17:49:05.861 INFO:teuthology.orchestra.run.smithi019.stdout:Description: Generic Linux kernel image 2023-11-08T17:49:05.861 INFO:teuthology.orchestra.run.smithi019.stdout: This package will always depend on the latest generic kernel image 2023-11-08T17:49:05.861 INFO:teuthology.orchestra.run.smithi019.stdout: available. 2023-11-08T17:49:05.862 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-88-generic 2023-11-08T17:49:05.862 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-08T17:49:05.862 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-08T17:49:05.863 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-08T17:49:05.863 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi019.front.sepia.ceph.com, path=None, version=distro) 2023-11-08T17:49:05.863 DEBUG:teuthology.orchestra.run.smithi019:> sudo apt-get clean 2023-11-08T17:49:05.944 DEBUG:teuthology.orchestra.run.smithi019:> sudo apt-get update 2023-11-08T17:49:06.077 INFO:teuthology.orchestra.run.smithi019.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-11-08T17:49:06.195 INFO:teuthology.orchestra.run.smithi019.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-08T17:49:06.277 INFO:teuthology.orchestra.run.smithi019.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-11-08T17:49:06.359 INFO:teuthology.orchestra.run.smithi019.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-11-08T17:49:06.984 INFO:teuthology.orchestra.run.smithi122.stdout:Reading package lists... 2023-11-08T17:49:07.011 DEBUG:teuthology.orchestra.run.smithi122:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-11-08T17:49:07.080 INFO:teuthology.orchestra.run.smithi122.stdout:Reading package lists... 2023-11-08T17:49:07.282 INFO:teuthology.orchestra.run.smithi122.stdout:Building dependency tree... 2023-11-08T17:49:07.283 INFO:teuthology.orchestra.run.smithi122.stdout:Reading state information... 2023-11-08T17:49:07.499 INFO:teuthology.orchestra.run.smithi122.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.88.98~20.04.46). 2023-11-08T17:49:07.499 INFO:teuthology.orchestra.run.smithi122.stdout:0 upgraded, 0 newly installed, 0 to remove and 276 not upgraded. 2023-11-08T17:49:07.501 DEBUG:teuthology.orchestra.run.smithi122:> dpkg -s linux-image-generic-hwe-20.04 2023-11-08T17:49:07.518 INFO:teuthology.orchestra.run.smithi122.stdout:Package: linux-image-generic-hwe-20.04 2023-11-08T17:49:07.519 INFO:teuthology.orchestra.run.smithi122.stdout:Status: install ok installed 2023-11-08T17:49:07.519 INFO:teuthology.orchestra.run.smithi122.stdout:Priority: optional 2023-11-08T17:49:07.519 INFO:teuthology.orchestra.run.smithi122.stdout:Section: kernel 2023-11-08T17:49:07.519 INFO:teuthology.orchestra.run.smithi122.stdout:Installed-Size: 20 2023-11-08T17:49:07.520 INFO:teuthology.orchestra.run.smithi122.stdout:Maintainer: Ubuntu Kernel Team 2023-11-08T17:49:07.520 INFO:teuthology.orchestra.run.smithi122.stdout:Architecture: amd64 2023-11-08T17:49:07.520 INFO:teuthology.orchestra.run.smithi122.stdout:Source: linux-meta-hwe-5.15 2023-11-08T17:49:07.520 INFO:teuthology.orchestra.run.smithi122.stdout:Version: 5.15.0.88.98~20.04.46 2023-11-08T17:49:07.521 INFO:teuthology.orchestra.run.smithi122.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-08T17:49:07.521 INFO:teuthology.orchestra.run.smithi122.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-08T17:49:07.521 INFO:teuthology.orchestra.run.smithi122.stdout:Recommends: thermald 2023-11-08T17:49:07.521 INFO:teuthology.orchestra.run.smithi122.stdout:Description: Generic Linux kernel image 2023-11-08T17:49:07.521 INFO:teuthology.orchestra.run.smithi122.stdout: This package will always depend on the latest generic kernel image 2023-11-08T17:49:07.522 INFO:teuthology.orchestra.run.smithi122.stdout: available. 2023-11-08T17:49:07.522 DEBUG:teuthology.orchestra.run.smithi122:> mktemp 2023-11-08T17:49:07.527 INFO:teuthology.orchestra.run.smithi122.stdout:/tmp/tmp.a3ehIvooXp 2023-11-08T17:49:07.528 DEBUG:teuthology.orchestra.run.smithi122:> sudo cp /boot/grub/grub.cfg /tmp/tmp.a3ehIvooXp 2023-11-08T17:49:07.541 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod 0666 /tmp/tmp.a3ehIvooXp 2023-11-08T17:49:07.621 DEBUG:teuthology.orchestra.remote:smithi122:/tmp/tmp.a3ehIvooXp is 9KB 2023-11-08T17:49:07.639 DEBUG:teuthology.orchestra.run.smithi122:> rm -fr /tmp/tmp.a3ehIvooXp 2023-11-08T17:49:07.646 DEBUG:teuthology.orchestra.run.smithi122:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-08T17:49:07.701 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2023-11-08T17:49:07.702 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-08T17:49:07.702 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-08T17:49:07.735 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-88-generic 2023-11-08T17:49:07.736 DEBUG:teuthology.orchestra.run.smithi122:> sudo update-grub 2023-11-08T17:49:07.899 INFO:teuthology.orchestra.run.smithi019.stdout:Reading package lists... 2023-11-08T17:49:07.925 DEBUG:teuthology.orchestra.run.smithi019:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-11-08T17:49:07.994 INFO:teuthology.orchestra.run.smithi019.stdout:Reading package lists... 2023-11-08T17:49:08.203 INFO:teuthology.orchestra.run.smithi019.stdout:Building dependency tree... 2023-11-08T17:49:08.204 INFO:teuthology.orchestra.run.smithi019.stdout:Reading state information... 2023-11-08T17:49:08.435 INFO:teuthology.orchestra.run.smithi019.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.88.98~20.04.46). 2023-11-08T17:49:08.435 INFO:teuthology.orchestra.run.smithi019.stdout:0 upgraded, 0 newly installed, 0 to remove and 276 not upgraded. 2023-11-08T17:49:08.437 DEBUG:teuthology.orchestra.run.smithi019:> dpkg -s linux-image-generic-hwe-20.04 2023-11-08T17:49:08.460 INFO:teuthology.orchestra.run.smithi019.stdout:Package: linux-image-generic-hwe-20.04 2023-11-08T17:49:08.460 INFO:teuthology.orchestra.run.smithi019.stdout:Status: install ok installed 2023-11-08T17:49:08.460 INFO:teuthology.orchestra.run.smithi019.stdout:Priority: optional 2023-11-08T17:49:08.460 INFO:teuthology.orchestra.run.smithi019.stdout:Section: kernel 2023-11-08T17:49:08.461 INFO:teuthology.orchestra.run.smithi019.stdout:Installed-Size: 20 2023-11-08T17:49:08.461 INFO:teuthology.orchestra.run.smithi019.stdout:Maintainer: Ubuntu Kernel Team 2023-11-08T17:49:08.461 INFO:teuthology.orchestra.run.smithi019.stdout:Architecture: amd64 2023-11-08T17:49:08.461 INFO:teuthology.orchestra.run.smithi019.stdout:Source: linux-meta-hwe-5.15 2023-11-08T17:49:08.462 INFO:teuthology.orchestra.run.smithi019.stdout:Version: 5.15.0.88.98~20.04.46 2023-11-08T17:49:08.462 INFO:teuthology.orchestra.run.smithi019.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-08T17:49:08.462 INFO:teuthology.orchestra.run.smithi019.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-08T17:49:08.463 INFO:teuthology.orchestra.run.smithi019.stdout:Recommends: thermald 2023-11-08T17:49:08.464 INFO:teuthology.orchestra.run.smithi019.stdout:Description: Generic Linux kernel image 2023-11-08T17:49:08.464 INFO:teuthology.orchestra.run.smithi019.stdout: This package will always depend on the latest generic kernel image 2023-11-08T17:49:08.465 INFO:teuthology.orchestra.run.smithi019.stdout: available. 2023-11-08T17:49:08.465 DEBUG:teuthology.orchestra.run.smithi019:> mktemp 2023-11-08T17:49:08.472 INFO:teuthology.orchestra.run.smithi019.stdout:/tmp/tmp.FJm7Rs1XTE 2023-11-08T17:49:08.472 DEBUG:teuthology.orchestra.run.smithi019:> sudo cp /boot/grub/grub.cfg /tmp/tmp.FJm7Rs1XTE 2023-11-08T17:49:08.532 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod 0666 /tmp/tmp.FJm7Rs1XTE 2023-11-08T17:49:08.565 DEBUG:teuthology.orchestra.remote:smithi019:/tmp/tmp.FJm7Rs1XTE is 9KB 2023-11-08T17:49:08.580 DEBUG:teuthology.orchestra.run.smithi019:> rm -fr /tmp/tmp.FJm7Rs1XTE 2023-11-08T17:49:08.587 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-08T17:49:08.642 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-08T17:49:08.642 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-08T17:49:08.642 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-08T17:49:08.680 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-88-generic 2023-11-08T17:49:08.680 DEBUG:teuthology.orchestra.run.smithi019:> sudo update-grub 2023-11-08T17:49:09.135 INFO:teuthology.orchestra.run.smithi122.stderr:Sourcing file `/etc/default/grub' 2023-11-08T17:49:09.141 INFO:teuthology.orchestra.run.smithi122.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-08T17:49:09.155 INFO:teuthology.orchestra.run.smithi122.stderr:Generating grub configuration file ... 2023-11-08T17:49:09.447 INFO:teuthology.orchestra.run.smithi122.stderr:Found linux image: /boot/vmlinuz-5.15.0-88-generic 2023-11-08T17:49:09.458 INFO:teuthology.orchestra.run.smithi122.stderr:Found initrd image: /boot/initrd.img-5.15.0-88-generic 2023-11-08T17:49:09.830 INFO:teuthology.orchestra.run.smithi122.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-08T17:49:09.842 INFO:teuthology.orchestra.run.smithi122.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-08T17:49:10.049 INFO:teuthology.orchestra.run.smithi019.stderr:Sourcing file `/etc/default/grub' 2023-11-08T17:49:10.059 INFO:teuthology.orchestra.run.smithi019.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-08T17:49:10.075 INFO:teuthology.orchestra.run.smithi019.stderr:Generating grub configuration file ... 2023-11-08T17:49:10.319 INFO:teuthology.orchestra.run.smithi019.stderr:Found linux image: /boot/vmlinuz-5.15.0-88-generic 2023-11-08T17:49:10.331 INFO:teuthology.orchestra.run.smithi019.stderr:Found initrd image: /boot/initrd.img-5.15.0-88-generic 2023-11-08T17:49:10.716 INFO:teuthology.orchestra.run.smithi019.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-08T17:49:10.728 INFO:teuthology.orchestra.run.smithi019.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-08T17:49:10.845 INFO:teuthology.orchestra.run.smithi122.stderr:done 2023-11-08T17:49:10.847 DEBUG:teuthology.orchestra.run.smithi122:> sudo shutdown -r now 2023-11-08T17:49:11.721 INFO:teuthology.orchestra.run.smithi019.stderr:done 2023-11-08T17:49:11.723 DEBUG:teuthology.orchestra.run.smithi019:> sudo shutdown -r now 2023-11-08T17:49:40.878 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-08T17:49:40.879 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2023-11-08T17:49:40.880 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T17:49:41.727 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-08T17:49:41.728 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-11-08T17:49:41.728 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T17:49:59.295 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.122 2023-11-08T17:50:00.058 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.19 2023-11-08T17:50:08.302 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2023-11-08T17:50:08.303 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T17:50:09.060 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-11-08T17:50:09.061 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T17:50:11.354 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.122 2023-11-08T17:50:23.366 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2023-11-08T17:50:23.367 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T17:50:55.515 DEBUG:teuthology.orchestra.run.smithi122:> true 2023-11-08T17:50:56.090 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi122.front.sepia.ceph.com' 2023-11-08T17:50:56.090 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-88-generic"... 2023-11-08T17:50:56.090 DEBUG:teuthology.orchestra.run.smithi122:> uname -r 2023-11-08T17:50:56.138 INFO:teuthology.orchestra.run.smithi122.stdout:5.15.0-88-generic 2023-11-08T17:50:56.138 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-88-generic vs 5.15.0-88-generic 2023-11-08T17:50:56.139 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-08T17:50:56.139 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-08T17:50:57.141 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-08T17:50:57.141 DEBUG:teuthology.orchestra.run.smithi122:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-08T17:50:57.225 INFO:teuthology.orchestra.run.smithi122.stdout:ttyS1 2023-11-08T17:50:57.258 DEBUG:teuthology.parallel:result is None 2023-11-08T17:51:09.063 DEBUG:teuthology.orchestra.remote:timed out 2023-11-08T17:51:21.065 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-11-08T17:51:21.066 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T17:51:21.301 DEBUG:teuthology.orchestra.run.smithi019:> true 2023-11-08T17:51:21.852 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-11-08T17:51:21.852 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-88-generic"... 2023-11-08T17:51:21.853 DEBUG:teuthology.orchestra.run.smithi019:> uname -r 2023-11-08T17:51:21.901 INFO:teuthology.orchestra.run.smithi019.stdout:5.15.0-88-generic 2023-11-08T17:51:21.902 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-88-generic vs 5.15.0-88-generic 2023-11-08T17:51:21.902 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-08T17:51:21.902 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-08T17:51:22.903 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-08T17:51:22.904 DEBUG:teuthology.orchestra.run.smithi019:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-08T17:51:22.998 INFO:teuthology.orchestra.run.smithi019.stdout:ttyS1 2023-11-08T17:51:23.026 DEBUG:teuthology.parallel:result is None 2023-11-08T17:51:23.026 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-08T17:51:23.035 INFO:teuthology.task.internal:Creating test directory... 2023-11-08T17:51:23.035 DEBUG:teuthology.orchestra.run.smithi019:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-08T17:51:23.038 DEBUG:teuthology.orchestra.run.smithi122:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-08T17:51:23.046 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-08T17:51:23.057 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-08T17:51:23.084 INFO:teuthology.task.internal:Creating archive directory... 2023-11-08T17:51:23.084 DEBUG:teuthology.orchestra.run.smithi019:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-08T17:51:23.089 DEBUG:teuthology.orchestra.run.smithi122:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-08T17:51:23.163 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-08T17:51:23.170 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-08T17:51:23.171 DEBUG:teuthology.orchestra.run.smithi019:> 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-08T17:51:23.173 DEBUG:teuthology.orchestra.run.smithi122:> 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-08T17:51:23.188 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T17:51:23.192 INFO:teuthology.orchestra.run.smithi122.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T17:51:23.195 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T17:51:23.198 INFO:teuthology.orchestra.run.smithi122.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T17:51:23.199 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-08T17:51:23.208 INFO:teuthology.task.internal:Configuring sudo... 2023-11-08T17:51:23.208 DEBUG:teuthology.orchestra.run.smithi019:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-08T17:51:23.241 DEBUG:teuthology.orchestra.run.smithi122:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-08T17:51:23.264 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-08T17:51:23.274 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-08T17:51:23.275 DEBUG:teuthology.orchestra.run.smithi019:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-08T17:51:23.297 DEBUG:teuthology.orchestra.run.smithi122:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-08T17:51:23.315 DEBUG:teuthology.orchestra.run.smithi019:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T17:51:23.350 DEBUG:teuthology.orchestra.run.smithi019:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T17:51:23.398 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-08T17:51:23.399 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-08T17:51:23.460 DEBUG:teuthology.orchestra.run.smithi122:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T17:51:23.470 DEBUG:teuthology.orchestra.run.smithi122:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T17:51:23.519 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2023-11-08T17:51:23.519 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-08T17:51:23.597 DEBUG:teuthology.orchestra.run.smithi019:> sudo service rsyslog restart 2023-11-08T17:51:23.600 DEBUG:teuthology.orchestra.run.smithi122:> sudo service rsyslog restart 2023-11-08T17:51:23.683 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-08T17:51:23.691 INFO:teuthology.task.internal:Starting timer... 2023-11-08T17:51:23.692 INFO:teuthology.run_tasks:Running task pcp... 2023-11-08T17:51:23.704 INFO:teuthology.run_tasks:Running task selinux... 2023-11-08T17:51:23.714 DEBUG:teuthology.task.selinux:Excluding smithi019: OS 'ubuntu' does not support SELinux 2023-11-08T17:51:23.715 DEBUG:teuthology.task.selinux:Excluding smithi122: OS 'ubuntu' does not support SELinux 2023-11-08T17:51:23.715 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-08T17:51:23.716 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-11-08T17:51:23.716 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-08T17:51:23.716 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-08T17:51:23.726 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-08T17:51:23.727 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-08T17:51:23.745 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-08T17:51:23.746 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi019.front.sepia.ceph.com,smithi122.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-08T17:57:09.638 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi019.front.sepia.ceph.com'), Remote(name='ubuntu@smithi122.front.sepia.ceph.com')] 2023-11-08T17:57:09.640 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-11-08T17:57:09.641 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T17:57:09.729 DEBUG:teuthology.orchestra.run.smithi019:> true 2023-11-08T17:57:09.860 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-11-08T17:57:09.861 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi122.front.sepia.ceph.com' 2023-11-08T17:57:09.861 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T17:57:09.949 DEBUG:teuthology.orchestra.run.smithi122:> true 2023-11-08T17:57:10.072 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi122.front.sepia.ceph.com' 2023-11-08T17:57:10.073 INFO:teuthology.run_tasks:Running task clock... 2023-11-08T17:57:10.088 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-08T17:57:10.089 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-08T17:57:10.090 DEBUG:teuthology.orchestra.run.smithi019:> 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-08T17:57:10.093 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-08T17:57:10.093 DEBUG:teuthology.orchestra.run.smithi122:> 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-08T17:57:10.123 INFO:teuthology.orchestra.run.smithi019.stdout: 8 Nov 17:57:10 ntpd[22626]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-11-08T17:57:10.123 INFO:teuthology.orchestra.run.smithi019.stdout: 8 Nov 17:57:10 ntpd[22626]: Command line: ntpd -gq 2023-11-08T17:57:10.124 INFO:teuthology.orchestra.run.smithi019.stdout: 8 Nov 17:57:10 ntpd[22626]: proto: precision = 0.097 usec (-23) 2023-11-08T17:57:10.124 INFO:teuthology.orchestra.run.smithi019.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-08T17:57:10.125 INFO:teuthology.orchestra.run.smithi019.stdout: 8 Nov 17:57:10 ntpd[22626]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-08T17:57:10.125 INFO:teuthology.orchestra.run.smithi019.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-08T17:57:10.126 INFO:teuthology.orchestra.run.smithi019.stdout: 8 Nov 17:57:10 ntpd[22626]: restrict ::: KOD does nothing without LIMITED. 2023-11-08T17:57:10.126 INFO:teuthology.orchestra.run.smithi019.stdout: 8 Nov 17:57:10 ntpd[22626]: Listen and drop on 0 v6wildcard [::]:123 2023-11-08T17:57:10.126 INFO:teuthology.orchestra.run.smithi019.stdout: 8 Nov 17:57:10 ntpd[22626]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-08T17:57:10.127 INFO:teuthology.orchestra.run.smithi019.stdout: 8 Nov 17:57:10 ntpd[22626]: Listen normally on 2 lo 127.0.0.1:123 2023-11-08T17:57:10.127 INFO:teuthology.orchestra.run.smithi019.stdout: 8 Nov 17:57:10 ntpd[22626]: Listen normally on 3 ens1f0 172.21.15.19:123 2023-11-08T17:57:10.127 INFO:teuthology.orchestra.run.smithi019.stdout: 8 Nov 17:57:10 ntpd[22626]: Listen normally on 4 lo [::1]:123 2023-11-08T17:57:10.127 INFO:teuthology.orchestra.run.smithi019.stdout: 8 Nov 17:57:10 ntpd[22626]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:161e%2]:123 2023-11-08T17:57:10.127 INFO:teuthology.orchestra.run.smithi019.stdout: 8 Nov 17:57:10 ntpd[22626]: Listening on routing socket on fd #22 for interface updates 2023-11-08T17:57:10.146 INFO:teuthology.orchestra.run.smithi122.stdout: 8 Nov 17:57:10 ntpd[22683]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-11-08T17:57:10.146 INFO:teuthology.orchestra.run.smithi122.stdout: 8 Nov 17:57:10 ntpd[22683]: Command line: ntpd -gq 2023-11-08T17:57:10.147 INFO:teuthology.orchestra.run.smithi122.stdout: 8 Nov 17:57:10 ntpd[22683]: proto: precision = 0.070 usec (-24) 2023-11-08T17:57:10.147 INFO:teuthology.orchestra.run.smithi122.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-08T17:57:10.148 INFO:teuthology.orchestra.run.smithi122.stdout: 8 Nov 17:57:10 ntpd[22683]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-08T17:57:10.148 INFO:teuthology.orchestra.run.smithi122.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-08T17:57:10.149 INFO:teuthology.orchestra.run.smithi122.stdout: 8 Nov 17:57:10 ntpd[22683]: restrict ::: KOD does nothing without LIMITED. 2023-11-08T17:57:10.149 INFO:teuthology.orchestra.run.smithi122.stdout: 8 Nov 17:57:10 ntpd[22683]: Listen and drop on 0 v6wildcard [::]:123 2023-11-08T17:57:10.149 INFO:teuthology.orchestra.run.smithi122.stdout: 8 Nov 17:57:10 ntpd[22683]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-08T17:57:10.150 INFO:teuthology.orchestra.run.smithi122.stdout: 8 Nov 17:57:10 ntpd[22683]: Listen normally on 2 lo 127.0.0.1:123 2023-11-08T17:57:10.150 INFO:teuthology.orchestra.run.smithi122.stdout: 8 Nov 17:57:10 ntpd[22683]: Listen normally on 3 enp3s0f1 172.21.15.122:123 2023-11-08T17:57:10.150 INFO:teuthology.orchestra.run.smithi122.stdout: 8 Nov 17:57:10 ntpd[22683]: Listen normally on 4 lo [::1]:123 2023-11-08T17:57:10.150 INFO:teuthology.orchestra.run.smithi122.stdout: 8 Nov 17:57:10 ntpd[22683]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d515%5]:123 2023-11-08T17:57:10.150 INFO:teuthology.orchestra.run.smithi122.stdout: 8 Nov 17:57:10 ntpd[22683]: Listening on routing socket on fd #22 for interface updates 2023-11-08T17:57:11.125 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:11 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:11.125 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:11 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:11.126 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:11 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:11.126 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:11 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:11.126 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:11 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:11.126 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:11 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:11.127 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:11 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:11.127 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:11 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:11.127 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:11 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:11.127 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:11 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:11.127 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:11 ntpd[22626]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T17:57:11.128 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:11 ntpd[22626]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T17:57:11.128 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:11 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:11.128 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:11 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:11.128 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:11 ntpd[22626]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T17:57:11.128 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:11 ntpd[22626]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T17:57:11.129 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:11 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:11.129 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:11 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:11.129 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:11 ntpd[22626]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T17:57:11.129 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:11 ntpd[22626]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T17:57:11.146 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:11 ntpd[22683]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:11.147 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:11 ntpd[22683]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:11.147 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:11 ntpd[22683]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:11.148 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:11 ntpd[22683]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:11.148 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:11 ntpd[22683]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T17:57:11.148 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:11 ntpd[22683]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T17:57:13.125 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:13 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:13.125 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:13 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:13.126 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:13 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:13.126 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:13 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:13.126 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:13 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:13.126 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:13 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:13.126 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:13 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:13.127 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:13 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:13.127 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:13 ntpd[22626]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T17:57:13.127 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:13 ntpd[22626]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T17:57:13.127 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:13 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:13.127 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:13 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:13.129 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:13 ntpd[22626]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T17:57:13.130 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:13 ntpd[22626]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T17:57:13.130 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:13 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:13.130 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:13 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:13.130 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:13 ntpd[22626]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T17:57:13.131 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:13 ntpd[22626]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T17:57:13.147 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:13 ntpd[22683]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:13.147 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:13 ntpd[22683]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:13.147 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:13 ntpd[22683]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:13.147 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:13 ntpd[22683]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:13.147 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:13 ntpd[22683]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T17:57:13.148 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:13 ntpd[22683]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T17:57:15.125 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:15 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:15.125 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:15 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:15.125 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:15 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:15.126 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:15 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:15.126 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:15 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:15.126 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:15 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:15.126 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:15 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:15.127 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:15 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:15.127 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:15 ntpd[22626]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T17:57:15.127 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:15 ntpd[22626]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T17:57:15.127 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:15 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:15.127 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:15 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:15.128 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:15 ntpd[22626]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T17:57:15.128 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:15 ntpd[22626]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T17:57:15.128 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:15 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:15.128 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:15 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:15.128 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:15 ntpd[22626]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T17:57:15.129 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:15 ntpd[22626]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T17:57:15.148 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:15 ntpd[22683]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:15.148 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:15 ntpd[22683]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:15.148 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:15 ntpd[22683]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:15.149 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:15 ntpd[22683]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:15.149 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:15 ntpd[22683]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:15.149 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:15 ntpd[22683]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:15.149 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:15 ntpd[22683]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:15.149 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:15 ntpd[22683]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:15.150 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:15 ntpd[22683]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:15.150 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:15 ntpd[22683]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:15.150 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:15 ntpd[22683]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T17:57:15.150 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:15 ntpd[22683]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T17:57:15.150 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:15 ntpd[22683]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:15.151 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:15 ntpd[22683]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:15.151 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:15 ntpd[22683]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T17:57:15.151 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:15 ntpd[22683]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T17:57:15.151 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:15 ntpd[22683]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:15.151 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:15 ntpd[22683]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:15.152 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:15 ntpd[22683]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T17:57:15.152 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:15 ntpd[22683]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T17:57:17.125 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:17 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:17.125 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:17 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:17.126 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:17 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:17.126 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:17 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:17.127 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:17 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:17.127 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:17 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:17.127 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:17 ntpd[22626]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:17.128 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:17 ntpd[22626]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:17.128 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:17 ntpd[22626]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T17:57:17.128 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:17 ntpd[22626]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T17:57:17.129 INFO:teuthology.orchestra.run.smithi019.stdout: 8 Nov 17:57:17 ntpd[22626]: ntpd: time slew +0.002591 s 2023-11-08T17:57:17.129 INFO:teuthology.orchestra.run.smithi019.stdout:ntpd: time slew +0.002591s 2023-11-08T17:57:17.130 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:17 ntpd[22626]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-08T17:57:17.130 INFO:teuthology.orchestra.run.smithi019.stderr: 8 Nov 17:57:17 ntpd[22626]: can't open /var/log/ntpstats/loopstats.20231108: Permission denied 2023-11-08T17:57:17.149 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:17 ntpd[22683]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:17.149 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:17 ntpd[22683]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:17.149 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:17 ntpd[22683]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:17.150 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:17 ntpd[22683]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:17.150 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:17 ntpd[22683]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:17.151 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:17 ntpd[22683]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:17.151 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:17 ntpd[22683]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:17.152 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:17 ntpd[22683]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:17.152 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:17 ntpd[22683]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T17:57:17.152 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:17 ntpd[22683]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T17:57:17.152 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:17 ntpd[22683]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T17:57:17.153 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:17 ntpd[22683]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T17:57:17.153 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:17 ntpd[22683]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T17:57:17.153 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:17 ntpd[22683]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T17:57:17.154 INFO:teuthology.orchestra.run.smithi122.stdout: 8 Nov 17:57:17 ntpd[22683]: ntpd: time slew +0.001807 s 2023-11-08T17:57:17.154 INFO:teuthology.orchestra.run.smithi122.stdout:ntpd: time slew +0.001807s 2023-11-08T17:57:17.155 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:17 ntpd[22683]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-08T17:57:17.155 INFO:teuthology.orchestra.run.smithi122.stderr: 8 Nov 17:57:17 ntpd[22683]: can't open /var/log/ntpstats/loopstats.20231108: Permission denied 2023-11-08T17:57:17.184 INFO:teuthology.orchestra.run.smithi019.stdout: remote refid st t when poll reach delay offset jitter 2023-11-08T17:57:17.184 INFO:teuthology.orchestra.run.smithi019.stdout:============================================================================== 2023-11-08T17:57:17.185 INFO:teuthology.orchestra.run.smithi019.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-08T17:57:17.185 INFO:teuthology.orchestra.run.smithi019.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-08T17:57:17.185 INFO:teuthology.orchestra.run.smithi019.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-08T17:57:17.186 INFO:teuthology.orchestra.run.smithi019.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-08T17:57:17.220 INFO:teuthology.orchestra.run.smithi122.stdout: remote refid st t when poll reach delay offset jitter 2023-11-08T17:57:17.220 INFO:teuthology.orchestra.run.smithi122.stdout:============================================================================== 2023-11-08T17:57:17.220 INFO:teuthology.orchestra.run.smithi122.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-08T17:57:17.221 INFO:teuthology.orchestra.run.smithi122.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-08T17:57:17.221 INFO:teuthology.orchestra.run.smithi122.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-08T17:57:17.221 INFO:teuthology.orchestra.run.smithi122.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-08T17:57:17.223 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-08T17:57:17.240 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-08T17:57:17.241 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-08T17:57:17.242 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T17:57:17.250 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-08T17:57:17.250 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_1 2023-11-08T17:57:17.299 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-08T17:57:17.300 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T17:57:17.300 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 5h/5d Inode: 490 Links: 1 2023-11-08T17:57:17.300 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T17:57:17.300 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2023-11-08 17:55:37.648249884 +0000 2023-11-08T17:57:17.301 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2023-11-08 17:55:37.332257167 +0000 2023-11-08T17:57:17.301 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2023-11-08 17:55:37.332257167 +0000 2023-11-08T17:57:17.301 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2023-11-08T17:57:17.302 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-08T17:57:17.353 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2023-11-08T17:57:17.353 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2023-11-08T17:57:17.353 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000370097 s, 1.4 MB/s 2023-11-08T17:57:17.354 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-08T17:57:17.405 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_2 2023-11-08T17:57:17.455 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-08T17:57:17.456 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T17:57:17.456 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 5h/5d Inode: 498 Links: 1 2023-11-08T17:57:17.456 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T17:57:17.456 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2023-11-08 17:55:38.192237344 +0000 2023-11-08T17:57:17.456 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2023-11-08 17:55:37.872244720 +0000 2023-11-08T17:57:17.457 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2023-11-08 17:55:37.872244720 +0000 2023-11-08T17:57:17.457 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2023-11-08T17:57:17.457 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-08T17:57:17.509 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2023-11-08T17:57:17.509 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2023-11-08T17:57:17.510 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000378719 s, 1.4 MB/s 2023-11-08T17:57:17.511 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-08T17:57:17.561 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_3 2023-11-08T17:57:17.611 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-08T17:57:17.611 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T17:57:17.612 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 5h/5d Inode: 502 Links: 1 2023-11-08T17:57:17.612 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T17:57:17.612 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2023-11-08 17:55:38.460231167 +0000 2023-11-08T17:57:17.612 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2023-11-08 17:55:38.456231259 +0000 2023-11-08T17:57:17.612 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2023-11-08 17:55:38.456231259 +0000 2023-11-08T17:57:17.613 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2023-11-08T17:57:17.613 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-08T17:57:17.667 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2023-11-08T17:57:17.667 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2023-11-08T17:57:17.667 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000395884 s, 1.3 MB/s 2023-11-08T17:57:17.668 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-08T17:57:17.721 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/vg_nvme/lv_4 2023-11-08T17:57:17.771 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-08T17:57:17.771 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T17:57:17.772 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 5h/5d Inode: 507 Links: 1 2023-11-08T17:57:17.772 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T17:57:17.772 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2023-11-08 17:55:39.352210606 +0000 2023-11-08T17:57:17.772 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2023-11-08 17:55:39.024218166 +0000 2023-11-08T17:57:17.773 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2023-11-08 17:55:39.024218166 +0000 2023-11-08T17:57:17.773 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2023-11-08T17:57:17.773 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-08T17:57:17.825 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2023-11-08T17:57:17.825 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2023-11-08T17:57:17.825 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000423354 s, 1.2 MB/s 2023-11-08T17:57:17.826 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-08T17:57:17.877 DEBUG:teuthology.orchestra.run.smithi019:> 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-08T17:57:17.999 INFO:teuthology.orchestra.run.smithi019.stdout:loop 2023-11-08T17:57:18.000 INFO:tasks.nvme_loop:Connecting nvme_loop smithi019:/dev/vg_nvme/lv_1... 2023-11-08T17:57:18.001 DEBUG:teuthology.orchestra.run.smithi019:> 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-08T17:57:18.025 INFO:teuthology.orchestra.run.smithi019.stdout:1 2023-11-08T17:57:18.056 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/vg_nvme/lv_11 2023-11-08T17:57:18.081 INFO:tasks.nvme_loop:Connecting nvme_loop smithi019:/dev/vg_nvme/lv_2... 2023-11-08T17:57:18.082 DEBUG:teuthology.orchestra.run.smithi019:> 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-08T17:57:18.150 INFO:teuthology.orchestra.run.smithi019.stdout:1 2023-11-08T17:57:18.178 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/vg_nvme/lv_21 2023-11-08T17:57:18.203 INFO:tasks.nvme_loop:Connecting nvme_loop smithi019:/dev/vg_nvme/lv_3... 2023-11-08T17:57:18.203 DEBUG:teuthology.orchestra.run.smithi019:> 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-08T17:57:18.271 INFO:teuthology.orchestra.run.smithi019.stdout:1 2023-11-08T17:57:18.298 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/vg_nvme/lv_31 2023-11-08T17:57:18.324 INFO:tasks.nvme_loop:Connecting nvme_loop smithi019:/dev/vg_nvme/lv_4... 2023-11-08T17:57:18.324 DEBUG:teuthology.orchestra.run.smithi019:> 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-08T17:57:18.390 INFO:teuthology.orchestra.run.smithi019.stdout:1 2023-11-08T17:57:18.415 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/vg_nvme/lv_41 2023-11-08T17:57:18.441 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-08T17:57:18.441 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T17:57:18.491 DEBUG:teuthology.orchestra.run.smithi019:> sudo nvme list 2023-11-08T17:57:18.551 INFO:teuthology.orchestra.run.smithi019.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-08T17:57:18.551 INFO:teuthology.orchestra.run.smithi019.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-08T17:57:18.551 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/nvme0n1 CVFT5330002G400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-08T17:57:18.551 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/nvme1n1 04e9163cf771d2f4c1ed Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-08T17:57:18.552 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/nvme2n1 5d9f922d93e1544c4721 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-08T17:57:18.552 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/nvme3n1 2da99991b22c696c6ded Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-08T17:57:18.552 INFO:teuthology.orchestra.run.smithi019.stdout:/dev/nvme4n1 f27a11b0e5ad8054795e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-08T17:57:18.553 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-08T17:57:18.553 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-08T17:57:18.554 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/scratch_devs 2023-11-08T17:57:18.610 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2023-11-08T17:57:18.611 DEBUG:teuthology.orchestra.run.smithi122:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T17:57:18.618 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-08T17:57:18.618 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/vg_nvme/lv_1 2023-11-08T17:57:18.666 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-08T17:57:18.666 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T17:57:18.667 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 5h/5d Inode: 493 Links: 1 2023-11-08T17:57:18.667 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T17:57:18.667 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2023-11-08 17:55:37.639521820 +0000 2023-11-08T17:57:18.667 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2023-11-08 17:55:37.323529106 +0000 2023-11-08T17:57:18.667 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2023-11-08 17:55:37.323529106 +0000 2023-11-08T17:57:18.668 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2023-11-08T17:57:18.668 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-08T17:57:18.721 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2023-11-08T17:57:18.722 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2023-11-08T17:57:18.722 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000428542 s, 1.2 MB/s 2023-11-08T17:57:18.723 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-08T17:57:18.776 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/vg_nvme/lv_2 2023-11-08T17:57:18.826 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-08T17:57:18.826 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T17:57:18.826 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 5h/5d Inode: 501 Links: 1 2023-11-08T17:57:18.827 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T17:57:18.827 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2023-11-08 17:55:38.163509736 +0000 2023-11-08T17:57:18.827 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2023-11-08 17:55:37.847517022 +0000 2023-11-08T17:57:18.827 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2023-11-08 17:55:37.847517022 +0000 2023-11-08T17:57:18.827 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2023-11-08T17:57:18.828 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-08T17:57:18.880 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2023-11-08T17:57:18.880 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2023-11-08T17:57:18.880 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000400391 s, 1.3 MB/s 2023-11-08T17:57:18.881 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-08T17:57:18.932 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/vg_nvme/lv_3 2023-11-08T17:57:18.982 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-08T17:57:18.982 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T17:57:18.983 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 5h/5d Inode: 505 Links: 1 2023-11-08T17:57:18.983 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T17:57:18.983 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2023-11-08 17:55:38.715497005 +0000 2023-11-08T17:57:18.983 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2023-11-08 17:55:38.371504939 +0000 2023-11-08T17:57:18.983 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2023-11-08 17:55:38.371504939 +0000 2023-11-08T17:57:18.984 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2023-11-08T17:57:18.984 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-08T17:57:19.037 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2023-11-08T17:57:19.038 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2023-11-08T17:57:19.038 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000401368 s, 1.3 MB/s 2023-11-08T17:57:19.039 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-08T17:57:19.092 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/vg_nvme/lv_4 2023-11-08T17:57:19.142 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-08T17:57:19.142 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T17:57:19.143 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 5h/5d Inode: 512 Links: 1 2023-11-08T17:57:19.143 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T17:57:19.143 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2023-11-08 17:55:39.259484460 +0000 2023-11-08T17:57:19.143 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2023-11-08 17:55:38.943491747 +0000 2023-11-08T17:57:19.143 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2023-11-08 17:55:38.943491747 +0000 2023-11-08T17:57:19.144 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2023-11-08T17:57:19.144 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-08T17:57:19.198 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2023-11-08T17:57:19.198 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2023-11-08T17:57:19.198 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000417646 s, 1.2 MB/s 2023-11-08T17:57:19.200 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-08T17:57:19.252 DEBUG:teuthology.orchestra.run.smithi122:> 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-08T17:57:19.398 INFO:teuthology.orchestra.run.smithi122.stdout:loop 2023-11-08T17:57:19.400 INFO:tasks.nvme_loop:Connecting nvme_loop smithi122:/dev/vg_nvme/lv_1... 2023-11-08T17:57:19.400 DEBUG:teuthology.orchestra.run.smithi122:> 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-08T17:57:19.420 INFO:teuthology.orchestra.run.smithi122.stdout:1 2023-11-08T17:57:19.449 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/vg_nvme/lv_11 2023-11-08T17:57:19.475 INFO:tasks.nvme_loop:Connecting nvme_loop smithi122:/dev/vg_nvme/lv_2... 2023-11-08T17:57:19.475 DEBUG:teuthology.orchestra.run.smithi122:> 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-08T17:57:19.545 INFO:teuthology.orchestra.run.smithi122.stdout:1 2023-11-08T17:57:19.571 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/vg_nvme/lv_21 2023-11-08T17:57:19.595 INFO:tasks.nvme_loop:Connecting nvme_loop smithi122:/dev/vg_nvme/lv_3... 2023-11-08T17:57:19.595 DEBUG:teuthology.orchestra.run.smithi122:> 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-08T17:57:19.661 INFO:teuthology.orchestra.run.smithi122.stdout:1 2023-11-08T17:57:19.683 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/vg_nvme/lv_31 2023-11-08T17:57:19.706 INFO:tasks.nvme_loop:Connecting nvme_loop smithi122:/dev/vg_nvme/lv_4... 2023-11-08T17:57:19.707 DEBUG:teuthology.orchestra.run.smithi122:> 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-08T17:57:19.772 INFO:teuthology.orchestra.run.smithi122.stdout:1 2023-11-08T17:57:19.796 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/vg_nvme/lv_41 2023-11-08T17:57:19.819 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2023-11-08T17:57:19.819 DEBUG:teuthology.orchestra.run.smithi122:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T17:57:19.873 DEBUG:teuthology.orchestra.run.smithi122:> sudo nvme list 2023-11-08T17:57:19.929 INFO:teuthology.orchestra.run.smithi122.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-08T17:57:19.930 INFO:teuthology.orchestra.run.smithi122.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-08T17:57:19.930 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/nvme0n1 PHFT6204010U400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101F0 2023-11-08T17:57:19.930 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/nvme1n1 8ce95380ccf0ce2e3f9e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-08T17:57:19.930 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/nvme2n1 1807a5dd28b30ea49e58 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-08T17:57:19.931 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/nvme3n1 9b373d682b58f1373ff5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-08T17:57:19.931 INFO:teuthology.orchestra.run.smithi122.stdout:/dev/nvme4n1 fbcfa0cdf7c3d5d380ad Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-08T17:57:19.932 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-08T17:57:19.932 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2023-11-08T17:57:19.932 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/scratch_devs 2023-11-08T17:57:19.989 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-08T17:57:20.074 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-08T17:57:20.075 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 2023-11-08T17:57:20.076 INFO:tasks.cephadm:Cluster fsid is 42fae158-7e60-11ee-8dbb-212e2dc638e7 2023-11-08T17:57:20.076 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-08T17:57:20.077 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-08T17:57:20.077 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi019': '172.21.15.19', 'mon.smithi122': '172.21.15.122'} 2023-11-08T17:57:20.077 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-08T17:57:20.078 DEBUG:teuthology.orchestra.run.smithi019:> sudo hostname $(hostname -s) 2023-11-08T17:57:20.093 DEBUG:teuthology.orchestra.run.smithi122:> sudo hostname $(hostname -s) 2023-11-08T17:57:20.110 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f)... 2023-11-08T17:57:20.111 DEBUG:teuthology.orchestra.run.smithi019:> 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-08T17:57:20.395 INFO:teuthology.orchestra.run.smithi019.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Nov 8 17:57 /home/ubuntu/cephtest/cephadm 2023-11-08T17:57:20.396 DEBUG:teuthology.orchestra.run.smithi122:> 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-08T17:57:20.616 INFO:teuthology.orchestra.run.smithi122.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Nov 8 17:57 /home/ubuntu/cephtest/cephadm 2023-11-08T17:57:20.617 DEBUG:teuthology.orchestra.run.smithi019:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-08T17:57:20.626 DEBUG:teuthology.orchestra.run.smithi122:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-08T17:57:20.642 DEBUG:teuthology.orchestra.run.smithi019:> sudo mkdir -p /etc/ceph 2023-11-08T17:57:20.683 DEBUG:teuthology.orchestra.run.smithi122:> sudo mkdir -p /etc/ceph 2023-11-08T17:57:20.698 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod 777 /etc/ceph 2023-11-08T17:57:20.743 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod 777 /etc/ceph 2023-11-08T17:57:20.757 INFO:tasks.cephadm:Writing seed config... 2023-11-08T17:57:20.759 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-08T17:57:20.759 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-08T17:57:20.759 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-08T17:57:20.759 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-08T17:57:20.760 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-08T17:57:20.760 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-08T17:57:20.760 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-08T17:57:20.761 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-08T17:57:20.761 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-08T17:57:20.762 DEBUG:teuthology.orchestra.run.smithi019:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-08T17:57:20.793 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 = 42fae158-7e60-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-08T17:57:20.794 DEBUG:teuthology.orchestra.run.smithi019:mon.smithi019> sudo journalctl -f -n 0 -u ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7@mon.smithi019.service 2023-11-08T17:57:20.836 INFO:tasks.cephadm:Bootstrapping... 2023-11-08T17:57:20.837 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -v bootstrap --fsid 42fae158-7e60-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.19 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-08T17:57:21.213 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-11-08T17:57:21.233 INFO:teuthology.orchestra.run.smithi019.stderr:-------------------------------------------------------------------------------- 2023-11-08T17:57:21.233 INFO:teuthology.orchestra.run.smithi019.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f', '-v', 'bootstrap', '--fsid', '42fae158-7e60-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.19', '--skip-admin-label'] 2023-11-08T17:57:21.234 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying podman|docker is present... 2023-11-08T17:57:21.234 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying lvm2 is present... 2023-11-08T17:57:21.234 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying time synchronization is in place... 2023-11-08T17:57:21.240 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-08T17:57:21.247 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2023-11-08T17:57:21.254 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-11-08T17:57:21.261 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2023-11-08T17:57:21.267 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: masked 2023-11-08T17:57:21.275 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2023-11-08T17:57:21.282 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-11-08T17:57:21.289 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2023-11-08T17:57:21.295 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: enabled 2023-11-08T17:57:21.303 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: active 2023-11-08T17:57:21.304 INFO:teuthology.orchestra.run.smithi019.stderr:Unit ntp.service is enabled and running 2023-11-08T17:57:21.304 INFO:teuthology.orchestra.run.smithi019.stderr:Repeating the final host check... 2023-11-08T17:57:21.304 INFO:teuthology.orchestra.run.smithi019.stderr:docker (/usr/bin/docker) is present 2023-11-08T17:57:21.305 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl is present 2023-11-08T17:57:21.305 INFO:teuthology.orchestra.run.smithi019.stderr:lvcreate is present 2023-11-08T17:57:21.311 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-08T17:57:21.317 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2023-11-08T17:57:21.323 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-11-08T17:57:21.330 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2023-11-08T17:57:21.337 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: masked 2023-11-08T17:57:21.345 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2023-11-08T17:57:21.353 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-11-08T17:57:21.360 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: inactive 2023-11-08T17:57:21.368 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: enabled 2023-11-08T17:57:21.375 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: active 2023-11-08T17:57:21.376 INFO:teuthology.orchestra.run.smithi019.stderr:Unit ntp.service is enabled and running 2023-11-08T17:57:21.376 INFO:teuthology.orchestra.run.smithi019.stderr:Host looks OK 2023-11-08T17:57:21.377 INFO:teuthology.orchestra.run.smithi019.stderr:Cluster fsid: 42fae158-7e60-11ee-8dbb-212e2dc638e7 2023-11-08T17:57:21.377 INFO:teuthology.orchestra.run.smithi019.stderr:Acquiring lock 140433925110176 on /run/cephadm/42fae158-7e60-11ee-8dbb-212e2dc638e7.lock 2023-11-08T17:57:21.377 INFO:teuthology.orchestra.run.smithi019.stderr:Lock 140433925110176 acquired on /run/cephadm/42fae158-7e60-11ee-8dbb-212e2dc638e7.lock 2023-11-08T17:57:21.378 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying IP 172.21.15.19 port 3300 ... 2023-11-08T17:57:21.379 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying IP 172.21.15.19 port 6789 ... 2023-11-08T17:57:21.379 INFO:teuthology.orchestra.run.smithi019.stderr:Base mon IP(s) is [172.21.15.19:3300, 172.21.15.19:6789], mon addrv is [v2:172.21.15.19:3300,v1:172.21.15.19:6789] 2023-11-08T17:57:21.381 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/sbin/ip: default via 172.21.15.254 dev ens1f0 2023-11-08T17:57:21.382 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-08T17:57:21.382 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.19 2023-11-08T17:57:21.387 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-08T17:57:21.387 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-11-08T17:57:21.387 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1792sec hoplimit 64 pref medium 2023-11-08T17:57:21.392 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-08T17:57:21.392 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2023-11-08T17:57:21.393 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-11-08T17:57:21.393 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/sbin/ip: 2: ens1f0: mtu 1500 state UP qlen 1000 2023-11-08T17:57:21.393 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:febd:161e/64 scope link 2023-11-08T17:57:21.394 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-11-08T17:57:21.395 INFO:teuthology.orchestra.run.smithi019.stderr:Mon IP `172.21.15.19` is in CIDR network `172.21.0.0/20` 2023-11-08T17:57:21.395 INFO:teuthology.orchestra.run.smithi019.stderr:Mon IP `172.21.15.19` is in CIDR network `172.21.0.0/20` 2023-11-08T17:57:21.396 INFO:teuthology.orchestra.run.smithi019.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-08T17:57:21.396 INFO:teuthology.orchestra.run.smithi019.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-08T17:57:21.396 INFO:teuthology.orchestra.run.smithi019.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f... 2023-11-08T17:57:21.776 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/docker: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f: Pulling from ceph-ci/ceph 2023-11-08T17:57:21.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/docker: ef3cef4bbbe4: Pulling fs layer 2023-11-08T17:57:21.780 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/docker: 3f9c46b4c79b: Pulling fs layer 2023-11-08T17:57:30.374 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/docker: ef3cef4bbbe4: Download complete 2023-11-08T17:57:34.261 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/docker: ef3cef4bbbe4: Pull complete 2023-11-08T17:57:41.078 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/docker: 3f9c46b4c79b: Verifying Checksum 2023-11-08T17:57:41.078 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/docker: 3f9c46b4c79b: Download complete 2023-11-08T17:57:53.691 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/docker: 3f9c46b4c79b: Pull complete 2023-11-08T17:57:53.813 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/docker: Digest: sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8 2023-11-08T17:57:53.866 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 2023-11-08T17:57:53.905 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 2023-11-08T17:58:04.934 INFO:teuthology.orchestra.run.smithi019.stderr:ceph: ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable) 2023-11-08T17:58:05.551 INFO:teuthology.orchestra.run.smithi019.stderr:Ceph version: ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable) 2023-11-08T17:58:05.551 INFO:teuthology.orchestra.run.smithi019.stderr:Extracting ceph user uid/gid from container image... 2023-11-08T17:58:06.365 INFO:teuthology.orchestra.run.smithi019.stderr:stat: 167 167 2023-11-08T17:58:06.984 INFO:teuthology.orchestra.run.smithi019.stderr:Creating initial keys... 2023-11-08T17:58:07.776 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-authtool: AQAvzEtlrO00LhAA3rfQ/0tiOdpOPmpNQDIFPA== 2023-11-08T17:58:09.237 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-authtool: AQAxzEtl4QIXDhAAnsSLO+qzL4qTcVc2x/Jq5w== 2023-11-08T17:58:10.690 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-authtool: AQAyzEtlBq0aKRAA2n2M2haqtqfwuFiDtNkZOQ== 2023-11-08T17:58:11.315 INFO:teuthology.orchestra.run.smithi019.stderr:Creating initial monmap... 2023-11-08T17:58:12.105 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-08T17:58:12.105 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 42fae158-7e60-11ee-8dbb-212e2dc638e7 2023-11-08T17:58:12.105 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-08T17:58:12.745 INFO:teuthology.orchestra.run.smithi019.stderr:monmaptool for smithi019 [v2:172.21.15.19:3300,v1:172.21.15.19:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-08T17:58:12.745 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: set fsid to 42fae158-7e60-11ee-8dbb-212e2dc638e7 2023-11-08T17:58:12.745 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-08T17:58:12.746 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-11-08T17:58:12.746 INFO:teuthology.orchestra.run.smithi019.stderr:Creating mon... 2023-11-08T17:58:13.551 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.543+0000 7f04ceeaf880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-08T17:58:13.552 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.543+0000 7f04ceeaf880 1 imported monmap: 2023-11-08T17:58:13.552 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-08T17:58:13.552 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 2023-11-08T17:58:13.552 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: last_changed 2023-11-08T17:58:12.104220+0000 2023-11-08T17:58:13.580 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: created 2023-11-08T17:58:12.104220+0000 2023-11-08T17:58:13.580 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-08T17:58:13.581 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-08T17:58:13.581 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] mon.smithi019 2023-11-08T17:58:13.581 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2023-11-08T17:58:13.581 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.543+0000 7f04ceeaf880 0 /usr/bin/ceph-mon: set fsid to 42fae158-7e60-11ee-8dbb-212e2dc638e7 2023-11-08T17:58:13.581 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: RocksDB version: 6.8.1 2023-11-08T17:58:13.581 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2023-11-08T17:58:13.582 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-08T17:58:13.582 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Compile date Nov 7 2023 2023-11-08T17:58:13.582 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: DB SUMMARY 2023-11-08T17:58:13.582 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2023-11-08T17:58:13.582 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi019/store.db dir, Total Num: 0, files: 2023-11-08T17:58:13.583 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2023-11-08T17:58:13.583 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi019/store.db: 2023-11-08T17:58:13.583 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2023-11-08T17:58:13.583 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.error_if_exists: 0 2023-11-08T17:58:13.583 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.create_if_missing: 1 2023-11-08T17:58:13.584 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.paranoid_checks: 1 2023-11-08T17:58:13.584 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.env: 0x561173dc2080 2023-11-08T17:58:13.584 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.fs: Posix File System 2023-11-08T17:58:13.584 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.info_log: 0x56117656f3a0 2023-11-08T17:58:13.584 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-08T17:58:13.585 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.statistics: (nil) 2023-11-08T17:58:13.585 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.use_fsync: 0 2023-11-08T17:58:13.585 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_log_file_size: 0 2023-11-08T17:58:13.585 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-08T17:58:13.585 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-08T17:58:13.585 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-08T17:58:13.586 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-08T17:58:13.586 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.allow_fallocate: 1 2023-11-08T17:58:13.586 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-08T17:58:13.586 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-08T17:58:13.586 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.use_direct_reads: 0 2023-11-08T17:58:13.587 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-08T17:58:13.587 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-08T17:58:13.587 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.db_log_dir: 2023-11-08T17:58:13.587 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi019/store.db 2023-11-08T17:58:13.587 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-08T17:58:13.588 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_subcompactions: 1 2023-11-08T17:58:13.588 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_background_flushes: -1 2023-11-08T17:58:13.588 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-08T17:58:13.588 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-08T17:58:13.588 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-08T17:58:13.588 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-08T17:58:13.589 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-08T17:58:13.589 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-08T17:58:13.589 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-08T17:58:13.589 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.write_buffer_manager: 0x561176575980 2023-11-08T17:58:13.589 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-08T17:58:13.590 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-08T17:58:13.590 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-08T17:58:13.590 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-08T17:58:13.590 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-08T17:58:13.590 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-08T17:58:13.591 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-08T17:58:13.591 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-08T17:58:13.591 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-08T17:58:13.591 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.unordered_write: 0 2023-11-08T17:58:13.592 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-08T17:58:13.592 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-08T17:58:13.592 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-08T17:58:13.592 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-08T17:58:13.592 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.row_cache: None 2023-11-08T17:58:13.593 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.wal_filter: None 2023-11-08T17:58:13.593 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-08T17:58:13.593 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-08T17:58:13.593 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.preserve_deletes: 0 2023-11-08T17:58:13.593 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.two_write_queues: 0 2023-11-08T17:58:13.593 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-08T17:58:13.594 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.atomic_flush: 0 2023-11-08T17:58:13.594 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T17:58:13.594 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-08T17:58:13.594 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-08T17:58:13.594 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.log_readahead_size: 0 2023-11-08T17:58:13.595 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-08T17:58:13.595 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_background_jobs: 2 2023-11-08T17:58:13.595 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_background_compactions: -1 2023-11-08T17:58:13.595 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T17:58:13.595 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T17:58:13.596 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T17:58:13.596 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-08T17:58:13.596 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T17:58:13.596 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T17:58:13.596 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T17:58:13.597 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T17:58:13.597 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_open_files: -1 2023-11-08T17:58:13.597 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-08T17:58:13.597 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T17:58:13.597 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-08T17:58:13.598 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-08T17:58:13.598 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Compression algorithms supported: 2023-11-08T17:58:13.598 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T17:58:13.598 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: kZSTD supported: 0 2023-11-08T17:58:13.598 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: kXpressCompression supported: 0 2023-11-08T17:58:13.599 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-08T17:58:13.599 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: kLZ4Compression supported: 1 2023-11-08T17:58:13.599 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: kBZip2Compression supported: 0 2023-11-08T17:58:13.599 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: kZlibCompression supported: 1 2023-11-08T17:58:13.599 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: kSnappyCompression supported: 1 2023-11-08T17:58:13.600 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T17:58:13.600 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-08T17:58:13.600 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2023-11-08T17:58:13.601 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi019/store.db/MANIFEST-000001 2023-11-08T17:58:13.601 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2023-11-08T17:58:13.601 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-08T17:58:13.601 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2023-11-08T17:58:13.601 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T17:58:13.601 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.merge_operator: 2023-11-08T17:58:13.602 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.compaction_filter: None 2023-11-08T17:58:13.602 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-08T17:58:13.602 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T17:58:13.602 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T17:58:13.603 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561176483d38) 2023-11-08T17:58:13.603 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-08T17:58:13.603 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T17:58:13.603 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T17:58:13.603 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-08T17:58:13.604 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-08T17:58:13.604 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-08T17:58:13.604 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-08T17:58:13.604 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-08T17:58:13.604 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-08T17:58:13.604 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-08T17:58:13.605 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-08T17:58:13.605 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_cache: 0x5611764bad10 2023-11-08T17:58:13.605 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-08T17:58:13.605 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-08T17:58:13.605 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-08T17:58:13.606 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-08T17:58:13.606 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-08T17:58:13.606 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-08T17:58:13.606 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-08T17:58:13.606 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-08T17:58:13.607 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-08T17:58:13.607 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-08T17:58:13.607 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-08T17:58:13.607 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-08T17:58:13.607 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-08T17:58:13.607 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-08T17:58:13.608 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-08T17:58:13.608 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-08T17:58:13.608 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-08T17:58:13.608 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-08T17:58:13.608 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-08T17:58:13.609 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-08T17:58:13.609 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-08T17:58:13.609 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-08T17:58:13.609 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2023-11-08T17:58:13.609 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-08T17:58:13.609 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-08T17:58:13.610 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.compression: NoCompression 2023-11-08T17:58:13.610 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-08T17:58:13.610 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-08T17:58:13.610 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T17:58:13.610 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.num_levels: 7 2023-11-08T17:58:13.611 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T17:58:13.611 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T17:58:13.611 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T17:58:13.611 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T17:58:13.611 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T17:58:13.612 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T17:58:13.612 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T17:58:13.612 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T17:58:13.612 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T17:58:13.612 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T17:58:13.613 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-08T17:58:13.613 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-08T17:58:13.613 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T17:58:13.613 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T17:58:13.613 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-08T17:58:13.613 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T17:58:13.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T17:58:13.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T17:58:13.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-08T17:58:13.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T17:58:13.614 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T17:58:13.615 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T17:58:13.615 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T17:58:13.615 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T17:58:13.615 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T17:58:13.615 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T17:58:13.615 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T17:58:13.616 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T17:58:13.616 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T17:58:13.616 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T17:58:13.616 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T17:58:13.616 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T17:58:13.617 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-08T17:58:13.617 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T17:58:13.617 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T17:58:13.617 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-08T17:58:13.617 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-08T17:58:13.618 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T17:58:13.618 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T17:58:13.619 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T17:58:13.619 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T17:58:13.619 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T17:58:13.619 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T17:58:13.619 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T17:58:13.620 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T17:58:13.620 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T17:58:13.620 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T17:58:13.620 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.table_properties_collectors: 2023-11-08T17:58:13.620 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.inplace_update_support: 0 2023-11-08T17:58:13.620 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T17:58:13.621 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T17:58:13.621 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T17:58:13.622 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T17:58:13.622 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.bloom_locality: 0 2023-11-08T17:58:13.622 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.max_successive_merges: 0 2023-11-08T17:58:13.622 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T17:58:13.622 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-08T17:58:13.623 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-08T17:58:13.623 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-08T17:58:13.623 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.ttl: 2592000 2023-11-08T17:58:13.623 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.547+0000 7f04ceeaf880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T17:58:13.624 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.555+0000 7f04ceeaf880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi019/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-08T17:58:13.624 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2023-11-08T17:58:13.624 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.555+0000 7f04ceeaf880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-08T17:58:13.624 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2023-11-08T17:58:13.625 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.555+0000 7f04ceeaf880 4 rocksdb: DB pointer 0x561176583800 2023-11-08T17:58:13.625 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.555+0000 7f04b7d36700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-08T17:58:13.625 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.555+0000 7f04b7d36700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-08T17:58:13.625 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-08T17:58:13.625 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T17:58:13.626 INFO:teuthology.orchestra.run.smithi019.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-08T17:58:13.626 INFO:teuthology.orchestra.run.smithi019.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-08T17:58:13.626 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T17:58:13.626 INFO:teuthology.orchestra.run.smithi019.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-08T17:58:13.626 INFO:teuthology.orchestra.run.smithi019.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-08T17:58:13.627 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T17:58:13.627 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2023-11-08T17:58:13.627 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T17:58:13.627 INFO:teuthology.orchestra.run.smithi019.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-08T17:58:13.627 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T17:58:13.627 INFO:teuthology.orchestra.run.smithi019.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-08T17:58:13.628 INFO:teuthology.orchestra.run.smithi019.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-08T17:58:13.628 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2023-11-08T17:58:13.628 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T17:58:13.628 INFO:teuthology.orchestra.run.smithi019.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-08T17:58:13.628 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T17:58:13.629 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T17:58:13.629 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T17:58:13.629 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T17:58:13.629 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T17:58:13.629 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T17:58:13.629 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-08T17:58:13.630 INFO:teuthology.orchestra.run.smithi019.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-08T17:58:13.630 INFO:teuthology.orchestra.run.smithi019.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-08T17:58:13.630 INFO:teuthology.orchestra.run.smithi019.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-08T17:58:13.630 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2023-11-08T17:58:13.630 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-08T17:58:13.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2023-11-08T17:58:13.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T17:58:13.631 INFO:teuthology.orchestra.run.smithi019.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-08T17:58:13.631 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T17:58:13.631 INFO:teuthology.orchestra.run.smithi019.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-08T17:58:13.632 INFO:teuthology.orchestra.run.smithi019.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-08T17:58:13.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2023-11-08T17:58:13.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T17:58:13.632 INFO:teuthology.orchestra.run.smithi019.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-08T17:58:13.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T17:58:13.632 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T17:58:13.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T17:58:13.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T17:58:13.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T17:58:13.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T17:58:13.633 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-08T17:58:13.634 INFO:teuthology.orchestra.run.smithi019.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-08T17:58:13.634 INFO:teuthology.orchestra.run.smithi019.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-08T17:58:13.634 INFO:teuthology.orchestra.run.smithi019.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-08T17:58:13.634 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2023-11-08T17:58:13.634 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-08T17:58:13.635 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: 2023-11-08T17:58:13.635 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.559+0000 7f04ceeaf880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-08T17:58:13.635 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.559+0000 7f04ceeaf880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-08T17:58:13.635 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph-mon: debug 2023-11-08T17:58:13.559+0000 7f04ceeaf880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi019 for mon.smithi019 2023-11-08T17:58:14.168 INFO:teuthology.orchestra.run.smithi019.stderr:create mon.smithi019 on 2023-11-08T17:58:14.408 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-11-08T17:58:14.648 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7.target -> /etc/systemd/system/ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7.target. 2023-11-08T17:58:14.648 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7.target -> /etc/systemd/system/ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7.target. 2023-11-08T17:58:15.066 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Failed to reset failed state of unit ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7@mon.smithi019.service: Unit ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7@mon.smithi019.service not loaded. 2023-11-08T17:58:15.075 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Created symlink /etc/systemd/system/ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7.target.wants/ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7@mon.smithi019.service -> /etc/systemd/system/ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7@.service. 2023-11-08T17:58:15.285 INFO:teuthology.orchestra.run.smithi019.stderr:firewalld does not appear to be present 2023-11-08T17:58:15.285 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to enable service . firewalld.service is not available 2023-11-08T17:58:15.285 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mon to start... 2023-11-08T17:58:15.286 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mon... 2023-11-08T17:58:15.330 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:15 smithi019 systemd[1]: Started Ceph mon.smithi019 for 42fae158-7e60-11ee-8dbb-212e2dc638e7. 2023-11-08T17:58:17.066 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: cluster: 2023-11-08T17:58:17.066 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: id: 42fae158-7e60-11ee-8dbb-212e2dc638e7 2023-11-08T17:58:17.066 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-08T17:58:17.067 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-11-08T17:58:17.067 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: services: 2023-11-08T17:58:17.067 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi019 (age 0.332223s) 2023-11-08T17:58:17.067 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-08T17:58:17.067 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-08T17:58:17.068 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-11-08T17:58:17.068 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: data: 2023-11-08T17:58:17.068 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-08T17:58:17.068 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-08T17:58:17.068 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-08T17:58:17.069 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: pgs: 2023-11-08T17:58:17.069 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-11-08T17:58:17.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:16 smithi019 bash[23593]: cluster 2023-11-08T17:58:16.735199+0000 mon.smithi019 (mon.0) 0 : [INF] mkfs 42fae158-7e60-11ee-8dbb-212e2dc638e7 2023-11-08T17:58:17.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:16 smithi019 bash[23593]: cluster 2023-11-08T17:58:16.699743+0000 mon.smithi019 (mon.0) 1 : cluster [INF] mon.smithi019 is new leader, mons smithi019 in quorum (ranks 0) 2023-11-08T17:58:17.677 INFO:teuthology.orchestra.run.smithi019.stderr:mon is available 2023-11-08T17:58:17.678 INFO:teuthology.orchestra.run.smithi019.stderr:Assimilating anything we can from ceph.conf... 2023-11-08T17:58:18.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:17 smithi019 bash[23593]: cluster 2023-11-08T17:58:16.731414+0000 mon.smithi019 (mon.0) 2 : cluster [INF] mon.smithi019 is new leader, mons smithi019 in quorum (ranks 0) 2023-11-08T17:58:18.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:17 smithi019 bash[23593]: cluster 2023-11-08T17:58:16.731759+0000 mon.smithi019 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi019=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0]} removed_ranks: {} 2023-11-08T17:58:18.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:17 smithi019 bash[23593]: cluster 2023-11-08T17:58:16.740892+0000 mon.smithi019 (mon.0) 4 : cluster [DBG] fsmap 2023-11-08T17:58:18.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:17 smithi019 bash[23593]: cluster 2023-11-08T17:58:16.752108+0000 mon.smithi019 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-08T17:58:18.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:17 smithi019 bash[23593]: cluster 2023-11-08T17:58:16.752602+0000 mon.smithi019 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-08T17:58:18.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:17 smithi019 bash[23593]: audit 2023-11-08T17:58:17.063564+0000 mon.smithi019 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.19:0/2748526256' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-08T17:58:18.836 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-11-08T17:58:18.836 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [global] 2023-11-08T17:58:18.836 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: fsid = 42fae158-7e60-11ee-8dbb-212e2dc638e7 2023-11-08T17:58:18.836 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.19:3300,v1:172.21.15.19:6789] 2023-11-08T17:58:18.837 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-08T17:58:18.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-08T17:58:18.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-08T17:58:18.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-08T17:58:18.838 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-11-08T17:58:18.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [mgr] 2023-11-08T17:58:18.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-08T17:58:18.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-11-08T17:58:18.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [osd] 2023-11-08T17:58:18.839 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-08T17:58:18.840 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-08T17:58:19.335 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:18 smithi019 bash[23593]: audit 2023-11-08T17:58:18.828012+0000 mon.smithi019 (mon.0) 8 : audit [INF] from='client.? 172.21.15.19:0/743926611' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-08T17:58:19.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:18 smithi019 bash[23593]: audit 2023-11-08T17:58:18.833985+0000 mon.smithi019 (mon.0) 9 : audit [INF] from='client.? 172.21.15.19:0/743926611' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-08T17:58:19.474 INFO:teuthology.orchestra.run.smithi019.stderr:Generating new minimal ceph.conf... 2023-11-08T17:58:20.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:20 smithi019 bash[23593]: audit 2023-11-08T17:58:20.518396+0000 mon.smithi019 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.19:0/2930975112' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T17:58:21.137 INFO:teuthology.orchestra.run.smithi019.stderr:Restarting the monitor... 2023-11-08T17:58:21.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:21 smithi019 systemd[1]: Stopping Ceph mon.smithi019 for 42fae158-7e60-11ee-8dbb-212e2dc638e7... 2023-11-08T17:58:21.526 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:21 smithi019 bash[23979]: Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-mon.smithi019 2023-11-08T17:58:21.527 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:21 smithi019 bash[23593]: debug 2023-11-08T17:58:21.331+0000 7f815fcab700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi019 -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-08T17:58:21.527 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:21 smithi019 bash[23593]: debug 2023-11-08T17:58:21.331+0000 7f815fcab700 -1 mon.smithi019@0(leader) e1 *** Got Signal Terminated *** 2023-11-08T17:58:22.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:21 smithi019 bash[24015]: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-mon-smithi019 2023-11-08T17:58:22.151 INFO:teuthology.orchestra.run.smithi019.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-08T17:58:22.214 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:22 smithi019 bash[24081]: Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-mon-smithi019 2023-11-08T17:58:22.214 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:22 smithi019 systemd[1]: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7@mon.smithi019.service: Succeeded. 2023-11-08T17:58:22.214 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:22 smithi019 systemd[1]: Stopped Ceph mon.smithi019 for 42fae158-7e60-11ee-8dbb-212e2dc638e7. 2023-11-08T17:58:22.214 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:22 smithi019 systemd[1]: Started Ceph mon.smithi019 for 42fae158-7e60-11ee-8dbb-212e2dc638e7. 2023-11-08T17:58:23.410 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.287+0000 7fe5cd414880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-08T17:58:23.410 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.287+0000 7fe5cd414880 0 ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable), process ceph-mon, pid 7 2023-11-08T17:58:23.410 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.287+0000 7fe5cd414880 0 pidfile_write: ignore empty --pid-file 2023-11-08T17:58:23.411 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 0 load: jerasure load: lrc load: isa 2023-11-08T17:58:23.411 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: RocksDB version: 6.8.1 2023-11-08T17:58:23.411 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-08T17:58:23.411 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Compile date Nov 7 2023 2023-11-08T17:58:23.411 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: DB SUMMARY 2023-11-08T17:58:23.412 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: CURRENT file: CURRENT 2023-11-08T17:58:23.412 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-08T17:58:23.412 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-08T17:58:23.412 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi019/store.db dir, Total Num: 1, files: 000004.sst 2023-11-08T17:58:23.412 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi019/store.db: 000006.log size: 86521 ; 2023-11-08T17:58:23.412 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.error_if_exists: 0 2023-11-08T17:58:23.413 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.create_if_missing: 0 2023-11-08T17:58:23.413 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.paranoid_checks: 1 2023-11-08T17:58:23.413 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.env: 0x5603c0dc2080 2023-11-08T17:58:23.413 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.fs: Posix File System 2023-11-08T17:58:23.413 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.info_log: 0x5603c2d2c580 2023-11-08T17:58:23.414 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-08T17:58:23.414 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.statistics: (nil) 2023-11-08T17:58:23.414 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.use_fsync: 0 2023-11-08T17:58:23.414 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_log_file_size: 0 2023-11-08T17:58:23.415 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-08T17:58:23.415 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-08T17:58:23.415 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-08T17:58:23.415 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-08T17:58:23.415 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.allow_fallocate: 1 2023-11-08T17:58:23.415 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-08T17:58:23.416 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-08T17:58:23.416 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.use_direct_reads: 0 2023-11-08T17:58:23.416 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-08T17:58:23.417 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-08T17:58:23.417 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.db_log_dir: 2023-11-08T17:58:23.417 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi019/store.db 2023-11-08T17:58:23.418 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-08T17:58:23.418 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_subcompactions: 1 2023-11-08T17:58:23.419 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_background_flushes: -1 2023-11-08T17:58:23.419 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-08T17:58:23.419 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-08T17:58:23.420 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-08T17:58:23.420 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-08T17:58:23.421 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-08T17:58:23.422 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-08T17:58:23.422 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-08T17:58:23.423 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.write_buffer_manager: 0x5603c397a480 2023-11-08T17:58:23.423 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-08T17:58:23.424 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-08T17:58:23.424 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-08T17:58:23.425 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-08T17:58:23.425 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-08T17:58:23.426 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-08T17:58:23.426 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-08T17:58:23.427 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-08T17:58:23.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-08T17:58:23.431 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.unordered_write: 0 2023-11-08T17:58:23.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-08T17:58:23.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-08T17:58:23.432 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-08T17:58:23.433 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-08T17:58:23.433 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.row_cache: None 2023-11-08T17:58:23.433 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.wal_filter: None 2023-11-08T17:58:23.434 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-08T17:58:23.434 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-08T17:58:23.434 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.preserve_deletes: 0 2023-11-08T17:58:23.434 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.two_write_queues: 0 2023-11-08T17:58:23.434 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-08T17:58:23.435 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.atomic_flush: 0 2023-11-08T17:58:23.435 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T17:58:23.435 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-08T17:58:23.435 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-08T17:58:23.435 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.log_readahead_size: 0 2023-11-08T17:58:23.436 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-08T17:58:23.436 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_background_jobs: 2 2023-11-08T17:58:23.436 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_background_compactions: -1 2023-11-08T17:58:23.436 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T17:58:23.436 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T17:58:23.437 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T17:58:23.437 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-08T17:58:23.437 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T17:58:23.437 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T17:58:23.438 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T17:58:23.438 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T17:58:23.438 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_open_files: -1 2023-11-08T17:58:23.438 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-08T17:58:23.438 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T17:58:23.439 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-08T17:58:23.439 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-08T17:58:23.439 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Compression algorithms supported: 2023-11-08T17:58:23.439 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T17:58:23.439 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: kZSTD supported: 0 2023-11-08T17:58:23.440 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: kXpressCompression supported: 0 2023-11-08T17:58:23.440 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-08T17:58:23.440 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: kLZ4Compression supported: 1 2023-11-08T17:58:23.440 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: kBZip2Compression supported: 0 2023-11-08T17:58:23.440 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: kZlibCompression supported: 1 2023-11-08T17:58:23.440 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: kSnappyCompression supported: 1 2023-11-08T17:58:23.441 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T17:58:23.441 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi019/store.db/MANIFEST-000005 2023-11-08T17:58:23.441 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-08T17:58:23.441 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T17:58:23.441 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.merge_operator: 2023-11-08T17:58:23.442 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.compaction_filter: None 2023-11-08T17:58:23.442 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-08T17:58:23.442 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T17:58:23.442 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T17:58:23.443 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5603c2ccfd30) 2023-11-08T17:58:23.443 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: cache_index_and_filter_blocks: 1 2023-11-08T17:58:23.443 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T17:58:23.443 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T17:58:23.443 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: pin_top_level_index_and_filter: 1 2023-11-08T17:58:23.443 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: index_type: 0 2023-11-08T17:58:23.445 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: data_block_index_type: 0 2023-11-08T17:58:23.445 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: index_shortening: 1 2023-11-08T17:58:23.445 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: data_block_hash_table_util_ratio: 0.750000 2023-11-08T17:58:23.446 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: hash_index_allow_collision: 1 2023-11-08T17:58:23.446 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: checksum: 1 2023-11-08T17:58:23.446 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: no_block_cache: 0 2023-11-08T17:58:23.446 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: block_cache: 0x5603c2d06f10 2023-11-08T17:58:23.446 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: block_cache_name: BinnedLRUCache 2023-11-08T17:58:23.447 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: block_cache_options: 2023-11-08T17:58:23.447 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: capacity : 536870912 2023-11-08T17:58:23.447 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: num_shard_bits : 4 2023-11-08T17:58:23.447 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: strict_capacity_limit : 0 2023-11-08T17:58:23.447 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: high_pri_pool_ratio: 0.000 2023-11-08T17:58:23.448 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: block_cache_compressed: (nil) 2023-11-08T17:58:23.448 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: persistent_cache: (nil) 2023-11-08T17:58:23.448 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: block_size: 4096 2023-11-08T17:58:23.448 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: block_size_deviation: 10 2023-11-08T17:58:23.448 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: block_restart_interval: 16 2023-11-08T17:58:23.449 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: index_block_restart_interval: 1 2023-11-08T17:58:23.449 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: metadata_block_size: 4096 2023-11-08T17:58:23.449 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: partition_filters: 0 2023-11-08T17:58:23.449 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: use_delta_encoding: 1 2023-11-08T17:58:23.450 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-08T17:58:23.450 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: whole_key_filtering: 1 2023-11-08T17:58:23.450 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: verify_compression: 0 2023-11-08T17:58:23.450 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: read_amp_bytes_per_bit: 0 2023-11-08T17:58:23.450 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: format_version: 2 2023-11-08T17:58:23.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: enable_index_compression: 1 2023-11-08T17:58:23.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: block_align: 0 2023-11-08T17:58:23.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-08T17:58:23.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-08T17:58:23.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.compression: NoCompression 2023-11-08T17:58:23.452 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-08T17:58:23.452 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-08T17:58:23.453 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T17:58:23.453 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.num_levels: 7 2023-11-08T17:58:23.453 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T17:58:23.453 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T17:58:23.453 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T17:58:23.454 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T17:58:23.454 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T17:58:23.454 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T17:58:23.454 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T17:58:23.454 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T17:58:23.455 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T17:58:23.455 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T17:58:23.456 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-08T17:58:23.456 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-08T17:58:23.456 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T17:58:23.456 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T17:58:23.456 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-08T17:58:23.457 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T17:58:23.457 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T17:58:23.457 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T17:58:23.457 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-08T17:58:23.458 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T17:58:23.458 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T17:58:23.458 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T17:58:23.458 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T17:58:23.458 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T17:58:23.459 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T17:58:23.459 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T17:58:23.459 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T17:58:23.459 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T17:58:23.460 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T17:58:23.460 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T17:58:23.460 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T17:58:23.460 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T17:58:23.460 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-08T17:58:23.461 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T17:58:23.461 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T17:58:23.461 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-08T17:58:23.461 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-08T17:58:23.461 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T17:58:23.461 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T17:58:23.462 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T17:58:23.462 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T17:58:23.462 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T17:58:23.463 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T17:58:23.463 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T17:58:23.463 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T17:58:23.463 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T17:58:23.463 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T17:58:23.464 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.table_properties_collectors: 2023-11-08T17:58:23.464 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.inplace_update_support: 0 2023-11-08T17:58:23.464 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T17:58:23.464 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T17:58:23.464 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T17:58:23.465 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T17:58:23.465 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.bloom_locality: 0 2023-11-08T17:58:23.465 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.max_successive_merges: 0 2023-11-08T17:58:23.465 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T17:58:23.465 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-08T17:58:23.466 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-08T17:58:23.466 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-08T17:58:23.466 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.ttl: 2592000 2023-11-08T17:58:23.466 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T17:58:23.466 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi019/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-08T17:58:23.467 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-08T17:58:23.467 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699466303301533, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-08T17:58:23.467 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.295+0000 7fe5cd414880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-08T17:58:23.467 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.299+0000 7fe5cd414880 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-08T17:58:23.467 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.299+0000 7fe5cd414880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699466303303873, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83394, "table_properties": {"data_size": 81661, "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": 76173, "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": 1699466303, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-08T17:58:23.468 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.299+0000 7fe5cd414880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-08T17:58:23.468 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.299+0000 7fe5cd414880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699466303304635, "job": 1, "event": "recovery_finished"} 2023-11-08T17:58:23.468 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.299+0000 7fe5cd414880 4 rocksdb: DB pointer 0x5603c2dcf800 2023-11-08T17:58:23.468 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.299+0000 7fe5b421a700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-08T17:58:23.468 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.299+0000 7fe5b421a700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-08T17:58:23.469 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: ** DB Stats ** 2023-11-08T17:58:23.469 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T17:58:23.469 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: 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-08T17:58:23.469 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T17:58:23.469 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T17:58:23.469 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: 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-08T17:58:23.470 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-08T17:58:23.470 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T17:58:23.470 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: ** Compaction Stats [default] ** 2023-11-08T17:58:23.470 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: 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-08T17:58:23.471 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T17:58:23.471 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: L0 2/0 83.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 53.7 0.00 0.00 1 0.001 0 0 2023-11-08T17:58:23.471 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: Sum 2/0 83.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 53.7 0.00 0.00 1 0.001 0 0 2023-11-08T17:58:23.471 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 53.7 0.00 0.00 1 0.001 0 0 2023-11-08T17:58:23.471 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: ** Compaction Stats [default] ** 2023-11-08T17:58:23.471 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: 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-08T17:58:23.472 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T17:58:23.472 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 53.7 0.00 0.00 1 0.001 0 0 2023-11-08T17:58:23.472 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T17:58:23.472 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T17:58:23.472 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T17:58:23.473 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T17:58:23.473 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T17:58:23.473 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: AddFile(Keys): cumulative 0, interval 0 2023-11-08T17:58:23.473 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: Cumulative compaction: 0.00 GB write, 12.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T17:58:23.473 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: Interval compaction: 0.00 GB write, 12.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T17:58:23.474 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: 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-08T17:58:23.474 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: ** File Read Latency Histogram By Level [default] ** 2023-11-08T17:58:23.474 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: ** Compaction Stats [default] ** 2023-11-08T17:58:23.474 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: 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-08T17:58:23.474 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T17:58:23.475 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: L0 2/0 83.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 53.7 0.00 0.00 1 0.001 0 0 2023-11-08T17:58:23.475 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: Sum 2/0 83.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 53.7 0.00 0.00 1 0.001 0 0 2023-11-08T17:58:23.475 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: 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-08T17:58:23.475 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: ** Compaction Stats [default] ** 2023-11-08T17:58:23.475 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: 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-08T17:58:23.476 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T17:58:23.476 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 53.7 0.00 0.00 1 0.001 0 0 2023-11-08T17:58:23.476 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T17:58:23.476 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T17:58:23.476 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T17:58:23.476 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T17:58:23.477 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T17:58:23.477 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: AddFile(Keys): cumulative 0, interval 0 2023-11-08T17:58:23.477 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: Cumulative compaction: 0.00 GB write, 11.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T17:58:23.477 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: 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-08T17:58:23.477 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: 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-08T17:58:23.478 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: ** File Read Latency Histogram By Level [default] ** 2023-11-08T17:58:23.478 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.303+0000 7fe5cd414880 0 starting mon.smithi019 rank 0 at public addrs [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] at bind addrs [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi019 fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 2023-11-08T17:58:23.478 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.303+0000 7fe5cd414880 1 mon.smithi019@-1(???) e1 preinit fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 2023-11-08T17:58:23.478 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.303+0000 7fe5cd414880 0 mon.smithi019@-1(???).mds e1 new map 2023-11-08T17:58:23.478 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.303+0000 7fe5cd414880 0 mon.smithi019@-1(???).mds e1 print_map 2023-11-08T17:58:23.479 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: e1 2023-11-08T17:58:23.479 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-08T17:58:23.479 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: 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-08T17:58:23.479 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: legacy client fscid: -1 2023-11-08T17:58:23.479 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: 2023-11-08T17:58:23.480 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: No filesystems configured 2023-11-08T17:58:23.480 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.303+0000 7fe5cd414880 0 mon.smithi019@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-08T17:58:23.480 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.303+0000 7fe5cd414880 0 mon.smithi019@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T17:58:23.480 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.303+0000 7fe5cd414880 0 mon.smithi019@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T17:58:23.480 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.303+0000 7fe5cd414880 0 mon.smithi019@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T17:58:23.481 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: audit 2023-11-08T17:58:20.518396+0000 mon.smithi019 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.19:0/2930975112' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T17:58:23.481 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: debug 2023-11-08T17:58:23.303+0000 7fe5cd414880 1 mon.smithi019@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-08T17:58:23.481 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: cluster 2023-11-08T17:58:23.330984+0000 mon.smithi019 (mon.0) 1 : cluster [INF] mon.smithi019 is new leader, mons smithi019 in quorum (ranks 0) 2023-11-08T17:58:23.481 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: cluster 2023-11-08T17:58:23.331059+0000 mon.smithi019 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi019=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0]} removed_ranks: {} 2023-11-08T17:58:23.481 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: cluster 2023-11-08T17:58:23.354997+0000 mon.smithi019 (mon.0) 3 : cluster [DBG] fsmap 2023-11-08T17:58:23.482 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: cluster 2023-11-08T17:58:23.355057+0000 mon.smithi019 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-08T17:58:23.482 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:23 smithi019 bash[24123]: cluster 2023-11-08T17:58:23.355578+0000 mon.smithi019 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-08T17:58:24.179 INFO:teuthology.orchestra.run.smithi019.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-08T17:58:24.179 INFO:teuthology.orchestra.run.smithi019.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-08T17:58:24.179 INFO:teuthology.orchestra.run.smithi019.stderr:Creating mgr... 2023-11-08T17:58:24.180 INFO:teuthology.orchestra.run.smithi019.stderr:Verifying port 9283 ... 2023-11-08T17:58:24.419 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Failed to reset failed state of unit ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7@mgr.smithi019.obqwgt.service: Unit ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7@mgr.smithi019.obqwgt.service not loaded. 2023-11-08T17:58:24.426 INFO:teuthology.orchestra.run.smithi019.stderr:systemctl: Created symlink /etc/systemd/system/ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7.target.wants/ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7@mgr.smithi019.obqwgt.service -> /etc/systemd/system/ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7@.service. 2023-11-08T17:58:24.638 INFO:teuthology.orchestra.run.smithi019.stderr:firewalld does not appear to be present 2023-11-08T17:58:24.639 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to enable service . firewalld.service is not available 2023-11-08T17:58:24.639 INFO:teuthology.orchestra.run.smithi019.stderr:firewalld does not appear to be present 2023-11-08T17:58:24.639 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-08T17:58:24.640 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mgr to start... 2023-11-08T17:58:24.640 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mgr... 2023-11-08T17:58:24.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:24 smithi019 bash[24123]: audit 2023-11-08T17:58:23.544126+0000 mon.smithi019 (mon.0) 6 : audit [INF] from='client.? 172.21.15.19:0/822626662' entity='client.admin' 2023-11-08T17:58:26.324 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-11-08T17:58:26.324 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2023-11-08T17:58:26.325 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsid": "42fae158-7e60-11ee-8dbb-212e2dc638e7", 2023-11-08T17:58:26.325 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "health": { 2023-11-08T17:58:26.325 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T17:58:26.325 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T17:58:26.325 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T17:58:26.325 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:26.326 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T17:58:26.326 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T17:58:26.326 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 0 2023-11-08T17:58:26.326 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-11-08T17:58:26.326 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T17:58:26.327 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "smithi019" 2023-11-08T17:58:26.327 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-11-08T17:58:26.327 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-08T17:58:26.327 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T17:58:26.327 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T17:58:26.329 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-08T17:58:26.329 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T17:58:26.329 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:26.329 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T17:58:26.329 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T17:58:26.330 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T17:58:26.330 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T17:58:26.330 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T17:58:26.330 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T17:58:26.330 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T17:58:26.334 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T17:58:26.334 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:26.334 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T17:58:26.334 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T17:58:26.334 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T17:58:26.335 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T17:58:26.335 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T17:58:26.335 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T17:58:26.335 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T17:58:26.335 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T17:58:26.336 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T17:58:26.336 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:26.336 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T17:58:26.336 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T17:58:26.336 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T17:58:26.337 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T17:58:26.337 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:26.337 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T17:58:26.337 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": false, 2023-11-08T17:58:26.337 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T17:58:26.338 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T17:58:26.338 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "iostat", 2023-11-08T17:58:26.338 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "nfs", 2023-11-08T17:58:26.338 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "restful" 2023-11-08T17:58:26.338 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-11-08T17:58:26.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2023-11-08T17:58:26.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:26.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T17:58:26.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T17:58:26.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modified": "2023-11-08T17:58:16.736178+0000", 2023-11-08T17:58:26.339 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2023-11-08T17:58:26.340 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:26.340 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T17:58:26.340 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2023-11-08T17:58:26.530 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:26 smithi019 bash[24123]: audit 2023-11-08T17:58:26.319765+0000 mon.smithi019 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.19:0/3982398942' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T17:58:26.971 INFO:teuthology.orchestra.run.smithi019.stderr:mgr not available, waiting (1/15)... 2023-11-08T17:58:30.128 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-11-08T17:58:30.128 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2023-11-08T17:58:30.129 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsid": "42fae158-7e60-11ee-8dbb-212e2dc638e7", 2023-11-08T17:58:30.129 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "health": { 2023-11-08T17:58:30.129 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T17:58:30.129 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T17:58:30.129 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T17:58:30.130 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:30.130 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T17:58:30.130 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T17:58:30.130 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 0 2023-11-08T17:58:30.130 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-11-08T17:58:30.131 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T17:58:30.131 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "smithi019" 2023-11-08T17:58:30.131 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-11-08T17:58:30.131 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-11-08T17:58:30.131 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T17:58:30.132 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T17:58:30.132 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-08T17:58:30.132 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T17:58:30.132 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:30.132 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T17:58:30.132 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T17:58:30.133 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T17:58:30.133 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T17:58:30.133 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T17:58:30.133 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T17:58:30.133 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T17:58:30.134 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T17:58:30.134 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:30.134 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T17:58:30.134 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T17:58:30.134 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T17:58:30.135 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T17:58:30.135 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T17:58:30.135 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T17:58:30.135 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T17:58:30.135 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T17:58:30.135 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T17:58:30.136 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:30.136 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T17:58:30.136 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T17:58:30.136 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T17:58:30.136 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T17:58:30.137 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:30.137 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T17:58:30.137 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": false, 2023-11-08T17:58:30.137 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T17:58:30.137 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T17:58:30.137 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "iostat", 2023-11-08T17:58:30.138 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "nfs", 2023-11-08T17:58:30.138 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "restful" 2023-11-08T17:58:30.138 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-11-08T17:58:30.138 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2023-11-08T17:58:30.138 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:30.139 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T17:58:30.139 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T17:58:30.139 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modified": "2023-11-08T17:58:16.736178+0000", 2023-11-08T17:58:30.139 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2023-11-08T17:58:30.139 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:30.139 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T17:58:30.140 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2023-11-08T17:58:30.421 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:30 smithi019 bash[24123]: audit 2023-11-08T17:58:30.120836+0000 mon.smithi019 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.19:0/1789923364' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T17:58:30.769 INFO:teuthology.orchestra.run.smithi019.stderr:mgr not available, waiting (2/15)... 2023-11-08T17:58:33.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:32 smithi019 bash[24123]: cluster 2023-11-08T17:58:32.780560+0000 mon.smithi019 (mon.0) 9 : cluster [INF] Activating manager daemon smithi019.obqwgt 2023-11-08T17:58:33.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:32 smithi019 bash[24123]: cluster 2023-11-08T17:58:32.784605+0000 mon.smithi019 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi019.obqwgt(active, starting, since 0.00418939s) 2023-11-08T17:58:33.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:32 smithi019 bash[24123]: audit 2023-11-08T17:58:32.787165+0000 mon.smithi019 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.19:0/3002891001' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T17:58:33.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:32 smithi019 bash[24123]: audit 2023-11-08T17:58:32.787678+0000 mon.smithi019 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.19:0/3002891001' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T17:58:33.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:32 smithi019 bash[24123]: audit 2023-11-08T17:58:32.788095+0000 mon.smithi019 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.19:0/3002891001' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T17:58:33.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:32 smithi019 bash[24123]: audit 2023-11-08T17:58:32.788390+0000 mon.smithi019 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.19:0/3002891001' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2023-11-08T17:58:33.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:32 smithi019 bash[24123]: audit 2023-11-08T17:58:32.788725+0000 mon.smithi019 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.19:0/3002891001' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mgr metadata", "who": "smithi019.obqwgt", "id": "smithi019.obqwgt"}]: dispatch 2023-11-08T17:58:33.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:32 smithi019 bash[24123]: cluster 2023-11-08T17:58:32.812477+0000 mon.smithi019 (mon.0) 16 : cluster [INF] Manager daemon smithi019.obqwgt is now available 2023-11-08T17:58:33.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:32 smithi019 bash[24123]: audit 2023-11-08T17:58:32.822092+0000 mon.smithi019 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.19:0/3002891001' entity='mgr.smithi019.obqwgt' 2023-11-08T17:58:33.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:32 smithi019 bash[24123]: audit 2023-11-08T17:58:32.830241+0000 mon.smithi019 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.19:0/3002891001' entity='mgr.smithi019.obqwgt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.obqwgt/mirror_snapshot_schedule"}]: dispatch 2023-11-08T17:58:34.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:33 smithi019 bash[24123]: audit 2023-11-08T17:58:32.834616+0000 mon.smithi019 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.19:0/3002891001' entity='mgr.smithi019.obqwgt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.obqwgt/trash_purge_schedule"}]: dispatch 2023-11-08T17:58:34.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:33 smithi019 bash[24123]: audit 2023-11-08T17:58:32.838055+0000 mon.smithi019 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.19:0/3002891001' entity='mgr.smithi019.obqwgt' 2023-11-08T17:58:34.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:33 smithi019 bash[24123]: audit 2023-11-08T17:58:32.840397+0000 mon.smithi019 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.19:0/3002891001' entity='mgr.smithi019.obqwgt' 2023-11-08T17:58:34.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:33 smithi019 bash[24123]: cluster 2023-11-08T17:58:33.789597+0000 mon.smithi019 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi019.obqwgt(active, since 1.00918s) 2023-11-08T17:58:34.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-11-08T17:58:34.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2023-11-08T17:58:34.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsid": "42fae158-7e60-11ee-8dbb-212e2dc638e7", 2023-11-08T17:58:34.427 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "health": { 2023-11-08T17:58:34.428 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T17:58:34.428 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T17:58:34.428 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T17:58:34.430 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:34.431 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T17:58:34.431 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T17:58:34.431 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 0 2023-11-08T17:58:34.431 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-11-08T17:58:34.432 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T17:58:34.432 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "smithi019" 2023-11-08T17:58:34.432 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-11-08T17:58:34.432 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "quorum_age": 11, 2023-11-08T17:58:34.432 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T17:58:34.433 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T17:58:34.433 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-08T17:58:34.433 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T17:58:34.433 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:34.433 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T17:58:34.434 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T17:58:34.434 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T17:58:34.434 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T17:58:34.434 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T17:58:34.434 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T17:58:34.438 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T17:58:34.438 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T17:58:34.438 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:34.438 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T17:58:34.439 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T17:58:34.440 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T17:58:34.440 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T17:58:34.440 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T17:58:34.440 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T17:58:34.440 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T17:58:34.441 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T17:58:34.441 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T17:58:34.441 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:34.441 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T17:58:34.441 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T17:58:34.441 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T17:58:34.442 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T17:58:34.442 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:34.442 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T17:58:34.442 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": true, 2023-11-08T17:58:34.442 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T17:58:34.443 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T17:58:34.443 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "iostat", 2023-11-08T17:58:34.443 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "nfs", 2023-11-08T17:58:34.443 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "restful" 2023-11-08T17:58:34.443 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ], 2023-11-08T17:58:34.443 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2023-11-08T17:58:34.444 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:34.444 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T17:58:34.444 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T17:58:34.444 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "modified": "2023-11-08T17:58:16.736178+0000", 2023-11-08T17:58:34.444 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "services": {} 2023-11-08T17:58:34.445 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: }, 2023-11-08T17:58:34.445 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T17:58:34.445 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2023-11-08T17:58:35.054 INFO:teuthology.orchestra.run.smithi019.stderr:mgr is available 2023-11-08T17:58:35.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:34 smithi019 bash[24123]: audit 2023-11-08T17:58:34.424345+0000 mon.smithi019 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.19:0/3625179184' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T17:58:36.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:35 smithi019 bash[24123]: cluster 2023-11-08T17:58:34.835998+0000 mon.smithi019 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi019.obqwgt(active, since 2s) 2023-11-08T17:58:36.446 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-11-08T17:58:36.446 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [global] 2023-11-08T17:58:36.446 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: fsid = 42fae158-7e60-11ee-8dbb-212e2dc638e7 2023-11-08T17:58:36.446 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-08T17:58:36.447 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-08T17:58:36.448 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-08T17:58:36.448 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-08T17:58:36.448 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-11-08T17:58:36.448 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [mgr] 2023-11-08T17:58:36.449 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-08T17:58:36.449 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 2023-11-08T17:58:36.449 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: [osd] 2023-11-08T17:58:36.449 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-08T17:58:36.449 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-08T17:58:37.085 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:36 smithi019 bash[24123]: audit 2023-11-08T17:58:36.442982+0000 mon.smithi019 (mon.0) 25 : audit [INF] from='client.? 172.21.15.19:0/1597433073' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-08T17:58:37.117 INFO:teuthology.orchestra.run.smithi019.stderr:Enabling cephadm module... 2023-11-08T17:58:39.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:39 smithi019 bash[24123]: audit 2023-11-08T17:58:38.570438+0000 mon.smithi019 (mon.0) 26 : audit [INF] from='client.? 172.21.15.19:0/1962586727' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-08T17:58:40.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:40 smithi019 bash[24123]: audit 2023-11-08T17:58:39.329181+0000 mon.smithi019 (mon.0) 27 : audit [INF] from='client.? 172.21.15.19:0/1962586727' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-08T17:58:40.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:40 smithi019 bash[24123]: cluster 2023-11-08T17:58:39.329280+0000 mon.smithi019 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi019.obqwgt(active, since 6s) 2023-11-08T17:58:41.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2023-11-08T17:58:41.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-08T17:58:41.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": true, 2023-11-08T17:58:41.511 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "active_name": "smithi019.obqwgt", 2023-11-08T17:58:41.512 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-08T17:58:41.512 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2023-11-08T17:58:41.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:41 smithi019 bash[24123]: audit 2023-11-08T17:58:41.508675+0000 mon.smithi019 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.19:0/2337220868' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-08T17:58:42.144 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for the mgr to restart... 2023-11-08T17:58:42.145 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mgr epoch 5... 2023-11-08T17:58:46.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:46 smithi019 bash[24123]: cluster 2023-11-08T17:58:46.220541+0000 mon.smithi019 (mon.0) 30 : cluster [INF] Active manager daemon smithi019.obqwgt restarted 2023-11-08T17:58:46.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:46 smithi019 bash[24123]: cluster 2023-11-08T17:58:46.220974+0000 mon.smithi019 (mon.0) 31 : cluster [INF] Activating manager daemon smithi019.obqwgt 2023-11-08T17:58:46.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:46 smithi019 bash[24123]: cluster 2023-11-08T17:58:46.227682+0000 mon.smithi019 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-08T17:58:46.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:46 smithi019 bash[24123]: cluster 2023-11-08T17:58:46.227796+0000 mon.smithi019 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi019.obqwgt(active, starting, since 0.00697444s) 2023-11-08T17:58:46.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:46 smithi019 bash[24123]: audit 2023-11-08T17:58:46.229151+0000 mon.smithi019 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2023-11-08T17:58:46.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:46 smithi019 bash[24123]: audit 2023-11-08T17:58:46.230357+0000 mon.smithi019 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mgr metadata", "who": "smithi019.obqwgt", "id": "smithi019.obqwgt"}]: dispatch 2023-11-08T17:58:46.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:46 smithi019 bash[24123]: audit 2023-11-08T17:58:46.231517+0000 mon.smithi019 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T17:58:46.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:46 smithi019 bash[24123]: audit 2023-11-08T17:58:46.231790+0000 mon.smithi019 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T17:58:46.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:46 smithi019 bash[24123]: audit 2023-11-08T17:58:46.232056+0000 mon.smithi019 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T17:58:46.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:46 smithi019 bash[24123]: cluster 2023-11-08T17:58:46.255022+0000 mon.smithi019 (mon.0) 39 : cluster [INF] Manager daemon smithi019.obqwgt is now available 2023-11-08T17:58:47.248 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2023-11-08T17:58:47.248 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-08T17:58:47.249 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "initialized": true 2023-11-08T17:58:47.249 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2023-11-08T17:58:47.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:47 smithi019 bash[24123]: cephadm 2023-11-08T17:58:46.272024+0000 mgr.smithi019.obqwgt (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-11-08T17:58:47.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:47 smithi019 bash[24123]: audit 2023-11-08T17:58:46.277751+0000 mon.smithi019 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' 2023-11-08T17:58:47.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:47 smithi019 bash[24123]: audit 2023-11-08T17:58:46.410043+0000 mon.smithi019 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' 2023-11-08T17:58:47.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:47 smithi019 bash[24123]: audit 2023-11-08T17:58:46.411996+0000 mon.smithi019 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T17:58:47.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:47 smithi019 bash[24123]: audit 2023-11-08T17:58:46.415495+0000 mon.smithi019 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T17:58:47.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:47 smithi019 bash[24123]: audit 2023-11-08T17:58:46.419640+0000 mon.smithi019 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T17:58:47.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:47 smithi019 bash[24123]: audit 2023-11-08T17:58:46.441279+0000 mon.smithi019 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.obqwgt/mirror_snapshot_schedule"}]: dispatch 2023-11-08T17:58:47.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:47 smithi019 bash[24123]: audit 2023-11-08T17:58:46.446023+0000 mon.smithi019 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.obqwgt/trash_purge_schedule"}]: dispatch 2023-11-08T17:58:47.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:47 smithi019 bash[24123]: cluster 2023-11-08T17:58:47.231830+0000 mon.smithi019 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi019.obqwgt(active, since 1.011s) 2023-11-08T17:58:47.958 INFO:teuthology.orchestra.run.smithi019.stderr:mgr epoch 5 is available 2023-11-08T17:58:47.958 INFO:teuthology.orchestra.run.smithi019.stderr:Setting orchestrator backend to cephadm... 2023-11-08T17:58:48.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:48 smithi019 bash[24123]: audit 2023-11-08T17:58:47.230333+0000 mgr.smithi019.obqwgt (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-08T17:58:48.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:48 smithi019 bash[24123]: audit 2023-11-08T17:58:47.246337+0000 mgr.smithi019.obqwgt (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-08T17:58:49.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:49 smithi019 bash[24123]: cluster 2023-11-08T17:58:48.280934+0000 mon.smithi019 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi019.obqwgt(active, since 2s) 2023-11-08T17:58:49.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:49 smithi019 bash[24123]: audit 2023-11-08T17:58:49.260645+0000 mon.smithi019 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' 2023-11-08T17:58:50.574 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:50 smithi019 bash[24123]: audit 2023-11-08T17:58:49.251536+0000 mgr.smithi019.obqwgt (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-08T17:58:50.575 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:50 smithi019 bash[24123]: audit 2023-11-08T17:58:49.301241+0000 mon.smithi019 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T17:58:51.156 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: value unchanged 2023-11-08T17:58:51.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:51 smithi019 bash[24123]: audit 2023-11-08T17:58:51.154183+0000 mgr.smithi019.obqwgt (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T17:58:51.854 INFO:teuthology.orchestra.run.smithi019.stderr:Generating ssh key... 2023-11-08T17:58:54.575 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:54 smithi019 bash[24123]: audit 2023-11-08T17:58:53.148260+0000 mgr.smithi019.obqwgt (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T17:58:54.575 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:54 smithi019 bash[24123]: cephadm 2023-11-08T17:58:53.148709+0000 mgr.smithi019.obqwgt (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-11-08T17:58:54.576 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:54 smithi019 bash[24123]: audit 2023-11-08T17:58:53.235036+0000 mon.smithi019 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' 2023-11-08T17:58:54.576 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:54 smithi019 bash[24123]: audit 2023-11-08T17:58:53.238005+0000 mon.smithi019 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' 2023-11-08T17:58:55.187 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDiBCRUb5SJmQDuVfCL4+RdBHw5i0QRdPp+3S/qg4Tk726qDJMYbAr3bOvphJLaNbinLeNFe6QQvndneiRMOyZ0u2nukftn8iy1dSUxro1qcuGw/QMQDvIZyuTKkqiuRYgJBurgI8kgpTxdhGls7KDgg5fOAu7QSP7qveqxg7eMrj0bU2JrqYOyAbdyqp1UMYjE5vIFcDFRC3gl8Lp74PKcgMZ59CvOLgBQK/EXUywJORFo4E8pGLATvHh5bfyC6NHYuhfxTO9QdOUKIkfOehrKkm4XGxDUdIAIJoSdrxEBAoBLrvui5UkTOXYi39rkTGpAdaXNALCmYUvqYfflkgpJG+nYyKLkZ9LR2UbFUqHZkNtv0vKbwy8xF7D3DacUXNFLTfZCD4EsdwOzoN5uWdzsGvJhpgo4mNPoHoa7mb8fMHdWOii+lwK+c4IxymsgnLlZgEi9lwxaeMDe+EA2/6vvEiAehE3kQnlQt6RRNKIRx//0qwI1EGkKlKW/pEPx+sM= ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7 2023-11-08T17:58:55.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:55 smithi019 bash[24123]: audit 2023-11-08T17:58:55.184695+0000 mgr.smithi019.obqwgt (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T17:58:55.816 INFO:teuthology.orchestra.run.smithi019.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-08T17:58:55.816 INFO:teuthology.orchestra.run.smithi019.stderr:Adding key to root@localhost authorized_keys... 2023-11-08T17:58:55.816 INFO:teuthology.orchestra.run.smithi019.stderr:Adding host smithi019... 2023-11-08T17:58:57.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:57 smithi019 bash[24123]: audit 2023-11-08T17:58:57.146127+0000 mgr.smithi019.obqwgt (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi019", "addr": "172.21.15.19", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T17:58:57.980 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Added host 'smithi019' with addr '172.21.15.19' 2023-11-08T17:58:58.865 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying mon service with default placement... 2023-11-08T17:58:59.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:58 smithi019 bash[24123]: audit 2023-11-08T17:58:57.977265+0000 mon.smithi019 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' 2023-11-08T17:58:59.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:58 smithi019 bash[24123]: cephadm 2023-11-08T17:58:57.977714+0000 mgr.smithi019.obqwgt (mgr.14116) 10 : cephadm [INF] Added host smithi019 2023-11-08T17:58:59.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:58:58 smithi019 bash[24123]: audit 2023-11-08T17:58:57.988541+0000 mon.smithi019 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T17:59:00.628 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-08T17:59:01.488 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying mgr service with default placement... 2023-11-08T17:59:01.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:01 smithi019 bash[24123]: audit 2023-11-08T17:59:00.618904+0000 mgr.smithi019.obqwgt (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T17:59:01.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:01 smithi019 bash[24123]: cephadm 2023-11-08T17:59:00.622047+0000 mgr.smithi019.obqwgt (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-08T17:59:01.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:01 smithi019 bash[24123]: audit 2023-11-08T17:59:00.624859+0000 mon.smithi019 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' 2023-11-08T17:59:01.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:01 smithi019 bash[24123]: audit 2023-11-08T17:59:01.143425+0000 mon.smithi019 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' 2023-11-08T17:59:01.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:01 smithi019 bash[24123]: audit 2023-11-08T17:59:01.412209+0000 mon.smithi019 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' 2023-11-08T17:59:02.849 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-08T17:59:03.498 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying crash service with default placement... 2023-11-08T17:59:04.215 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:03 smithi019 bash[24123]: audit 2023-11-08T17:59:02.841486+0000 mgr.smithi019.obqwgt (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T17:59:04.216 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:03 smithi019 bash[24123]: cephadm 2023-11-08T17:59:02.843597+0000 mgr.smithi019.obqwgt (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-08T17:59:04.216 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:03 smithi019 bash[24123]: audit 2023-11-08T17:59:02.846770+0000 mon.smithi019 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' 2023-11-08T17:59:04.856 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-08T17:59:05.545 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying prometheus service with default placement... 2023-11-08T17:59:06.263 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:05 smithi019 bash[24123]: audit 2023-11-08T17:59:04.847659+0000 mgr.smithi019.obqwgt (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T17:59:06.264 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:05 smithi019 bash[24123]: cephadm 2023-11-08T17:59:04.848786+0000 mgr.smithi019.obqwgt (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-08T17:59:06.264 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:05 smithi019 bash[24123]: audit 2023-11-08T17:59:04.853204+0000 mon.smithi019 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' 2023-11-08T17:59:06.910 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-08T17:59:07.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:07 smithi019 bash[24123]: cluster 2023-11-08T17:59:06.233352+0000 mgr.smithi019.obqwgt (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T17:59:07.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:07 smithi019 bash[24123]: audit 2023-11-08T17:59:06.614682+0000 mon.smithi019 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' 2023-11-08T17:59:07.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:07 smithi019 bash[24123]: audit 2023-11-08T17:59:06.908346+0000 mon.smithi019 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' 2023-11-08T17:59:07.601 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying grafana service with default placement... 2023-11-08T17:59:08.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:08 smithi019 bash[24123]: audit 2023-11-08T17:59:06.902078+0000 mgr.smithi019.obqwgt (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T17:59:08.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:08 smithi019 bash[24123]: cephadm 2023-11-08T17:59:06.903229+0000 mgr.smithi019.obqwgt (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-08T17:59:08.916 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-08T17:59:09.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:09 smithi019 bash[24123]: cluster 2023-11-08T17:59:08.233743+0000 mgr.smithi019.obqwgt (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T17:59:09.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:09 smithi019 bash[24123]: audit 2023-11-08T17:59:08.913636+0000 mon.smithi019 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' 2023-11-08T17:59:09.600 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying node-exporter service with default placement... 2023-11-08T17:59:10.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:10 smithi019 bash[24123]: audit 2023-11-08T17:59:08.906686+0000 mgr.smithi019.obqwgt (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T17:59:10.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:10 smithi019 bash[24123]: cephadm 2023-11-08T17:59:08.908639+0000 mgr.smithi019.obqwgt (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-08T17:59:10.984 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-08T17:59:11.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:11 smithi019 bash[24123]: cluster 2023-11-08T17:59:10.234036+0000 mgr.smithi019.obqwgt (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T17:59:11.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:11 smithi019 bash[24123]: audit 2023-11-08T17:59:10.981559+0000 mon.smithi019 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' 2023-11-08T17:59:11.650 INFO:teuthology.orchestra.run.smithi019.stderr:Deploying alertmanager service with default placement... 2023-11-08T17:59:12.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:12 smithi019 bash[24123]: audit 2023-11-08T17:59:10.974438+0000 mgr.smithi019.obqwgt (mgr.14116) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T17:59:12.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:12 smithi019 bash[24123]: cephadm 2023-11-08T17:59:10.976418+0000 mgr.smithi019.obqwgt (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-08T17:59:13.012 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-08T17:59:13.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:13 smithi019 bash[24123]: cluster 2023-11-08T17:59:12.234424+0000 mgr.smithi019.obqwgt (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T17:59:13.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:13 smithi019 bash[24123]: audit 2023-11-08T17:59:13.009926+0000 mon.smithi019 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.19:0/3737409541' entity='mgr.smithi019.obqwgt' 2023-11-08T17:59:14.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:14 smithi019 bash[24123]: audit 2023-11-08T17:59:13.003342+0000 mgr.smithi019.obqwgt (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T17:59:14.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:14 smithi019 bash[24123]: cephadm 2023-11-08T17:59:13.005518+0000 mgr.smithi019.obqwgt (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-08T17:59:15.728 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:15 smithi019 bash[24123]: cluster 2023-11-08T17:59:14.234908+0000 mgr.smithi019.obqwgt (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T17:59:16.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:16 smithi019 bash[24123]: audit 2023-11-08T17:59:15.516565+0000 mon.smithi019 (mon.0) 65 : audit [INF] from='client.? 172.21.15.19:0/48422153' entity='client.admin' 2023-11-08T17:59:16.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:16 smithi019 bash[24123]: cluster 2023-11-08T17:59:16.235329+0000 mgr.smithi019.obqwgt (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T17:59:18.637 INFO:teuthology.orchestra.run.smithi019.stderr:Enabling the dashboard module... 2023-11-08T17:59:19.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:18 smithi019 bash[24123]: audit 2023-11-08T17:59:17.954194+0000 mon.smithi019 (mon.0) 66 : audit [INF] from='client.? 172.21.15.19:0/3474014057' entity='client.admin' 2023-11-08T17:59:19.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:18 smithi019 bash[24123]: cluster 2023-11-08T17:59:18.235808+0000 mgr.smithi019.obqwgt (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T17:59:20.419 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:20 smithi019 bash[24123]: audit 2023-11-08T17:59:20.100585+0000 mon.smithi019 (mon.0) 67 : audit [INF] from='client.? 172.21.15.19:0/2545398975' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-08T17:59:21.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:21 smithi019 bash[24123]: audit 2023-11-08T17:59:20.157055+0000 mon.smithi019 (mon.0) 68 : audit [INF] from='client.? 172.21.15.19:0/2545398975' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-08T17:59:21.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:21 smithi019 bash[24123]: cluster 2023-11-08T17:59:20.157189+0000 mon.smithi019 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi019.obqwgt(active, since 33s) 2023-11-08T17:59:22.421 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2023-11-08T17:59:22.421 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-08T17:59:22.421 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "available": true, 2023-11-08T17:59:22.422 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "active_name": "smithi019.obqwgt", 2023-11-08T17:59:22.422 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-08T17:59:22.422 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2023-11-08T17:59:22.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:22 smithi019 bash[24123]: audit 2023-11-08T17:59:22.418609+0000 mon.smithi019 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.19:0/1408623301' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-08T17:59:23.063 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for the mgr to restart... 2023-11-08T17:59:23.063 INFO:teuthology.orchestra.run.smithi019.stderr:Waiting for mgr epoch 9... 2023-11-08T17:59:27.229 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:27 smithi019 bash[24123]: cluster 2023-11-08T17:59:26.984882+0000 mon.smithi019 (mon.0) 71 : cluster [INF] Active manager daemon smithi019.obqwgt restarted 2023-11-08T17:59:27.229 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:27 smithi019 bash[24123]: cluster 2023-11-08T17:59:26.985655+0000 mon.smithi019 (mon.0) 72 : cluster [INF] Activating manager daemon smithi019.obqwgt 2023-11-08T17:59:27.229 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:27 smithi019 bash[24123]: cluster 2023-11-08T17:59:26.994640+0000 mon.smithi019 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-08T17:59:27.230 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:27 smithi019 bash[24123]: cluster 2023-11-08T17:59:26.994834+0000 mon.smithi019 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi019.obqwgt(active, starting, since 0.00950479s) 2023-11-08T17:59:27.230 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:27 smithi019 bash[24123]: audit 2023-11-08T17:59:26.995945+0000 mon.smithi019 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2023-11-08T17:59:27.230 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:27 smithi019 bash[24123]: audit 2023-11-08T17:59:26.997332+0000 mon.smithi019 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mgr metadata", "who": "smithi019.obqwgt", "id": "smithi019.obqwgt"}]: dispatch 2023-11-08T17:59:27.230 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:27 smithi019 bash[24123]: audit 2023-11-08T17:59:26.998287+0000 mon.smithi019 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T17:59:27.230 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:27 smithi019 bash[24123]: audit 2023-11-08T17:59:26.998577+0000 mon.smithi019 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T17:59:27.231 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:27 smithi019 bash[24123]: audit 2023-11-08T17:59:26.998869+0000 mon.smithi019 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T17:59:27.231 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:27 smithi019 bash[24123]: cluster 2023-11-08T17:59:27.022716+0000 mon.smithi019 (mon.0) 80 : cluster [INF] Manager daemon smithi019.obqwgt is now available 2023-11-08T17:59:28.015 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: { 2023-11-08T17:59:28.015 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-08T17:59:28.015 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: "initialized": true 2023-11-08T17:59:28.016 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: } 2023-11-08T17:59:28.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:28 smithi019 bash[24123]: audit 2023-11-08T17:59:27.156930+0000 mon.smithi019 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T17:59:28.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:28 smithi019 bash[24123]: audit 2023-11-08T17:59:27.159964+0000 mon.smithi019 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T17:59:28.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:28 smithi019 bash[24123]: audit 2023-11-08T17:59:27.207490+0000 mon.smithi019 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.obqwgt/mirror_snapshot_schedule"}]: dispatch 2023-11-08T17:59:28.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:28 smithi019 bash[24123]: audit 2023-11-08T17:59:27.210211+0000 mon.smithi019 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.obqwgt/trash_purge_schedule"}]: dispatch 2023-11-08T17:59:28.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:28 smithi019 bash[24123]: cluster 2023-11-08T17:59:27.997968+0000 mon.smithi019 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi019.obqwgt(active, since 1.01262s) 2023-11-08T17:59:28.772 INFO:teuthology.orchestra.run.smithi019.stderr:mgr epoch 9 is available 2023-11-08T17:59:28.772 INFO:teuthology.orchestra.run.smithi019.stderr:Generating a dashboard self-signed certificate... 2023-11-08T17:59:29.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:29 smithi019 bash[24123]: audit 2023-11-08T17:59:27.996308+0000 mgr.smithi019.obqwgt (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-08T17:59:29.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:29 smithi019 bash[24123]: audit 2023-11-08T17:59:28.012813+0000 mgr.smithi019.obqwgt (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-08T17:59:30.195 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-08T17:59:30.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:30 smithi019 bash[24123]: cluster 2023-11-08T17:59:29.334595+0000 mon.smithi019 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi019.obqwgt(active, since 2s) 2023-11-08T17:59:30.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:30 smithi019 bash[24123]: audit 2023-11-08T17:59:30.091775+0000 mgr.smithi019.obqwgt (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T17:59:30.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:30 smithi019 bash[24123]: audit 2023-11-08T17:59:30.187815+0000 mon.smithi019 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' 2023-11-08T17:59:30.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:30 smithi019 bash[24123]: audit 2023-11-08T17:59:30.192330+0000 mon.smithi019 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' 2023-11-08T17:59:30.845 INFO:teuthology.orchestra.run.smithi019.stderr:Creating initial admin user... 2023-11-08T17:59:32.486 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$bvy/nKuDsUd0d184fcwqserULOXyXpi3JtxYqSfn9yiZzzICNc6/W", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1699466372, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-08T17:59:33.166 INFO:teuthology.orchestra.run.smithi019.stderr:Fetching dashboard port number... 2023-11-08T17:59:33.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:33 smithi019 bash[24123]: audit 2023-11-08T17:59:32.221280+0000 mgr.smithi019.obqwgt (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-08T17:59:33.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:33 smithi019 bash[24123]: audit 2023-11-08T17:59:32.484095+0000 mon.smithi019 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' 2023-11-08T17:59:34.514 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: 8443 2023-11-08T17:59:34.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:34 smithi019 bash[24123]: cluster 2023-11-08T17:59:33.487200+0000 mon.smithi019 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi019.obqwgt(active, since 6s) 2023-11-08T17:59:34.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:34 smithi019 bash[24123]: audit 2023-11-08T17:59:33.999228+0000 mon.smithi019 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' 2023-11-08T17:59:35.173 INFO:teuthology.orchestra.run.smithi019.stderr:firewalld does not appear to be present 2023-11-08T17:59:35.174 INFO:teuthology.orchestra.run.smithi019.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-08T17:59:35.177 INFO:teuthology.orchestra.run.smithi019.stderr:Ceph Dashboard is now available at: 2023-11-08T17:59:35.177 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-11-08T17:59:35.177 INFO:teuthology.orchestra.run.smithi019.stderr: URL: https://smithi019.front.sepia.ceph.com:8443/ 2023-11-08T17:59:35.178 INFO:teuthology.orchestra.run.smithi019.stderr: User: admin 2023-11-08T17:59:35.178 INFO:teuthology.orchestra.run.smithi019.stderr: Password: 15dz87oaih 2023-11-08T17:59:35.178 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-11-08T17:59:35.178 INFO:teuthology.orchestra.run.smithi019.stderr:Enabling autotune for osd_memory_target 2023-11-08T17:59:35.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:35 smithi019 bash[24123]: audit 2023-11-08T17:59:34.512130+0000 mon.smithi019 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.19:0/1821049119' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-08T17:59:38.746 INFO:teuthology.orchestra.run.smithi019.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-08T17:59:39.399 INFO:teuthology.orchestra.run.smithi019.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-08T17:59:39.399 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-11-08T17:59:39.399 INFO:teuthology.orchestra.run.smithi019.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-08T17:59:39.400 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-11-08T17:59:39.400 INFO:teuthology.orchestra.run.smithi019.stderr:Or, if you are only running a single cluster on this host: 2023-11-08T17:59:39.400 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-11-08T17:59:39.400 INFO:teuthology.orchestra.run.smithi019.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-08T17:59:39.401 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-11-08T17:59:39.401 INFO:teuthology.orchestra.run.smithi019.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-08T17:59:39.401 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-11-08T17:59:39.401 INFO:teuthology.orchestra.run.smithi019.stderr: ceph telemetry on 2023-11-08T17:59:39.401 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-11-08T17:59:39.402 INFO:teuthology.orchestra.run.smithi019.stderr:For more information see: 2023-11-08T17:59:39.402 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-11-08T17:59:39.402 INFO:teuthology.orchestra.run.smithi019.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-08T17:59:39.402 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-11-08T17:59:39.403 INFO:teuthology.orchestra.run.smithi019.stderr:Bootstrap complete. 2023-11-08T17:59:39.433 INFO:tasks.cephadm:Fetching config... 2023-11-08T17:59:39.433 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-08T17:59:39.434 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-08T17:59:39.441 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-08T17:59:39.441 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-08T17:59:39.442 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-08T17:59:39.487 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-08T17:59:39.488 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-08T17:59:39.488 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/keyring of=/dev/stdout 2023-11-08T17:59:39.545 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-08T17:59:39.546 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-08T17:59:39.546 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-08T17:59:39.592 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-08T17:59:39.593 DEBUG:teuthology.orchestra.run.smithi019:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDiBCRUb5SJmQDuVfCL4+RdBHw5i0QRdPp+3S/qg4Tk726qDJMYbAr3bOvphJLaNbinLeNFe6QQvndneiRMOyZ0u2nukftn8iy1dSUxro1qcuGw/QMQDvIZyuTKkqiuRYgJBurgI8kgpTxdhGls7KDgg5fOAu7QSP7qveqxg7eMrj0bU2JrqYOyAbdyqp1UMYjE5vIFcDFRC3gl8Lp74PKcgMZ59CvOLgBQK/EXUywJORFo4E8pGLATvHh5bfyC6NHYuhfxTO9QdOUKIkfOehrKkm4XGxDUdIAIJoSdrxEBAoBLrvui5UkTOXYi39rkTGpAdaXNALCmYUvqYfflkgpJG+nYyKLkZ9LR2UbFUqHZkNtv0vKbwy8xF7D3DacUXNFLTfZCD4EsdwOzoN5uWdzsGvJhpgo4mNPoHoa7mb8fMHdWOii+lwK+c4IxymsgnLlZgEi9lwxaeMDe+EA2/6vvEiAehE3kQnlQt6RRNKIRx//0qwI1EGkKlKW/pEPx+sM= ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-08T17:59:39.656 INFO:teuthology.orchestra.run.smithi019.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDiBCRUb5SJmQDuVfCL4+RdBHw5i0QRdPp+3S/qg4Tk726qDJMYbAr3bOvphJLaNbinLeNFe6QQvndneiRMOyZ0u2nukftn8iy1dSUxro1qcuGw/QMQDvIZyuTKkqiuRYgJBurgI8kgpTxdhGls7KDgg5fOAu7QSP7qveqxg7eMrj0bU2JrqYOyAbdyqp1UMYjE5vIFcDFRC3gl8Lp74PKcgMZ59CvOLgBQK/EXUywJORFo4E8pGLATvHh5bfyC6NHYuhfxTO9QdOUKIkfOehrKkm4XGxDUdIAIJoSdrxEBAoBLrvui5UkTOXYi39rkTGpAdaXNALCmYUvqYfflkgpJG+nYyKLkZ9LR2UbFUqHZkNtv0vKbwy8xF7D3DacUXNFLTfZCD4EsdwOzoN5uWdzsGvJhpgo4mNPoHoa7mb8fMHdWOii+lwK+c4IxymsgnLlZgEi9lwxaeMDe+EA2/6vvEiAehE3kQnlQt6RRNKIRx//0qwI1EGkKlKW/pEPx+sM= ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7 2023-11-08T17:59:39.664 DEBUG:teuthology.orchestra.run.smithi122:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDiBCRUb5SJmQDuVfCL4+RdBHw5i0QRdPp+3S/qg4Tk726qDJMYbAr3bOvphJLaNbinLeNFe6QQvndneiRMOyZ0u2nukftn8iy1dSUxro1qcuGw/QMQDvIZyuTKkqiuRYgJBurgI8kgpTxdhGls7KDgg5fOAu7QSP7qveqxg7eMrj0bU2JrqYOyAbdyqp1UMYjE5vIFcDFRC3gl8Lp74PKcgMZ59CvOLgBQK/EXUywJORFo4E8pGLATvHh5bfyC6NHYuhfxTO9QdOUKIkfOehrKkm4XGxDUdIAIJoSdrxEBAoBLrvui5UkTOXYi39rkTGpAdaXNALCmYUvqYfflkgpJG+nYyKLkZ9LR2UbFUqHZkNtv0vKbwy8xF7D3DacUXNFLTfZCD4EsdwOzoN5uWdzsGvJhpgo4mNPoHoa7mb8fMHdWOii+lwK+c4IxymsgnLlZgEi9lwxaeMDe+EA2/6vvEiAehE3kQnlQt6RRNKIRx//0qwI1EGkKlKW/pEPx+sM= ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-08T17:59:39.692 INFO:teuthology.orchestra.run.smithi122.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDiBCRUb5SJmQDuVfCL4+RdBHw5i0QRdPp+3S/qg4Tk726qDJMYbAr3bOvphJLaNbinLeNFe6QQvndneiRMOyZ0u2nukftn8iy1dSUxro1qcuGw/QMQDvIZyuTKkqiuRYgJBurgI8kgpTxdhGls7KDgg5fOAu7QSP7qveqxg7eMrj0bU2JrqYOyAbdyqp1UMYjE5vIFcDFRC3gl8Lp74PKcgMZ59CvOLgBQK/EXUywJORFo4E8pGLATvHh5bfyC6NHYuhfxTO9QdOUKIkfOehrKkm4XGxDUdIAIJoSdrxEBAoBLrvui5UkTOXYi39rkTGpAdaXNALCmYUvqYfflkgpJG+nYyKLkZ9LR2UbFUqHZkNtv0vKbwy8xF7D3DacUXNFLTfZCD4EsdwOzoN5uWdzsGvJhpgo4mNPoHoa7mb8fMHdWOii+lwK+c4IxymsgnLlZgEi9lwxaeMDe+EA2/6vvEiAehE3kQnlQt6RRNKIRx//0qwI1EGkKlKW/pEPx+sM= ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7 2023-11-08T17:59:39.702 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-08T17:59:40.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:39 smithi019 bash[24123]: audit 2023-11-08T17:59:38.740139+0000 mon.smithi019 (mon.0) 93 : audit [INF] from='client.? 172.21.15.19:0/3849422712' entity='client.admin' 2023-11-08T17:59:45.822 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-08T17:59:45.823 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-08T17:59:46.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:46 smithi019 bash[24123]: audit 2023-11-08T17:59:45.112571+0000 mon.smithi019 (mon.0) 94 : audit [INF] from='client.? 172.21.15.19:0/1000861194' entity='client.admin' 2023-11-08T17:59:48.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:48 smithi019 bash[24123]: cluster 2023-11-08T17:59:47.000245+0000 mgr.smithi019.obqwgt (mgr.14156) 5 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T17:59:48.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:48 smithi019 bash[24123]: audit 2023-11-08T17:59:47.623845+0000 mon.smithi019 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' 2023-11-08T17:59:49.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:49 smithi019 bash[24123]: audit 2023-11-08T17:59:48.121702+0000 mon.smithi019 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi019", "name": "osd_memory_target"}]: dispatch 2023-11-08T17:59:49.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:49 smithi019 bash[24123]: audit 2023-11-08T17:59:48.126751+0000 mon.smithi019 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' 2023-11-08T17:59:49.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:49 smithi019 bash[24123]: cephadm 2023-11-08T17:59:48.141729+0000 mgr.smithi019.obqwgt (mgr.14156) 6 : cephadm [INF] Deploying daemon alertmanager.smithi019 on smithi019 2023-11-08T17:59:50.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:50 smithi019 bash[24123]: cluster 2023-11-08T17:59:49.000662+0000 mgr.smithi019.obqwgt (mgr.14156) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T17:59:50.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:50 smithi019 bash[24123]: audit 2023-11-08T17:59:49.616762+0000 mon.smithi019 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' 2023-11-08T17:59:51.050 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi122 2023-11-08T17:59:51.050 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2023-11-08T17:59:51.051 DEBUG:teuthology.orchestra.run.smithi122:> dd of=/etc/ceph/ceph.conf 2023-11-08T17:59:51.059 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2023-11-08T17:59:51.059 DEBUG:teuthology.orchestra.run.smithi122:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T17:59:51.108 INFO:tasks.cephadm:Adding host smithi122 to orchestrator... 2023-11-08T17:59:51.109 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch host add smithi122 2023-11-08T17:59:51.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:51 smithi019 bash[24123]: audit 2023-11-08T17:59:49.608933+0000 mgr.smithi019.obqwgt (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-08T17:59:52.480 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:52 smithi019 bash[24123]: cluster 2023-11-08T17:59:51.001154+0000 mgr.smithi019.obqwgt (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T17:59:54.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:54 smithi019 bash[24123]: cluster 2023-11-08T17:59:53.001627+0000 mgr.smithi019.obqwgt (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T17:59:56.510 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:56 smithi019 bash[24123]: cluster 2023-11-08T17:59:55.002195+0000 mgr.smithi019.obqwgt (mgr.14156) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T17:59:58.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:57 smithi019 bash[24123]: audit 2023-11-08T17:59:56.750624+0000 mon.smithi019 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' 2023-11-08T17:59:58.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:57 smithi019 bash[24123]: audit 2023-11-08T17:59:56.752883+0000 mon.smithi019 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T17:59:58.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:57 smithi019 bash[24123]: audit 2023-11-08T17:59:56.758790+0000 mon.smithi019 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-08T17:59:58.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:57 smithi019 bash[24123]: audit 2023-11-08T17:59:56.759989+0000 mon.smithi019 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T17:59:58.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:57 smithi019 bash[24123]: cephadm 2023-11-08T17:59:56.761139+0000 mgr.smithi019.obqwgt (mgr.14156) 12 : cephadm [INF] Deploying daemon crash.smithi019 on smithi019 2023-11-08T17:59:58.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:57 smithi019 bash[24123]: cluster 2023-11-08T17:59:57.002676+0000 mgr.smithi019.obqwgt (mgr.14156) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T17:59:58.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:57 smithi019 bash[24123]: audit 2023-11-08T17:59:57.210606+0000 mon.smithi019 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' 2023-11-08T17:59:59.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 17:59:59 smithi019 bash[24123]: cluster 2023-11-08T17:59:59.003187+0000 mgr.smithi019.obqwgt (mgr.14156) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:00:01.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:00 smithi019 bash[24123]: audit 2023-11-08T17:59:59.821513+0000 mon.smithi019 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:01.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:00 smithi019 bash[24123]: audit 2023-11-08T17:59:59.936247+0000 mon.smithi019 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:01.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:00 smithi019 bash[24123]: audit 2023-11-08T17:59:59.939457+0000 mon.smithi019 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:01.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:00 smithi019 bash[24123]: audit 2023-11-08T17:59:59.942710+0000 mon.smithi019 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-08T18:00:01.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:00 smithi019 bash[24123]: audit 2023-11-08T17:59:59.943288+0000 mgr.smithi019.obqwgt (mgr.14156) 15 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-08T18:00:01.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:00 smithi019 bash[24123]: audit 2023-11-08T17:59:59.947901+0000 mon.smithi019 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:01.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:00 smithi019 bash[24123]: cephadm 2023-11-08T17:59:59.960707+0000 mgr.smithi019.obqwgt (mgr.14156) 16 : cephadm [INF] Deploying daemon grafana.smithi019 on smithi019 2023-11-08T18:00:02.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:01 smithi019 bash[24123]: cluster 2023-11-08T18:00:01.003577+0000 mgr.smithi019.obqwgt (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:00:03.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:03 smithi019 bash[24123]: audit 2023-11-08T18:00:02.216844+0000 mon.smithi019 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:03.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:03 smithi019 bash[24123]: cluster 2023-11-08T18:00:03.003855+0000 mgr.smithi019.obqwgt (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:00:06.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:06 smithi019 bash[24123]: cluster 2023-11-08T18:00:05.004125+0000 mgr.smithi019.obqwgt (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:00:08.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:08 smithi019 bash[24123]: cluster 2023-11-08T18:00:07.004446+0000 mgr.smithi019.obqwgt (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:00:09.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:09 smithi019 bash[24123]: cluster 2023-11-08T18:00:09.004791+0000 mgr.smithi019.obqwgt (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:00:12.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:12 smithi019 bash[24123]: cluster 2023-11-08T18:00:11.005191+0000 mgr.smithi019.obqwgt (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:00:14.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:14 smithi019 bash[24123]: cluster 2023-11-08T18:00:13.005618+0000 mgr.smithi019.obqwgt (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:00:16.724 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:16 smithi019 bash[24123]: cluster 2023-11-08T18:00:15.006068+0000 mgr.smithi019.obqwgt (mgr.14156) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:00:18.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:18 smithi019 bash[24123]: cluster 2023-11-08T18:00:17.006538+0000 mgr.smithi019.obqwgt (mgr.14156) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:00:19.367 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:19 smithi019 bash[24123]: cluster 2023-11-08T18:00:19.006987+0000 mgr.smithi019.obqwgt (mgr.14156) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:00:21.823 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:21 smithi019 bash[24123]: audit 2023-11-08T18:00:20.524409+0000 mon.smithi019 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:21.824 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:21 smithi019 bash[24123]: cephadm 2023-11-08T18:00:20.528186+0000 mgr.smithi019.obqwgt (mgr.14156) 27 : cephadm [INF] Deploying daemon node-exporter.smithi019 on smithi019 2023-11-08T18:00:21.824 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:21 smithi019 bash[24123]: cluster 2023-11-08T18:00:21.007278+0000 mgr.smithi019.obqwgt (mgr.14156) 28 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:00:21.824 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:21 smithi019 bash[24123]: audit 2023-11-08T18:00:21.218084+0000 mon.smithi019 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:21.824 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:21 smithi019 bash[24123]: audit 2023-11-08T18:00:21.222605+0000 mon.smithi019 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-08T18:00:23.504 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:23 smithi019 bash[24123]: audit 2023-11-08T18:00:22.224189+0000 mon.smithi019 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-08T18:00:23.505 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:23 smithi019 bash[24123]: cluster 2023-11-08T18:00:22.224284+0000 mon.smithi019 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi019.obqwgt(active, since 55s) 2023-11-08T18:00:23.505 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:23 smithi019 bash[24123]: audit 2023-11-08T18:00:22.229856+0000 mon.smithi019 (mon.0) 115 : audit [INF] from='mgr.14156 172.21.15.19:0/1654710562' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:29.578 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:29 smithi019 bash[24123]: cluster 2023-11-08T18:00:29.160005+0000 mon.smithi019 (mon.0) 116 : cluster [INF] Active manager daemon smithi019.obqwgt restarted 2023-11-08T18:00:29.578 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:29 smithi019 bash[24123]: cluster 2023-11-08T18:00:29.160731+0000 mon.smithi019 (mon.0) 117 : cluster [INF] Activating manager daemon smithi019.obqwgt 2023-11-08T18:00:29.578 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:29 smithi019 bash[24123]: cluster 2023-11-08T18:00:29.164573+0000 mon.smithi019 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-08T18:00:29.578 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:29 smithi019 bash[24123]: cluster 2023-11-08T18:00:29.164691+0000 mon.smithi019 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi019.obqwgt(active, starting, since 0.0042666s) 2023-11-08T18:00:29.579 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:29 smithi019 bash[24123]: audit 2023-11-08T18:00:29.166959+0000 mon.smithi019 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2023-11-08T18:00:29.579 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:29 smithi019 bash[24123]: audit 2023-11-08T18:00:29.168612+0000 mon.smithi019 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mgr metadata", "who": "smithi019.obqwgt", "id": "smithi019.obqwgt"}]: dispatch 2023-11-08T18:00:29.579 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:29 smithi019 bash[24123]: audit 2023-11-08T18:00:29.169482+0000 mon.smithi019 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T18:00:29.579 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:29 smithi019 bash[24123]: audit 2023-11-08T18:00:29.169707+0000 mon.smithi019 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T18:00:29.579 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:29 smithi019 bash[24123]: audit 2023-11-08T18:00:29.169933+0000 mon.smithi019 (mon.0) 124 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T18:00:29.579 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:29 smithi019 bash[24123]: cluster 2023-11-08T18:00:29.193821+0000 mon.smithi019 (mon.0) 125 : cluster [INF] Manager daemon smithi019.obqwgt is now available 2023-11-08T18:00:30.385 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:30 smithi019 bash[24123]: audit 2023-11-08T18:00:29.338333+0000 mon.smithi019 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:00:30.386 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:30 smithi019 bash[24123]: audit 2023-11-08T18:00:29.343756+0000 mon.smithi019 (mon.0) 127 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:00:30.386 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:30 smithi019 bash[24123]: audit 2023-11-08T18:00:29.367308+0000 mon.smithi019 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:30.386 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:30 smithi019 bash[24123]: audit 2023-11-08T18:00:29.391065+0000 mon.smithi019 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.obqwgt/mirror_snapshot_schedule"}]: dispatch 2023-11-08T18:00:30.386 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:30 smithi019 bash[24123]: audit 2023-11-08T18:00:29.396490+0000 mon.smithi019 (mon.0) 130 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi019.obqwgt/trash_purge_schedule"}]: dispatch 2023-11-08T18:00:30.386 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:30 smithi019 bash[24123]: cluster 2023-11-08T18:00:30.167769+0000 mon.smithi019 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi019.obqwgt(active, since 1.00734s) 2023-11-08T18:00:32.481 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:32 smithi019 bash[24123]: cluster 2023-11-08T18:00:31.347781+0000 mon.smithi019 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi019.obqwgt(active, since 2s) 2023-11-08T18:00:36.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:36 smithi019 bash[24123]: audit 2023-11-08T18:00:35.313695+0000 mon.smithi019 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:36.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:36 smithi019 bash[24123]: audit 2023-11-08T18:00:35.586756+0000 mon.smithi019 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi019", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:00:36.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:36 smithi019 bash[24123]: audit 2023-11-08T18:00:35.588057+0000 mon.smithi019 (mon.0) 135 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:00:36.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:36 smithi019 bash[24123]: audit 2023-11-08T18:00:35.588976+0000 mon.smithi019 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:00:36.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:36 smithi019 bash[24123]: cephadm 2023-11-08T18:00:35.590584+0000 mgr.smithi019.obqwgt (mgr.14180) 1 : cephadm [INF] Updating smithi019:/etc/ceph/ceph.conf 2023-11-08T18:00:36.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:36 smithi019 bash[24123]: cephadm 2023-11-08T18:00:35.625592+0000 mgr.smithi019.obqwgt (mgr.14180) 2 : cephadm [INF] Updating smithi019:/etc/ceph/ceph.client.admin.keyring 2023-11-08T18:00:36.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:36 smithi019 bash[24123]: audit 2023-11-08T18:00:35.683688+0000 mon.smithi019 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:36.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:36 smithi019 bash[24123]: audit 2023-11-08T18:00:35.690866+0000 mon.smithi019 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:36.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:36 smithi019 bash[24123]: cephadm 2023-11-08T18:00:35.711191+0000 mgr.smithi019.obqwgt (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi019 on smithi019 2023-11-08T18:00:39.645 INFO:teuthology.orchestra.run.smithi122.stdout:Added host 'smithi122' with addr '172.21.15.122' 2023-11-08T18:00:39.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:39 smithi019 bash[24123]: audit 2023-11-08T18:00:38.775398+0000 mgr.smithi019.obqwgt (mgr.14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi122", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T18:00:40.450 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-08T18:00:41.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:40 smithi019 bash[24123]: audit 2023-11-08T18:00:39.641284+0000 mon.smithi019 (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:41.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:40 smithi019 bash[24123]: cephadm 2023-11-08T18:00:39.641943+0000 mgr.smithi019.obqwgt (mgr.14180) 5 : cephadm [INF] Added host smithi122 2023-11-08T18:00:43.364 INFO:teuthology.orchestra.run.smithi122.stdout: 2023-11-08T18:00:43.365 INFO:teuthology.orchestra.run.smithi122.stdout:[{"addr": "172.21.15.19", "hostname": "smithi019", "labels": [], "status": ""}, {"addr": "172.21.15.122", "hostname": "smithi122", "labels": [], "status": ""}] 2023-11-08T18:00:43.993 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-08T18:00:43.994 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd crush tunables default 2023-11-08T18:00:44.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:44 smithi019 bash[24123]: audit 2023-11-08T18:00:43.360777+0000 mgr.smithi019.obqwgt (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:00:49.360 INFO:teuthology.orchestra.run.smithi019.stderr:adjusted tunables profile to default 2023-11-08T18:00:49.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:49 smithi019 bash[24123]: audit 2023-11-08T18:00:48.382299+0000 mon.smithi019 (mon.0) 140 : audit [INF] from='client.? 172.21.15.19:0/3606789986' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-08T18:00:49.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:49 smithi019 bash[24123]: cluster 2023-11-08T18:00:49.171614+0000 mgr.smithi019.obqwgt (mgr.14180) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:00:49.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:49 smithi019 bash[24123]: audit 2023-11-08T18:00:49.286918+0000 mon.smithi019 (mon.0) 141 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:49.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:49 smithi019 bash[24123]: audit 2023-11-08T18:00:49.289242+0000 mon.smithi019 (mon.0) 142 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:00:50.464 INFO:tasks.cephadm:Adding mon.smithi019 on smithi019 2023-11-08T18:00:50.464 INFO:tasks.cephadm:Adding mon.smithi122 on smithi122 2023-11-08T18:00:50.465 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch apply mon '2;smithi019:172.21.15.19=smithi019;smithi122:172.21.15.122=smithi122' 2023-11-08T18:00:50.617 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:50 smithi019 bash[24123]: audit 2023-11-08T18:00:49.354497+0000 mon.smithi019 (mon.0) 143 : audit [INF] from='client.? 172.21.15.19:0/3606789986' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-08T18:00:50.617 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:50 smithi019 bash[24123]: cluster 2023-11-08T18:00:49.354561+0000 mon.smithi019 (mon.0) 144 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-08T18:00:50.617 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:50 smithi019 bash[24123]: audit 2023-11-08T18:00:49.379897+0000 mon.smithi019 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:50.617 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:50 smithi019 bash[24123]: audit 2023-11-08T18:00:49.838345+0000 mon.smithi019 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:52.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:52 smithi019 bash[24123]: audit 2023-11-08T18:00:51.097228+0000 mon.smithi019 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:52.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:52 smithi019 bash[24123]: cluster 2023-11-08T18:00:51.172032+0000 mgr.smithi019.obqwgt (mgr.14180) 8 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:00:53.800 INFO:teuthology.orchestra.run.smithi122.stdout:Scheduled mon update... 2023-11-08T18:00:54.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:54 smithi019 bash[24123]: cluster 2023-11-08T18:00:53.172549+0000 mgr.smithi019.obqwgt (mgr.14180) 9 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:00:54.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:54 smithi019 bash[24123]: audit 2023-11-08T18:00:53.797318+0000 mon.smithi019 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:54.683 DEBUG:teuthology.orchestra.run.smithi122:mon.smithi122> sudo journalctl -f -n 0 -u ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7@mon.smithi122.service 2023-11-08T18:00:54.685 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T18:00:54.686 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T18:00:55.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:55 smithi019 bash[24123]: audit 2023-11-08T18:00:53.786874+0000 mgr.smithi019.obqwgt (mgr.14180) 10 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi019:172.21.15.19=smithi019;smithi122:172.21.15.122=smithi122", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T18:00:55.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:55 smithi019 bash[24123]: cephadm 2023-11-08T18:00:53.793273+0000 mgr.smithi019.obqwgt (mgr.14180) 11 : cephadm [INF] Saving service mon spec with placement smithi019:172.21.15.19=smithi019;smithi122:172.21.15.122=smithi122;count:2 2023-11-08T18:00:55.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-11-08T18:00:56.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:56 smithi019 bash[24123]: cluster 2023-11-08T18:00:55.172969+0000 mgr.smithi019.obqwgt (mgr.14180) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:00:57.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:57 smithi019 bash[24123]: audit 2023-11-08T18:00:56.251113+0000 mon.smithi019 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:58.533 INFO:teuthology.orchestra.run.smithi122.stdout: 2023-11-08T18:00:58.535 INFO:teuthology.orchestra.run.smithi122.stdout:{"epoch":1,"fsid":"42fae158-7e60-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T17:58:12.104220Z","created":"2023-11-08T17:58:12.104220Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T18:00:58.538 INFO:teuthology.orchestra.run.smithi122.stderr:dumped monmap epoch 1 2023-11-08T18:00:58.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:58 smithi019 bash[24123]: cluster 2023-11-08T18:00:57.173354+0000 mgr.smithi019.obqwgt (mgr.14180) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:00:59.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:59 smithi019 bash[24123]: audit 2023-11-08T18:00:58.489500+0000 mon.smithi019 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:59.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:59 smithi019 bash[24123]: audit 2023-11-08T18:00:58.530912+0000 mon.smithi019 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.122:0/519895124' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T18:00:59.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:59 smithi019 bash[24123]: audit 2023-11-08T18:00:58.809476+0000 mon.smithi019 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:59.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:59 smithi019 bash[24123]: audit 2023-11-08T18:00:58.811431+0000 mon.smithi019 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi122", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:00:59.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:59 smithi019 bash[24123]: audit 2023-11-08T18:00:58.813237+0000 mon.smithi019 (mon.0) 154 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:00:59.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:59 smithi019 bash[24123]: audit 2023-11-08T18:00:58.814559+0000 mon.smithi019 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:00:59.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:59 smithi019 bash[24123]: cephadm 2023-11-08T18:00:58.816744+0000 mgr.smithi019.obqwgt (mgr.14180) 14 : cephadm [INF] Updating smithi122:/etc/ceph/ceph.conf 2023-11-08T18:00:59.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:59 smithi019 bash[24123]: cephadm 2023-11-08T18:00:58.976525+0000 mgr.smithi019.obqwgt (mgr.14180) 15 : cephadm [INF] Updating smithi122:/etc/ceph/ceph.client.admin.keyring 2023-11-08T18:00:59.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:59 smithi019 bash[24123]: audit 2023-11-08T18:00:59.133172+0000 mon.smithi019 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:59.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:59 smithi019 bash[24123]: audit 2023-11-08T18:00:59.137522+0000 mon.smithi019 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:00:59.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:59 smithi019 bash[24123]: audit 2023-11-08T18:00:59.140131+0000 mon.smithi019 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi122", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T18:00:59.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:59 smithi019 bash[24123]: audit 2023-11-08T18:00:59.143457+0000 mon.smithi019 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi122", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-08T18:00:59.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:59 smithi019 bash[24123]: audit 2023-11-08T18:00:59.144815+0000 mon.smithi019 (mon.0) 160 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:00:59.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:59 smithi019 bash[24123]: cephadm 2023-11-08T18:00:59.145970+0000 mgr.smithi019.obqwgt (mgr.14180) 16 : cephadm [INF] Deploying daemon crash.smithi122 on smithi122 2023-11-08T18:00:59.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:00:59 smithi019 bash[24123]: cluster 2023-11-08T18:00:59.173759+0000 mgr.smithi019.obqwgt (mgr.14180) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:00.237 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T18:01:00.237 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T18:01:02.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:02 smithi019 bash[24123]: cluster 2023-11-08T18:01:01.174257+0000 mgr.smithi019.obqwgt (mgr.14180) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:02.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:02 smithi019 bash[24123]: audit 2023-11-08T18:01:02.200541+0000 mon.smithi019 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:02.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:02 smithi019 bash[24123]: audit 2023-11-08T18:01:02.204769+0000 mon.smithi019 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi122.qwqjhv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T18:01:02.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:02 smithi019 bash[24123]: audit 2023-11-08T18:01:02.210231+0000 mon.smithi019 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi122.qwqjhv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-08T18:01:02.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:02 smithi019 bash[24123]: audit 2023-11-08T18:01:02.211617+0000 mon.smithi019 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T18:01:02.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:02 smithi019 bash[24123]: audit 2023-11-08T18:01:02.213071+0000 mon.smithi019 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:01:03.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:03 smithi019 bash[24123]: cephadm 2023-11-08T18:01:02.214278+0000 mgr.smithi019.obqwgt (mgr.14180) 19 : cephadm [INF] Deploying daemon mgr.smithi122.qwqjhv on smithi122 2023-11-08T18:01:04.400 INFO:teuthology.orchestra.run.smithi122.stdout: 2023-11-08T18:01:04.400 INFO:teuthology.orchestra.run.smithi122.stdout:{"epoch":1,"fsid":"42fae158-7e60-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T17:58:12.104220Z","created":"2023-11-08T17:58:12.104220Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T18:01:04.402 INFO:teuthology.orchestra.run.smithi122.stderr:dumped monmap epoch 1 2023-11-08T18:01:04.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:04 smithi019 bash[24123]: cluster 2023-11-08T18:01:03.174699+0000 mgr.smithi019.obqwgt (mgr.14180) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:05.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:05 smithi019 bash[24123]: audit 2023-11-08T18:01:04.396544+0000 mon.smithi019 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:05.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:05 smithi019 bash[24123]: audit 2023-11-08T18:01:04.397758+0000 mon.smithi019 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.122:0/54591760' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T18:01:05.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:05 smithi019 bash[24123]: cluster 2023-11-08T18:01:05.175099+0000 mgr.smithi019.obqwgt (mgr.14180) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:06.427 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T18:01:06.427 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T18:01:07.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:06 smithi019 bash[24123]: audit 2023-11-08T18:01:05.847659+0000 mon.smithi019 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:07.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:06 smithi019 bash[24123]: audit 2023-11-08T18:01:05.851700+0000 mon.smithi019 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T18:01:07.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:06 smithi019 bash[24123]: audit 2023-11-08T18:01:05.853556+0000 mon.smithi019 (mon.0) 170 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:01:07.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:06 smithi019 bash[24123]: cephadm 2023-11-08T18:01:05.855065+0000 mgr.smithi019.obqwgt (mgr.14180) 22 : cephadm [INF] Deploying daemon mon.smithi122 on smithi122 2023-11-08T18:01:08.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:07 smithi019 bash[24123]: cluster 2023-11-08T18:01:07.175529+0000 mgr.smithi019.obqwgt (mgr.14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:09.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:09 smithi019 bash[24123]: cluster 2023-11-08T18:01:09.175976+0000 mgr.smithi019.obqwgt (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:10.753 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:10 smithi019 bash[24123]: audit 2023-11-08T18:01:09.403872+0000 mon.smithi019 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:10.995 INFO:teuthology.orchestra.run.smithi122.stdout: 2023-11-08T18:01:10.995 INFO:teuthology.orchestra.run.smithi122.stdout:{"epoch":1,"fsid":"42fae158-7e60-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T17:58:12.104220Z","created":"2023-11-08T17:58:12.104220Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T18:01:10.998 INFO:teuthology.orchestra.run.smithi122.stderr:dumped monmap epoch 1 2023-11-08T18:01:11.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:11 smithi019 bash[24123]: audit 2023-11-08T18:01:10.992985+0000 mon.smithi019 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.122:0/1658924334' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T18:01:11.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:11 smithi019 bash[24123]: cluster 2023-11-08T18:01:11.176424+0000 mgr.smithi019.obqwgt (mgr.14180) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:12.798 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T18:01:12.799 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T18:01:13.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:12 smithi019 bash[24123]: audit 2023-11-08T18:01:11.675508+0000 mon.smithi019 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:13.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:12 smithi019 bash[24123]: cephadm 2023-11-08T18:01:11.678210+0000 mgr.smithi019.obqwgt (mgr.14180) 26 : cephadm [INF] Deploying daemon node-exporter.smithi122 on smithi122 2023-11-08T18:01:13.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:12 smithi019 bash[24123]: audit 2023-11-08T18:01:12.322744+0000 mon.smithi019 (mon.0) 174 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:13.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:12 smithi019 bash[24123]: audit 2023-11-08T18:01:12.325018+0000 mon.smithi019 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:01:13.160 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:13 smithi122 bash[28108]: debug 2023-11-08T18:01:13.009+0000 7f76b1605700 1 mon.smithi122@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-08T18:01:18.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: audit 2023-11-08T18:01:13.016862+0000 mon.smithi019 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2023-11-08T18:01:18.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: audit 2023-11-08T18:01:13.021258+0000 mon.smithi019 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2023-11-08T18:01:18.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: cluster 2023-11-08T18:01:13.021531+0000 mon.smithi019 (mon.0) 178 : cluster [INF] mon.smithi019 calling monitor election 2023-11-08T18:01:18.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: audit 2023-11-08T18:01:13.047990+0000 mon.smithi019 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2023-11-08T18:01:18.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: cluster 2023-11-08T18:01:13.176830+0000 mgr.smithi019.obqwgt (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:18.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: audit 2023-11-08T18:01:14.016358+0000 mon.smithi019 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2023-11-08T18:01:18.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: audit 2023-11-08T18:01:14.616805+0000 mon.smithi019 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.122:0/3874217469' entity='mgr.smithi122.qwqjhv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi122.qwqjhv/crt"}]: dispatch 2023-11-08T18:01:18.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: audit 2023-11-08T18:01:15.016801+0000 mon.smithi019 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2023-11-08T18:01:18.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: cluster 2023-11-08T18:01:15.019832+0000 mon.smithi122 (mon.1) 1 : cluster [INF] mon.smithi122 calling monitor election 2023-11-08T18:01:18.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: cluster 2023-11-08T18:01:15.177226+0000 mgr.smithi019.obqwgt (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:18.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: audit 2023-11-08T18:01:16.016642+0000 mon.smithi019 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2023-11-08T18:01:18.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: audit 2023-11-08T18:01:17.017063+0000 mon.smithi019 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2023-11-08T18:01:18.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: cluster 2023-11-08T18:01:17.177713+0000 mgr.smithi019.obqwgt (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:18.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: audit 2023-11-08T18:01:18.017364+0000 mon.smithi019 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2023-11-08T18:01:18.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: cluster 2023-11-08T18:01:18.070753+0000 mon.smithi019 (mon.0) 186 : cluster [INF] mon.smithi019 is new leader, mons smithi019,smithi122 in quorum (ranks 0,1) 2023-11-08T18:01:18.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: cluster 2023-11-08T18:01:18.077039+0000 mon.smithi019 (mon.0) 187 : cluster [DBG] monmap e2: 2 mons at {smithi019=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],smithi122=[v2:172.21.15.122:3300/0,v1:172.21.15.122:6789/0]} removed_ranks: {} 2023-11-08T18:01:18.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: cluster 2023-11-08T18:01:18.095455+0000 mon.smithi019 (mon.0) 188 : cluster [DBG] fsmap 2023-11-08T18:01:18.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: cluster 2023-11-08T18:01:18.095531+0000 mon.smithi019 (mon.0) 189 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-08T18:01:18.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: cluster 2023-11-08T18:01:18.095895+0000 mon.smithi019 (mon.0) 190 : cluster [DBG] mgrmap e17: smithi019.obqwgt(active, since 48s) 2023-11-08T18:01:18.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: cluster 2023-11-08T18:01:18.097897+0000 mon.smithi019 (mon.0) 191 : cluster [DBG] Standby manager daemon smithi122.qwqjhv started 2023-11-08T18:01:18.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: audit 2023-11-08T18:01:18.100887+0000 mon.smithi019 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.122:0/3874217469' entity='mgr.smithi122.qwqjhv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T18:01:18.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: cluster 2023-11-08T18:01:18.104639+0000 mon.smithi019 (mon.0) 193 : cluster [INF] overall HEALTH_OK 2023-11-08T18:01:18.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: audit 2023-11-08T18:01:18.105285+0000 mon.smithi019 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.122:0/3874217469' entity='mgr.smithi122.qwqjhv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi122.qwqjhv/key"}]: dispatch 2023-11-08T18:01:18.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: audit 2023-11-08T18:01:18.106205+0000 mon.smithi019 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.122:0/3874217469' entity='mgr.smithi122.qwqjhv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T18:01:18.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:18 smithi122 bash[28108]: audit 2023-11-08T18:01:18.108132+0000 mon.smithi019 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:18.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: audit 2023-11-08T18:01:13.016862+0000 mon.smithi019 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2023-11-08T18:01:18.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: audit 2023-11-08T18:01:13.021258+0000 mon.smithi019 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi019"}]: dispatch 2023-11-08T18:01:18.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: cluster 2023-11-08T18:01:13.021531+0000 mon.smithi019 (mon.0) 178 : cluster [INF] mon.smithi019 calling monitor election 2023-11-08T18:01:18.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: audit 2023-11-08T18:01:13.047990+0000 mon.smithi019 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2023-11-08T18:01:18.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: cluster 2023-11-08T18:01:13.176830+0000 mgr.smithi019.obqwgt (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:18.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: audit 2023-11-08T18:01:14.016358+0000 mon.smithi019 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2023-11-08T18:01:18.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: audit 2023-11-08T18:01:14.616805+0000 mon.smithi019 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.122:0/3874217469' entity='mgr.smithi122.qwqjhv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi122.qwqjhv/crt"}]: dispatch 2023-11-08T18:01:18.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: audit 2023-11-08T18:01:15.016801+0000 mon.smithi019 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2023-11-08T18:01:18.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: cluster 2023-11-08T18:01:15.019832+0000 mon.smithi122 (mon.1) 1 : cluster [INF] mon.smithi122 calling monitor election 2023-11-08T18:01:18.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: cluster 2023-11-08T18:01:15.177226+0000 mgr.smithi019.obqwgt (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:18.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: audit 2023-11-08T18:01:16.016642+0000 mon.smithi019 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2023-11-08T18:01:18.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: audit 2023-11-08T18:01:17.017063+0000 mon.smithi019 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2023-11-08T18:01:18.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: cluster 2023-11-08T18:01:17.177713+0000 mgr.smithi019.obqwgt (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:18.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: audit 2023-11-08T18:01:18.017364+0000 mon.smithi019 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2023-11-08T18:01:18.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: cluster 2023-11-08T18:01:18.070753+0000 mon.smithi019 (mon.0) 186 : cluster [INF] mon.smithi019 is new leader, mons smithi019,smithi122 in quorum (ranks 0,1) 2023-11-08T18:01:18.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: cluster 2023-11-08T18:01:18.077039+0000 mon.smithi019 (mon.0) 187 : cluster [DBG] monmap e2: 2 mons at {smithi019=[v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0],smithi122=[v2:172.21.15.122:3300/0,v1:172.21.15.122:6789/0]} removed_ranks: {} 2023-11-08T18:01:18.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: cluster 2023-11-08T18:01:18.095455+0000 mon.smithi019 (mon.0) 188 : cluster [DBG] fsmap 2023-11-08T18:01:18.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: cluster 2023-11-08T18:01:18.095531+0000 mon.smithi019 (mon.0) 189 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-08T18:01:18.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: cluster 2023-11-08T18:01:18.095895+0000 mon.smithi019 (mon.0) 190 : cluster [DBG] mgrmap e17: smithi019.obqwgt(active, since 48s) 2023-11-08T18:01:18.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: cluster 2023-11-08T18:01:18.097897+0000 mon.smithi019 (mon.0) 191 : cluster [DBG] Standby manager daemon smithi122.qwqjhv started 2023-11-08T18:01:18.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: audit 2023-11-08T18:01:18.100887+0000 mon.smithi019 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.122:0/3874217469' entity='mgr.smithi122.qwqjhv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T18:01:18.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: cluster 2023-11-08T18:01:18.104639+0000 mon.smithi019 (mon.0) 193 : cluster [INF] overall HEALTH_OK 2023-11-08T18:01:18.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: audit 2023-11-08T18:01:18.105285+0000 mon.smithi019 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.122:0/3874217469' entity='mgr.smithi122.qwqjhv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi122.qwqjhv/key"}]: dispatch 2023-11-08T18:01:18.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: audit 2023-11-08T18:01:18.106205+0000 mon.smithi019 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.122:0/3874217469' entity='mgr.smithi122.qwqjhv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T18:01:18.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:18 smithi019 bash[24123]: audit 2023-11-08T18:01:18.108132+0000 mon.smithi019 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:19.139 INFO:teuthology.orchestra.run.smithi122.stdout: 2023-11-08T18:01:19.140 INFO:teuthology.orchestra.run.smithi122.stdout:{"epoch":2,"fsid":"42fae158-7e60-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T18:01:13.016235Z","created":"2023-11-08T17:58:12.104220Z","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":"smithi019","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:3300","nonce":0},{"type":"v1","addr":"172.21.15.19:6789","nonce":0}]},"addr":"172.21.15.19:6789/0","public_addr":"172.21.15.19:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi122","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:3300","nonce":0},{"type":"v1","addr":"172.21.15.122:6789","nonce":0}]},"addr":"172.21.15.122:6789/0","public_addr":"172.21.15.122:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-08T18:01:19.142 INFO:teuthology.orchestra.run.smithi122.stderr:dumped monmap epoch 2 2023-11-08T18:01:19.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:19 smithi122 bash[28108]: cluster 2023-11-08T18:01:18.164238+0000 mon.smithi019 (mon.0) 197 : cluster [DBG] mgrmap e18: smithi019.obqwgt(active, since 49s), standbys: smithi122.qwqjhv 2023-11-08T18:01:19.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:19 smithi122 bash[28108]: audit 2023-11-08T18:01:18.164427+0000 mon.smithi019 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mgr metadata", "who": "smithi122.qwqjhv", "id": "smithi122.qwqjhv"}]: dispatch 2023-11-08T18:01:19.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:19 smithi122 bash[28108]: audit 2023-11-08T18:01:19.017235+0000 mon.smithi019 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2023-11-08T18:01:19.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:19 smithi122 bash[28108]: audit 2023-11-08T18:01:19.137332+0000 mon.smithi019 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.122:0/2842231190' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T18:01:19.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:19 smithi019 bash[24123]: cluster 2023-11-08T18:01:18.164238+0000 mon.smithi019 (mon.0) 197 : cluster [DBG] mgrmap e18: smithi019.obqwgt(active, since 49s), standbys: smithi122.qwqjhv 2023-11-08T18:01:19.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:19 smithi019 bash[24123]: audit 2023-11-08T18:01:18.164427+0000 mon.smithi019 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mgr metadata", "who": "smithi122.qwqjhv", "id": "smithi122.qwqjhv"}]: dispatch 2023-11-08T18:01:19.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:19 smithi019 bash[24123]: audit 2023-11-08T18:01:19.017235+0000 mon.smithi019 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mon metadata", "id": "smithi122"}]: dispatch 2023-11-08T18:01:19.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:19 smithi019 bash[24123]: audit 2023-11-08T18:01:19.137332+0000 mon.smithi019 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.122:0/2842231190' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T18:01:19.965 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-08T18:01:19.965 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-08T18:01:20.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:20 smithi122 bash[28108]: cluster 2023-11-08T18:01:19.178182+0000 mgr.smithi019.obqwgt (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:20.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:20 smithi122 bash[28108]: audit 2023-11-08T18:01:20.150577+0000 mon.smithi019 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:20.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:20 smithi122 bash[28108]: audit 2023-11-08T18:01:20.151727+0000 mon.smithi019 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:01:20.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:20 smithi122 bash[28108]: audit 2023-11-08T18:01:20.152639+0000 mon.smithi019 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:01:20.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:20 smithi019 bash[24123]: cluster 2023-11-08T18:01:19.178182+0000 mgr.smithi019.obqwgt (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:20.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:20 smithi019 bash[24123]: audit 2023-11-08T18:01:20.150577+0000 mon.smithi019 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:20.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:20 smithi019 bash[24123]: audit 2023-11-08T18:01:20.151727+0000 mon.smithi019 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:01:20.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:20 smithi019 bash[24123]: audit 2023-11-08T18:01:20.152639+0000 mon.smithi019 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:01:21.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:21 smithi122 bash[28108]: cephadm 2023-11-08T18:01:20.153786+0000 mgr.smithi019.obqwgt (mgr.14180) 31 : cephadm [INF] Updating smithi019:/etc/ceph/ceph.conf 2023-11-08T18:01:21.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:21 smithi122 bash[28108]: cephadm 2023-11-08T18:01:20.154141+0000 mgr.smithi019.obqwgt (mgr.14180) 32 : cephadm [INF] Updating smithi122:/etc/ceph/ceph.conf 2023-11-08T18:01:21.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:21 smithi122 bash[28108]: audit 2023-11-08T18:01:20.190170+0000 mon.smithi019 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:21.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:21 smithi122 bash[28108]: audit 2023-11-08T18:01:20.206368+0000 mon.smithi019 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:21.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:21 smithi122 bash[28108]: audit 2023-11-08T18:01:20.212741+0000 mon.smithi019 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:21.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:21 smithi122 bash[28108]: cephadm 2023-11-08T18:01:20.216706+0000 mgr.smithi019.obqwgt (mgr.14180) 33 : cephadm [INF] Reconfiguring mon.smithi019 (unknown last config time)... 2023-11-08T18:01:21.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:21 smithi122 bash[28108]: audit 2023-11-08T18:01:20.217081+0000 mon.smithi019 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T18:01:21.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:21 smithi122 bash[28108]: audit 2023-11-08T18:01:20.218257+0000 mon.smithi019 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T18:01:21.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:21 smithi122 bash[28108]: audit 2023-11-08T18:01:20.219411+0000 mon.smithi019 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:01:21.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:21 smithi122 bash[28108]: cephadm 2023-11-08T18:01:20.220489+0000 mgr.smithi019.obqwgt (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon mon.smithi019 on smithi019 2023-11-08T18:01:21.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:21 smithi019 bash[24123]: cephadm 2023-11-08T18:01:20.153786+0000 mgr.smithi019.obqwgt (mgr.14180) 31 : cephadm [INF] Updating smithi019:/etc/ceph/ceph.conf 2023-11-08T18:01:21.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:21 smithi019 bash[24123]: cephadm 2023-11-08T18:01:20.154141+0000 mgr.smithi019.obqwgt (mgr.14180) 32 : cephadm [INF] Updating smithi122:/etc/ceph/ceph.conf 2023-11-08T18:01:21.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:21 smithi019 bash[24123]: audit 2023-11-08T18:01:20.190170+0000 mon.smithi019 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:21.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:21 smithi019 bash[24123]: audit 2023-11-08T18:01:20.206368+0000 mon.smithi019 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:21.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:21 smithi019 bash[24123]: audit 2023-11-08T18:01:20.212741+0000 mon.smithi019 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:21.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:21 smithi019 bash[24123]: cephadm 2023-11-08T18:01:20.216706+0000 mgr.smithi019.obqwgt (mgr.14180) 33 : cephadm [INF] Reconfiguring mon.smithi019 (unknown last config time)... 2023-11-08T18:01:21.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:21 smithi019 bash[24123]: audit 2023-11-08T18:01:20.217081+0000 mon.smithi019 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T18:01:21.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:21 smithi019 bash[24123]: audit 2023-11-08T18:01:20.218257+0000 mon.smithi019 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T18:01:21.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:21 smithi019 bash[24123]: audit 2023-11-08T18:01:20.219411+0000 mon.smithi019 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:01:21.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:21 smithi019 bash[24123]: cephadm 2023-11-08T18:01:20.220489+0000 mgr.smithi019.obqwgt (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon mon.smithi019 on smithi019 2023-11-08T18:01:22.445 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:22 smithi019 bash[24123]: cluster 2023-11-08T18:01:21.178735+0000 mgr.smithi019.obqwgt (mgr.14180) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:22.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:22 smithi122 bash[28108]: cluster 2023-11-08T18:01:21.178735+0000 mgr.smithi019.obqwgt (mgr.14180) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:24.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:24 smithi122 bash[28108]: audit 2023-11-08T18:01:23.169534+0000 mon.smithi019 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:24.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:24 smithi122 bash[28108]: cephadm 2023-11-08T18:01:23.170405+0000 mgr.smithi019.obqwgt (mgr.14180) 36 : cephadm [INF] Reconfiguring mgr.smithi019.obqwgt (unknown last config time)... 2023-11-08T18:01:24.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:24 smithi122 bash[28108]: audit 2023-11-08T18:01:23.170735+0000 mon.smithi019 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi019.obqwgt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T18:01:24.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:24 smithi122 bash[28108]: audit 2023-11-08T18:01:23.171766+0000 mon.smithi019 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T18:01:24.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:24 smithi122 bash[28108]: audit 2023-11-08T18:01:23.172632+0000 mon.smithi019 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:01:24.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:24 smithi122 bash[28108]: cephadm 2023-11-08T18:01:23.173418+0000 mgr.smithi019.obqwgt (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi019.obqwgt on smithi019 2023-11-08T18:01:24.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:24 smithi122 bash[28108]: cluster 2023-11-08T18:01:23.179166+0000 mgr.smithi019.obqwgt (mgr.14180) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:24.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:24 smithi019 bash[24123]: audit 2023-11-08T18:01:23.169534+0000 mon.smithi019 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:24.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:24 smithi019 bash[24123]: cephadm 2023-11-08T18:01:23.170405+0000 mgr.smithi019.obqwgt (mgr.14180) 36 : cephadm [INF] Reconfiguring mgr.smithi019.obqwgt (unknown last config time)... 2023-11-08T18:01:24.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:24 smithi019 bash[24123]: audit 2023-11-08T18:01:23.170735+0000 mon.smithi019 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi019.obqwgt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T18:01:24.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:24 smithi019 bash[24123]: audit 2023-11-08T18:01:23.171766+0000 mon.smithi019 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T18:01:24.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:24 smithi019 bash[24123]: audit 2023-11-08T18:01:23.172632+0000 mon.smithi019 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:01:24.548 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:24 smithi019 bash[24123]: cephadm 2023-11-08T18:01:23.173418+0000 mgr.smithi019.obqwgt (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi019.obqwgt on smithi019 2023-11-08T18:01:24.548 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:24 smithi019 bash[24123]: cluster 2023-11-08T18:01:23.179166+0000 mgr.smithi019.obqwgt (mgr.14180) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:24.745 INFO:teuthology.orchestra.run.smithi019.stdout:# minimal ceph.conf for 42fae158-7e60-11ee-8dbb-212e2dc638e7 2023-11-08T18:01:24.745 INFO:teuthology.orchestra.run.smithi019.stdout:[global] 2023-11-08T18:01:24.745 INFO:teuthology.orchestra.run.smithi019.stdout: fsid = 42fae158-7e60-11ee-8dbb-212e2dc638e7 2023-11-08T18:01:24.745 INFO:teuthology.orchestra.run.smithi019.stdout: mon_host = [v2:172.21.15.19:3300/0,v1:172.21.15.19:6789/0] [v2:172.21.15.122:3300/0,v1:172.21.15.122:6789/0] 2023-11-08T18:01:25.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:25 smithi019 bash[24123]: audit 2023-11-08T18:01:24.743239+0000 mon.smithi019 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.19:0/1303961793' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:01:25.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:25 smithi122 bash[28108]: audit 2023-11-08T18:01:24.743239+0000 mon.smithi019 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.19:0/1303961793' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:01:26.012 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-08T18:01:26.013 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-08T18:01:26.013 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/ceph/ceph.conf 2023-11-08T18:01:26.025 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-08T18:01:26.025 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T18:01:26.087 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2023-11-08T18:01:26.087 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/etc/ceph/ceph.conf 2023-11-08T18:01:26.105 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2023-11-08T18:01:26.105 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T18:01:26.165 INFO:tasks.cephadm:Deploying OSDs... 2023-11-08T18:01:26.166 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-08T18:01:26.166 DEBUG:teuthology.orchestra.run.smithi019:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T18:01:26.174 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-08T18:01:26.174 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/nvme1n1 2023-11-08T18:01:26.222 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/nvme1n1 2023-11-08T18:01:26.222 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T18:01:26.222 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2023-11-08T18:01:26.223 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T18:01:26.223 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2023-11-08 17:59:45.797119805 +0000 2023-11-08T18:01:26.223 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2023-11-08 17:59:45.613124046 +0000 2023-11-08T18:01:26.223 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2023-11-08 17:59:45.613124046 +0000 2023-11-08T18:01:26.223 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2023-11-08T18:01:26.224 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-08T18:01:26.271 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:26 smithi019 bash[24123]: cluster 2023-11-08T18:01:25.179568+0000 mgr.smithi019.obqwgt (mgr.14180) 39 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:26.272 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:26 smithi019 bash[24123]: audit 2023-11-08T18:01:25.492901+0000 mon.smithi019 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:26.274 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2023-11-08T18:01:26.274 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2023-11-08T18:01:26.274 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000458308 s, 1.1 MB/s 2023-11-08T18:01:26.275 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-08T18:01:26.327 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/nvme2n1 2023-11-08T18:01:26.378 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/nvme2n1 2023-11-08T18:01:26.378 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T18:01:26.378 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2023-11-08T18:01:26.378 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T18:01:26.379 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2023-11-08 17:59:45.817119344 +0000 2023-11-08T18:01:26.379 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2023-11-08 17:59:45.617123954 +0000 2023-11-08T18:01:26.379 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2023-11-08 17:59:45.617123954 +0000 2023-11-08T18:01:26.379 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2023-11-08T18:01:26.379 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-08T18:01:26.434 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2023-11-08T18:01:26.435 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2023-11-08T18:01:26.435 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000450502 s, 1.1 MB/s 2023-11-08T18:01:26.436 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-08T18:01:26.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:26 smithi122 bash[28108]: cluster 2023-11-08T18:01:25.179568+0000 mgr.smithi019.obqwgt (mgr.14180) 39 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:26.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:26 smithi122 bash[28108]: audit 2023-11-08T18:01:25.492901+0000 mon.smithi019 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:26.492 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/nvme3n1 2023-11-08T18:01:26.542 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/nvme3n1 2023-11-08T18:01:26.543 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T18:01:26.543 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 5h/5d Inode: 538 Links: 1 Device type: 103,6 2023-11-08T18:01:26.543 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T18:01:26.543 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2023-11-08 17:59:45.833118975 +0000 2023-11-08T18:01:26.544 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2023-11-08 17:59:45.617123954 +0000 2023-11-08T18:01:26.544 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2023-11-08 17:59:45.617123954 +0000 2023-11-08T18:01:26.544 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2023-11-08T18:01:26.544 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-08T18:01:26.598 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2023-11-08T18:01:26.598 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2023-11-08T18:01:26.599 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000472161 s, 1.1 MB/s 2023-11-08T18:01:26.600 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-08T18:01:26.652 DEBUG:teuthology.orchestra.run.smithi019:> stat /dev/nvme4n1 2023-11-08T18:01:26.702 INFO:teuthology.orchestra.run.smithi019.stdout: File: /dev/nvme4n1 2023-11-08T18:01:26.703 INFO:teuthology.orchestra.run.smithi019.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T18:01:26.703 INFO:teuthology.orchestra.run.smithi019.stdout:Device: 5h/5d Inode: 546 Links: 1 Device type: 103,8 2023-11-08T18:01:26.703 INFO:teuthology.orchestra.run.smithi019.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T18:01:26.703 INFO:teuthology.orchestra.run.smithi019.stdout:Access: 2023-11-08 17:59:45.853118514 +0000 2023-11-08T18:01:26.703 INFO:teuthology.orchestra.run.smithi019.stdout:Modify: 2023-11-08 17:59:45.617123954 +0000 2023-11-08T18:01:26.703 INFO:teuthology.orchestra.run.smithi019.stdout:Change: 2023-11-08 17:59:45.617123954 +0000 2023-11-08T18:01:26.704 INFO:teuthology.orchestra.run.smithi019.stdout: Birth: - 2023-11-08T18:01:26.704 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-08T18:01:26.752 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records in 2023-11-08T18:01:26.753 INFO:teuthology.orchestra.run.smithi019.stderr:1+0 records out 2023-11-08T18:01:26.753 INFO:teuthology.orchestra.run.smithi019.stderr:512 bytes copied, 0.000425624 s, 1.2 MB/s 2023-11-08T18:01:26.754 DEBUG:teuthology.orchestra.run.smithi019:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-08T18:01:26.804 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2023-11-08T18:01:26.804 DEBUG:teuthology.orchestra.run.smithi122:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T18:01:26.812 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-08T18:01:26.812 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/nvme1n1 2023-11-08T18:01:26.861 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/nvme1n1 2023-11-08T18:01:26.861 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T18:01:26.861 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 5h/5d Inode: 526 Links: 1 Device type: 103,2 2023-11-08T18:01:26.862 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T18:01:26.862 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2023-11-08 18:00:56.849913584 +0000 2023-11-08T18:01:26.862 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2023-11-08 18:00:56.725916730 +0000 2023-11-08T18:01:26.862 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2023-11-08 18:00:56.725916730 +0000 2023-11-08T18:01:26.862 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2023-11-08T18:01:26.863 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-08T18:01:26.916 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2023-11-08T18:01:26.917 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2023-11-08T18:01:26.917 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000499695 s, 1.0 MB/s 2023-11-08T18:01:26.918 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-08T18:01:26.970 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/nvme2n1 2023-11-08T18:01:27.021 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/nvme2n1 2023-11-08T18:01:27.021 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T18:01:27.022 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 5h/5d Inode: 533 Links: 1 Device type: 103,4 2023-11-08T18:01:27.022 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T18:01:27.022 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2023-11-08 18:00:56.865913178 +0000 2023-11-08T18:01:27.022 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2023-11-08 18:00:56.729916628 +0000 2023-11-08T18:01:27.022 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2023-11-08 18:00:56.729916628 +0000 2023-11-08T18:01:27.023 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2023-11-08T18:01:27.023 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-08T18:01:27.074 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2023-11-08T18:01:27.075 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2023-11-08T18:01:27.075 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000441186 s, 1.2 MB/s 2023-11-08T18:01:27.076 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-08T18:01:27.126 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/nvme3n1 2023-11-08T18:01:27.177 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/nvme3n1 2023-11-08T18:01:27.177 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T18:01:27.177 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 5h/5d Inode: 542 Links: 1 Device type: 103,6 2023-11-08T18:01:27.177 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T18:01:27.177 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2023-11-08 18:00:56.881912772 +0000 2023-11-08T18:01:27.178 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2023-11-08 18:00:56.729916628 +0000 2023-11-08T18:01:27.178 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2023-11-08 18:00:56.729916628 +0000 2023-11-08T18:01:27.178 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2023-11-08T18:01:27.178 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-08T18:01:27.231 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2023-11-08T18:01:27.231 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2023-11-08T18:01:27.231 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000478142 s, 1.1 MB/s 2023-11-08T18:01:27.232 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-08T18:01:27.282 DEBUG:teuthology.orchestra.run.smithi122:> stat /dev/nvme4n1 2023-11-08T18:01:27.333 INFO:teuthology.orchestra.run.smithi122.stdout: File: /dev/nvme4n1 2023-11-08T18:01:27.333 INFO:teuthology.orchestra.run.smithi122.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T18:01:27.333 INFO:teuthology.orchestra.run.smithi122.stdout:Device: 5h/5d Inode: 550 Links: 1 Device type: 103,8 2023-11-08T18:01:27.333 INFO:teuthology.orchestra.run.smithi122.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T18:01:27.333 INFO:teuthology.orchestra.run.smithi122.stdout:Access: 2023-11-08 18:00:56.901912265 +0000 2023-11-08T18:01:27.334 INFO:teuthology.orchestra.run.smithi122.stdout:Modify: 2023-11-08 18:00:56.733916527 +0000 2023-11-08T18:01:27.334 INFO:teuthology.orchestra.run.smithi122.stdout:Change: 2023-11-08 18:00:56.733916527 +0000 2023-11-08T18:01:27.334 INFO:teuthology.orchestra.run.smithi122.stdout: Birth: - 2023-11-08T18:01:27.334 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-08T18:01:27.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:27 smithi019 bash[24123]: cephadm 2023-11-08T18:01:25.494355+0000 mgr.smithi019.obqwgt (mgr.14180) 40 : cephadm [INF] Reconfiguring alertmanager.smithi019 (dependencies changed)... 2023-11-08T18:01:27.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:27 smithi019 bash[24123]: cephadm 2023-11-08T18:01:25.504390+0000 mgr.smithi019.obqwgt (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon alertmanager.smithi019 on smithi019 2023-11-08T18:01:27.388 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records in 2023-11-08T18:01:27.388 INFO:teuthology.orchestra.run.smithi122.stderr:1+0 records out 2023-11-08T18:01:27.389 INFO:teuthology.orchestra.run.smithi122.stderr:512 bytes copied, 0.000486105 s, 1.1 MB/s 2023-11-08T18:01:27.390 DEBUG:teuthology.orchestra.run.smithi122:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-08T18:01:27.443 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-11-08T18:01:27.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:27 smithi122 bash[28108]: cephadm 2023-11-08T18:01:25.494355+0000 mgr.smithi019.obqwgt (mgr.14180) 40 : cephadm [INF] Reconfiguring alertmanager.smithi019 (dependencies changed)... 2023-11-08T18:01:27.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:27 smithi122 bash[28108]: cephadm 2023-11-08T18:01:25.504390+0000 mgr.smithi019.obqwgt (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon alertmanager.smithi019 on smithi019 2023-11-08T18:01:28.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:28 smithi122 bash[28108]: cluster 2023-11-08T18:01:27.180060+0000 mgr.smithi019.obqwgt (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:28.487 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:28 smithi019 bash[24123]: cluster 2023-11-08T18:01:27.180060+0000 mgr.smithi019.obqwgt (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:29.578 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:29 smithi019 bash[24123]: cluster 2023-11-08T18:01:29.180507+0000 mgr.smithi019.obqwgt (mgr.14180) 43 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:29.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:29 smithi122 bash[28108]: cluster 2023-11-08T18:01:29.180507+0000 mgr.smithi019.obqwgt (mgr.14180) 43 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:30.504 INFO:teuthology.orchestra.run.smithi122.stdout:Scheduled osd.all-available-devices update... 2023-11-08T18:01:31.130 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-08T18:01:31.130 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T18:01:31.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:31 smithi122 bash[28108]: audit 2023-11-08T18:01:30.363523+0000 mon.smithi019 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:31.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:31 smithi122 bash[28108]: cephadm 2023-11-08T18:01:30.365091+0000 mgr.smithi019.obqwgt (mgr.14180) 44 : cephadm [INF] Reconfiguring crash.smithi019 (monmap changed)... 2023-11-08T18:01:31.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:31 smithi122 bash[28108]: audit 2023-11-08T18:01:30.365710+0000 mon.smithi019 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T18:01:31.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:31 smithi122 bash[28108]: audit 2023-11-08T18:01:30.367154+0000 mon.smithi019 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:01:31.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:31 smithi122 bash[28108]: cephadm 2023-11-08T18:01:30.368209+0000 mgr.smithi019.obqwgt (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon crash.smithi019 on smithi019 2023-11-08T18:01:31.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:31 smithi122 bash[28108]: audit 2023-11-08T18:01:30.495762+0000 mgr.smithi019.obqwgt (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-08T18:01:31.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:31 smithi122 bash[28108]: cephadm 2023-11-08T18:01:30.497651+0000 mgr.smithi019.obqwgt (mgr.14180) 47 : cephadm [INF] Marking host: smithi019 for OSDSpec preview refresh. 2023-11-08T18:01:31.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:31 smithi122 bash[28108]: cephadm 2023-11-08T18:01:30.497799+0000 mgr.smithi019.obqwgt (mgr.14180) 48 : cephadm [INF] Marking host: smithi122 for OSDSpec preview refresh. 2023-11-08T18:01:31.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:31 smithi122 bash[28108]: cephadm 2023-11-08T18:01:30.498118+0000 mgr.smithi019.obqwgt (mgr.14180) 49 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-08T18:01:31.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:31 smithi122 bash[28108]: audit 2023-11-08T18:01:30.502107+0000 mon.smithi019 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:31.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:31 smithi122 bash[28108]: cluster 2023-11-08T18:01:31.180861+0000 mgr.smithi019.obqwgt (mgr.14180) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:31.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:31 smithi019 bash[24123]: audit 2023-11-08T18:01:30.363523+0000 mon.smithi019 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:31.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:31 smithi019 bash[24123]: cephadm 2023-11-08T18:01:30.365091+0000 mgr.smithi019.obqwgt (mgr.14180) 44 : cephadm [INF] Reconfiguring crash.smithi019 (monmap changed)... 2023-11-08T18:01:31.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:31 smithi019 bash[24123]: audit 2023-11-08T18:01:30.365710+0000 mon.smithi019 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi019", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T18:01:31.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:31 smithi019 bash[24123]: audit 2023-11-08T18:01:30.367154+0000 mon.smithi019 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:01:31.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:31 smithi019 bash[24123]: cephadm 2023-11-08T18:01:30.368209+0000 mgr.smithi019.obqwgt (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon crash.smithi019 on smithi019 2023-11-08T18:01:31.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:31 smithi019 bash[24123]: audit 2023-11-08T18:01:30.495762+0000 mgr.smithi019.obqwgt (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-08T18:01:31.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:31 smithi019 bash[24123]: cephadm 2023-11-08T18:01:30.497651+0000 mgr.smithi019.obqwgt (mgr.14180) 47 : cephadm [INF] Marking host: smithi019 for OSDSpec preview refresh. 2023-11-08T18:01:31.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:31 smithi019 bash[24123]: cephadm 2023-11-08T18:01:30.497799+0000 mgr.smithi019.obqwgt (mgr.14180) 48 : cephadm [INF] Marking host: smithi122 for OSDSpec preview refresh. 2023-11-08T18:01:31.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:31 smithi019 bash[24123]: cephadm 2023-11-08T18:01:30.498118+0000 mgr.smithi019.obqwgt (mgr.14180) 49 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-08T18:01:31.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:31 smithi019 bash[24123]: audit 2023-11-08T18:01:30.502107+0000 mon.smithi019 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:31.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:31 smithi019 bash[24123]: cluster 2023-11-08T18:01:31.180861+0000 mgr.smithi019.obqwgt (mgr.14180) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:34.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:34 smithi019 bash[24123]: cluster 2023-11-08T18:01:33.181220+0000 mgr.smithi019.obqwgt (mgr.14180) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:34.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:34 smithi019 bash[24123]: audit 2023-11-08T18:01:33.955845+0000 mon.smithi019 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:34.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:34 smithi122 bash[28108]: cluster 2023-11-08T18:01:33.181220+0000 mgr.smithi019.obqwgt (mgr.14180) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:34.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:34 smithi122 bash[28108]: audit 2023-11-08T18:01:33.955845+0000 mon.smithi019 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:35.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:35 smithi019 bash[24123]: cephadm 2023-11-08T18:01:33.956659+0000 mgr.smithi019.obqwgt (mgr.14180) 52 : cephadm [INF] Reconfiguring grafana.smithi019 (dependencies changed)... 2023-11-08T18:01:35.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:35 smithi019 bash[24123]: cephadm 2023-11-08T18:01:33.998975+0000 mgr.smithi019.obqwgt (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon grafana.smithi019 on smithi019 2023-11-08T18:01:35.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:35 smithi122 bash[28108]: cephadm 2023-11-08T18:01:33.956659+0000 mgr.smithi019.obqwgt (mgr.14180) 52 : cephadm [INF] Reconfiguring grafana.smithi019 (dependencies changed)... 2023-11-08T18:01:35.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:35 smithi122 bash[28108]: cephadm 2023-11-08T18:01:33.998975+0000 mgr.smithi019.obqwgt (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon grafana.smithi019 on smithi019 2023-11-08T18:01:35.797 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:01:36.604 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:36 smithi019 bash[24123]: cluster 2023-11-08T18:01:35.181619+0000 mgr.smithi019.obqwgt (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:36.605 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:36 smithi019 bash[24123]: audit 2023-11-08T18:01:35.795683+0000 mon.smithi019 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.19:0/4235368209' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:01:36.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:36 smithi122 bash[28108]: cluster 2023-11-08T18:01:35.181619+0000 mgr.smithi019.obqwgt (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:36.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:36 smithi122 bash[28108]: audit 2023-11-08T18:01:35.795683+0000 mon.smithi019 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.19:0/4235368209' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:01:37.242 INFO:teuthology.orchestra.run.smithi019.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-08T18:01:38.243 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T18:01:38.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:38 smithi019 bash[24123]: cluster 2023-11-08T18:01:37.181985+0000 mgr.smithi019.obqwgt (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:38.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:38 smithi122 bash[28108]: cluster 2023-11-08T18:01:37.181985+0000 mgr.smithi019.obqwgt (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:39.426 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:39 smithi019 bash[24123]: cluster 2023-11-08T18:01:39.182433+0000 mgr.smithi019.obqwgt (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:39.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:39 smithi122 bash[28108]: cluster 2023-11-08T18:01:39.182433+0000 mgr.smithi019.obqwgt (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:41.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:41 smithi019 bash[24123]: audit 2023-11-08T18:01:40.284473+0000 mon.smithi019 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:41.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:41 smithi019 bash[24123]: cephadm 2023-11-08T18:01:40.285504+0000 mgr.smithi019.obqwgt (mgr.14180) 57 : cephadm [INF] Reconfiguring prometheus.smithi019 (dependencies changed)... 2023-11-08T18:01:41.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:41 smithi019 bash[24123]: cephadm 2023-11-08T18:01:40.290281+0000 mgr.smithi019.obqwgt (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon prometheus.smithi019 on smithi019 2023-11-08T18:01:41.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:41 smithi122 bash[28108]: audit 2023-11-08T18:01:40.284473+0000 mon.smithi019 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:41.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:41 smithi122 bash[28108]: cephadm 2023-11-08T18:01:40.285504+0000 mgr.smithi019.obqwgt (mgr.14180) 57 : cephadm [INF] Reconfiguring prometheus.smithi019 (dependencies changed)... 2023-11-08T18:01:41.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:41 smithi122 bash[28108]: cephadm 2023-11-08T18:01:40.290281+0000 mgr.smithi019.obqwgt (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon prometheus.smithi019 on smithi019 2023-11-08T18:01:42.557 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:42 smithi019 bash[24123]: cluster 2023-11-08T18:01:41.182871+0000 mgr.smithi019.obqwgt (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:42.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:42 smithi122 bash[28108]: cluster 2023-11-08T18:01:41.182871+0000 mgr.smithi019.obqwgt (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:43.214 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:01:43.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:43 smithi019 bash[24123]: audit 2023-11-08T18:01:43.212799+0000 mon.smithi019 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.19:0/1981055134' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:01:43.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:43 smithi122 bash[28108]: audit 2023-11-08T18:01:43.212799+0000 mon.smithi019 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.19:0/1981055134' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:01:44.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:44 smithi019 bash[24123]: cluster 2023-11-08T18:01:43.183309+0000 mgr.smithi019.obqwgt (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:44.653 INFO:teuthology.orchestra.run.smithi019.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-08T18:01:44.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:44 smithi122 bash[28108]: cluster 2023-11-08T18:01:43.183309+0000 mgr.smithi019.obqwgt (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:45.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:45 smithi019 bash[24123]: cluster 2023-11-08T18:01:45.183759+0000 mgr.smithi019.obqwgt (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:45.655 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T18:01:45.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:45 smithi122 bash[28108]: cluster 2023-11-08T18:01:45.183759+0000 mgr.smithi019.obqwgt (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:48.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:48 smithi122 bash[28108]: cluster 2023-11-08T18:01:47.184211+0000 mgr.smithi019.obqwgt (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:48.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:48 smithi122 bash[28108]: audit 2023-11-08T18:01:47.834724+0000 mon.smithi019 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:48.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:48 smithi122 bash[28108]: audit 2023-11-08T18:01:47.852060+0000 mon.smithi019 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi122", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T18:01:48.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:48 smithi122 bash[28108]: audit 2023-11-08T18:01:47.852996+0000 mon.smithi019 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:01:48.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:48 smithi019 bash[24123]: cluster 2023-11-08T18:01:47.184211+0000 mgr.smithi019.obqwgt (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:48.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:48 smithi019 bash[24123]: audit 2023-11-08T18:01:47.834724+0000 mon.smithi019 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:48.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:48 smithi019 bash[24123]: audit 2023-11-08T18:01:47.852060+0000 mon.smithi019 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi122", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T18:01:48.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:48 smithi019 bash[24123]: audit 2023-11-08T18:01:47.852996+0000 mon.smithi019 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:01:49.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:49 smithi122 bash[28108]: cephadm 2023-11-08T18:01:47.851655+0000 mgr.smithi019.obqwgt (mgr.14180) 63 : cephadm [INF] Reconfiguring crash.smithi122 (monmap changed)... 2023-11-08T18:01:49.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:49 smithi122 bash[28108]: cephadm 2023-11-08T18:01:47.853762+0000 mgr.smithi019.obqwgt (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon crash.smithi122 on smithi122 2023-11-08T18:01:49.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:49 smithi019 bash[24123]: cephadm 2023-11-08T18:01:47.851655+0000 mgr.smithi019.obqwgt (mgr.14180) 63 : cephadm [INF] Reconfiguring crash.smithi122 (monmap changed)... 2023-11-08T18:01:49.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:49 smithi019 bash[24123]: cephadm 2023-11-08T18:01:47.853762+0000 mgr.smithi019.obqwgt (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon crash.smithi122 on smithi122 2023-11-08T18:01:50.192 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:01:50.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:50 smithi019 bash[24123]: cluster 2023-11-08T18:01:49.184686+0000 mgr.smithi019.obqwgt (mgr.14180) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:50.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:50 smithi019 bash[24123]: audit 2023-11-08T18:01:49.660264+0000 mon.smithi019 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:50.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:50 smithi019 bash[24123]: audit 2023-11-08T18:01:49.662037+0000 mon.smithi019 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi122.qwqjhv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T18:01:50.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:50 smithi019 bash[24123]: audit 2023-11-08T18:01:49.663602+0000 mon.smithi019 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T18:01:50.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:50 smithi019 bash[24123]: audit 2023-11-08T18:01:49.664811+0000 mon.smithi019 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:01:50.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:50 smithi019 bash[24123]: audit 2023-11-08T18:01:50.190627+0000 mon.smithi019 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.19:0/2235954804' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:01:50.609 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:50 smithi122 bash[28108]: cluster 2023-11-08T18:01:49.184686+0000 mgr.smithi019.obqwgt (mgr.14180) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:50.609 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:50 smithi122 bash[28108]: audit 2023-11-08T18:01:49.660264+0000 mon.smithi019 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:50.609 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:50 smithi122 bash[28108]: audit 2023-11-08T18:01:49.662037+0000 mon.smithi019 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi122.qwqjhv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T18:01:50.610 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:50 smithi122 bash[28108]: audit 2023-11-08T18:01:49.663602+0000 mon.smithi019 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T18:01:50.610 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:50 smithi122 bash[28108]: audit 2023-11-08T18:01:49.664811+0000 mon.smithi019 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:01:50.610 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:50 smithi122 bash[28108]: audit 2023-11-08T18:01:50.190627+0000 mon.smithi019 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.19:0/2235954804' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:01:50.929 INFO:teuthology.orchestra.run.smithi019.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-08T18:01:51.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:51 smithi019 bash[24123]: cephadm 2023-11-08T18:01:49.661450+0000 mgr.smithi019.obqwgt (mgr.14180) 66 : cephadm [INF] Reconfiguring mgr.smithi122.qwqjhv (monmap changed)... 2023-11-08T18:01:51.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:51 smithi019 bash[24123]: cephadm 2023-11-08T18:01:49.666039+0000 mgr.smithi019.obqwgt (mgr.14180) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi122.qwqjhv on smithi122 2023-11-08T18:01:51.677 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:51 smithi122 bash[28108]: cephadm 2023-11-08T18:01:49.661450+0000 mgr.smithi019.obqwgt (mgr.14180) 66 : cephadm [INF] Reconfiguring mgr.smithi122.qwqjhv (monmap changed)... 2023-11-08T18:01:51.677 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:51 smithi122 bash[28108]: cephadm 2023-11-08T18:01:49.666039+0000 mgr.smithi019.obqwgt (mgr.14180) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi122.qwqjhv on smithi122 2023-11-08T18:01:51.930 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T18:01:52.584 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:52 smithi122 bash[28108]: cluster 2023-11-08T18:01:51.185148+0000 mgr.smithi019.obqwgt (mgr.14180) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:52.585 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:52 smithi122 bash[28108]: audit 2023-11-08T18:01:51.460903+0000 mon.smithi019 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:52.585 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:52 smithi122 bash[28108]: audit 2023-11-08T18:01:51.462604+0000 mon.smithi019 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T18:01:52.585 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:52 smithi122 bash[28108]: audit 2023-11-08T18:01:51.464233+0000 mon.smithi019 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T18:01:52.585 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:52 smithi122 bash[28108]: audit 2023-11-08T18:01:51.465692+0000 mon.smithi019 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:01:52.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:52 smithi019 bash[24123]: cluster 2023-11-08T18:01:51.185148+0000 mgr.smithi019.obqwgt (mgr.14180) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:52.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:52 smithi019 bash[24123]: audit 2023-11-08T18:01:51.460903+0000 mon.smithi019 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:52.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:52 smithi019 bash[24123]: audit 2023-11-08T18:01:51.462604+0000 mon.smithi019 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T18:01:52.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:52 smithi019 bash[24123]: audit 2023-11-08T18:01:51.464233+0000 mon.smithi019 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T18:01:52.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:52 smithi019 bash[24123]: audit 2023-11-08T18:01:51.465692+0000 mon.smithi019 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:01:53.515 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:53 smithi019 bash[24123]: cephadm 2023-11-08T18:01:51.462077+0000 mgr.smithi019.obqwgt (mgr.14180) 69 : cephadm [INF] Reconfiguring mon.smithi122 (monmap changed)... 2023-11-08T18:01:53.516 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:53 smithi019 bash[24123]: cephadm 2023-11-08T18:01:51.466895+0000 mgr.smithi019.obqwgt (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon mon.smithi122 on smithi122 2023-11-08T18:01:53.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:53 smithi122 bash[28108]: cephadm 2023-11-08T18:01:51.462077+0000 mgr.smithi019.obqwgt (mgr.14180) 69 : cephadm [INF] Reconfiguring mon.smithi122 (monmap changed)... 2023-11-08T18:01:53.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:53 smithi122 bash[28108]: cephadm 2023-11-08T18:01:51.466895+0000 mgr.smithi019.obqwgt (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon mon.smithi122 on smithi122 2023-11-08T18:01:54.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:54 smithi019 bash[24123]: cluster 2023-11-08T18:01:53.185633+0000 mgr.smithi019.obqwgt (mgr.14180) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:54.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:54 smithi019 bash[24123]: audit 2023-11-08T18:01:53.355871+0000 mon.smithi019 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:54.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:54 smithi019 bash[24123]: audit 2023-11-08T18:01:53.361268+0000 mon.smithi019 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T18:01:54.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:54 smithi019 bash[24123]: audit 2023-11-08T18:01:53.363990+0000 mon.smithi019 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi019.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T18:01:54.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:54 smithi019 bash[24123]: audit 2023-11-08T18:01:53.369172+0000 mon.smithi019 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:54.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:54 smithi019 bash[24123]: audit 2023-11-08T18:01:53.382856+0000 mon.smithi019 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T18:01:54.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:54 smithi019 bash[24123]: audit 2023-11-08T18:01:53.391523+0000 mon.smithi019 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi019.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T18:01:54.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:54 smithi019 bash[24123]: audit 2023-11-08T18:01:53.397518+0000 mon.smithi019 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:54.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:54 smithi019 bash[24123]: audit 2023-11-08T18:01:53.406720+0000 mon.smithi019 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T18:01:54.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:54 smithi019 bash[24123]: audit 2023-11-08T18:01:53.415698+0000 mon.smithi019 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi019.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T18:01:54.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:54 smithi019 bash[24123]: audit 2023-11-08T18:01:53.421532+0000 mon.smithi019 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:54.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:54 smithi019 bash[24123]: audit 2023-11-08T18:01:53.424305+0000 mon.smithi019 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:01:54.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:54 smithi122 bash[28108]: cluster 2023-11-08T18:01:53.185633+0000 mgr.smithi019.obqwgt (mgr.14180) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:54.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:54 smithi122 bash[28108]: audit 2023-11-08T18:01:53.355871+0000 mon.smithi019 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:54.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:54 smithi122 bash[28108]: audit 2023-11-08T18:01:53.361268+0000 mon.smithi019 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T18:01:54.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:54 smithi122 bash[28108]: audit 2023-11-08T18:01:53.363990+0000 mon.smithi019 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi019.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T18:01:54.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:54 smithi122 bash[28108]: audit 2023-11-08T18:01:53.369172+0000 mon.smithi019 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:54.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:54 smithi122 bash[28108]: audit 2023-11-08T18:01:53.382856+0000 mon.smithi019 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T18:01:54.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:54 smithi122 bash[28108]: audit 2023-11-08T18:01:53.391523+0000 mon.smithi019 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi019.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T18:01:54.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:54 smithi122 bash[28108]: audit 2023-11-08T18:01:53.397518+0000 mon.smithi019 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:54.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:54 smithi122 bash[28108]: audit 2023-11-08T18:01:53.406720+0000 mon.smithi019 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T18:01:54.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:54 smithi122 bash[28108]: audit 2023-11-08T18:01:53.415698+0000 mon.smithi019 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi019.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T18:01:54.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:54 smithi122 bash[28108]: audit 2023-11-08T18:01:53.421532+0000 mon.smithi019 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:01:54.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:54 smithi122 bash[28108]: audit 2023-11-08T18:01:53.424305+0000 mon.smithi019 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:01:55.166 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:01:55.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:55 smithi019 bash[24123]: audit 2023-11-08T18:01:53.361938+0000 mgr.smithi019.obqwgt (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T18:01:55.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:55 smithi019 bash[24123]: audit 2023-11-08T18:01:53.364641+0000 mgr.smithi019.obqwgt (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi019.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T18:01:55.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:55 smithi019 bash[24123]: audit 2023-11-08T18:01:53.383608+0000 mgr.smithi019.obqwgt (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T18:01:55.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:55 smithi019 bash[24123]: audit 2023-11-08T18:01:53.392233+0000 mgr.smithi019.obqwgt (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi019.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T18:01:55.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:55 smithi019 bash[24123]: audit 2023-11-08T18:01:53.407268+0000 mgr.smithi019.obqwgt (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T18:01:55.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:55 smithi019 bash[24123]: audit 2023-11-08T18:01:53.416233+0000 mgr.smithi019.obqwgt (mgr.14180) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi019.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T18:01:55.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:55 smithi019 bash[24123]: audit 2023-11-08T18:01:55.164097+0000 mon.smithi019 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.19:0/1274981150' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:01:55.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:55 smithi122 bash[28108]: audit 2023-11-08T18:01:53.361938+0000 mgr.smithi019.obqwgt (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T18:01:55.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:55 smithi122 bash[28108]: audit 2023-11-08T18:01:53.364641+0000 mgr.smithi019.obqwgt (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi019.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T18:01:55.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:55 smithi122 bash[28108]: audit 2023-11-08T18:01:53.383608+0000 mgr.smithi019.obqwgt (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T18:01:55.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:55 smithi122 bash[28108]: audit 2023-11-08T18:01:53.392233+0000 mgr.smithi019.obqwgt (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi019.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T18:01:55.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:55 smithi122 bash[28108]: audit 2023-11-08T18:01:53.407268+0000 mgr.smithi019.obqwgt (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T18:01:55.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:55 smithi122 bash[28108]: audit 2023-11-08T18:01:53.416233+0000 mgr.smithi019.obqwgt (mgr.14180) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi019.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T18:01:55.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:55 smithi122 bash[28108]: audit 2023-11-08T18:01:55.164097+0000 mon.smithi019 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.19:0/1274981150' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:01:55.849 INFO:teuthology.orchestra.run.smithi019.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-08T18:01:56.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:56 smithi019 bash[24123]: cluster 2023-11-08T18:01:55.186023+0000 mgr.smithi019.obqwgt (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:56.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:56 smithi122 bash[28108]: cluster 2023-11-08T18:01:55.186023+0000 mgr.smithi019.obqwgt (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:57.023 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T18:01:58.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:58 smithi019 bash[24123]: cluster 2023-11-08T18:01:57.186435+0000 mgr.smithi019.obqwgt (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:01:58.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:58 smithi122 bash[28108]: cluster 2023-11-08T18:01:57.186435+0000 mgr.smithi019.obqwgt (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:00.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:59 smithi019 bash[24123]: audit 2023-11-08T18:01:58.755428+0000 mon.smithi019 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:00.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:59 smithi019 bash[24123]: audit 2023-11-08T18:01:58.762742+0000 mon.smithi019 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:00.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:59 smithi019 bash[24123]: cluster 2023-11-08T18:01:59.186858+0000 mgr.smithi019.obqwgt (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:00.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:59 smithi019 bash[24123]: audit 2023-11-08T18:01:59.429434+0000 mon.smithi019 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:00.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:59 smithi019 bash[24123]: audit 2023-11-08T18:01:59.702746+0000 mon.smithi019 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:00.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:59 smithi019 bash[24123]: audit 2023-11-08T18:01:59.704273+0000 mon.smithi019 (mon.0) 252 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:02:00.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:59 smithi019 bash[24123]: audit 2023-11-08T18:01:59.705310+0000 mon.smithi019 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:02:00.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:59 smithi019 bash[24123]: audit 2023-11-08T18:01:59.712380+0000 mon.smithi019 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:00.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:59 smithi019 bash[24123]: audit 2023-11-08T18:01:59.719958+0000 mon.smithi019 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:02:00.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:59 smithi019 bash[24123]: audit 2023-11-08T18:01:59.727555+0000 mon.smithi019 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T18:02:00.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:59 smithi019 bash[24123]: audit 2023-11-08T18:01:59.729520+0000 mon.smithi019 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T18:02:00.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:59 smithi019 bash[24123]: audit 2023-11-08T18:01:59.730054+0000 mon.smithi019 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:02:00.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:01:59 smithi019 bash[24123]: audit 2023-11-08T18:01:59.731038+0000 mon.smithi019 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:02:00.089 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:02:00.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:59 smithi122 bash[28108]: audit 2023-11-08T18:01:58.755428+0000 mon.smithi019 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:00.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:59 smithi122 bash[28108]: audit 2023-11-08T18:01:58.762742+0000 mon.smithi019 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:00.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:59 smithi122 bash[28108]: cluster 2023-11-08T18:01:59.186858+0000 mgr.smithi019.obqwgt (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:00.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:59 smithi122 bash[28108]: audit 2023-11-08T18:01:59.429434+0000 mon.smithi019 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:00.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:59 smithi122 bash[28108]: audit 2023-11-08T18:01:59.702746+0000 mon.smithi019 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:00.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:59 smithi122 bash[28108]: audit 2023-11-08T18:01:59.704273+0000 mon.smithi019 (mon.0) 252 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:02:00.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:59 smithi122 bash[28108]: audit 2023-11-08T18:01:59.705310+0000 mon.smithi019 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:02:00.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:59 smithi122 bash[28108]: audit 2023-11-08T18:01:59.712380+0000 mon.smithi019 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:00.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:59 smithi122 bash[28108]: audit 2023-11-08T18:01:59.719958+0000 mon.smithi019 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:02:00.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:59 smithi122 bash[28108]: audit 2023-11-08T18:01:59.727555+0000 mon.smithi019 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T18:02:00.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:59 smithi122 bash[28108]: audit 2023-11-08T18:01:59.729520+0000 mon.smithi019 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T18:02:00.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:59 smithi122 bash[28108]: audit 2023-11-08T18:01:59.730054+0000 mon.smithi019 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:02:00.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:01:59 smithi122 bash[28108]: audit 2023-11-08T18:01:59.731038+0000 mon.smithi019 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:02:00.889 INFO:teuthology.orchestra.run.smithi019.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-08T18:02:01.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:00 smithi019 bash[24123]: audit 2023-11-08T18:02:00.088216+0000 mon.smithi019 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.19:0/3723268848' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:02:01.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:00 smithi122 bash[28108]: audit 2023-11-08T18:02:00.088216+0000 mon.smithi019 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.19:0/3723268848' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:02:01.890 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T18:02:02.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:01 smithi019 bash[24123]: cluster 2023-11-08T18:02:01.187342+0000 mgr.smithi019.obqwgt (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:02.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:01 smithi122 bash[28108]: cluster 2023-11-08T18:02:01.187342+0000 mgr.smithi019.obqwgt (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:04.505 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:04 smithi122 bash[28108]: cluster 2023-11-08T18:02:03.187778+0000 mgr.smithi019.obqwgt (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:04.516 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:04 smithi019 bash[24123]: cluster 2023-11-08T18:02:03.187778+0000 mgr.smithi019.obqwgt (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:04.868 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:02:05.572 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:05 smithi122 bash[28108]: audit 2023-11-08T18:02:04.866318+0000 mon.smithi019 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.19:0/538659651' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:02:05.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:05 smithi019 bash[24123]: audit 2023-11-08T18:02:04.866318+0000 mon.smithi019 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.19:0/538659651' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:02:05.937 INFO:teuthology.orchestra.run.smithi019.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-08T18:02:06.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:06 smithi019 bash[24123]: cluster 2023-11-08T18:02:05.188219+0000 mgr.smithi019.obqwgt (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:06.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:06 smithi122 bash[28108]: cluster 2023-11-08T18:02:05.188219+0000 mgr.smithi019.obqwgt (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:06.938 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T18:02:08.577 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:08 smithi019 bash[24123]: cluster 2023-11-08T18:02:07.188576+0000 mgr.smithi019.obqwgt (mgr.14180) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:08.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:08 smithi122 bash[28108]: cluster 2023-11-08T18:02:07.188576+0000 mgr.smithi019.obqwgt (mgr.14180) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:09.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:09 smithi019 bash[24123]: audit 2023-11-08T18:02:08.618025+0000 mon.smithi019 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3d4576b-126d-4213-a97e-5fe8e53e40f2"}]: dispatch 2023-11-08T18:02:09.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:09 smithi019 bash[24123]: audit 2023-11-08T18:02:08.618368+0000 mon.smithi122 (mon.1) 2 : audit [INF] from='client.? 172.21.15.122:0/4213475226' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3d4576b-126d-4213-a97e-5fe8e53e40f2"}]: dispatch 2023-11-08T18:02:09.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:09 smithi019 bash[24123]: audit 2023-11-08T18:02:08.623316+0000 mon.smithi019 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d3d4576b-126d-4213-a97e-5fe8e53e40f2"}]': finished 2023-11-08T18:02:09.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:09 smithi019 bash[24123]: cluster 2023-11-08T18:02:08.623375+0000 mon.smithi019 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-08T18:02:09.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:09 smithi019 bash[24123]: audit 2023-11-08T18:02:08.623506+0000 mon.smithi019 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:09.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:09 smithi019 bash[24123]: cluster 2023-11-08T18:02:09.188940+0000 mgr.smithi019.obqwgt (mgr.14180) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:09.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:09 smithi122 bash[28108]: audit 2023-11-08T18:02:08.618025+0000 mon.smithi019 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3d4576b-126d-4213-a97e-5fe8e53e40f2"}]: dispatch 2023-11-08T18:02:09.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:09 smithi122 bash[28108]: audit 2023-11-08T18:02:08.618368+0000 mon.smithi122 (mon.1) 2 : audit [INF] from='client.? 172.21.15.122:0/4213475226' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3d4576b-126d-4213-a97e-5fe8e53e40f2"}]: dispatch 2023-11-08T18:02:09.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:09 smithi122 bash[28108]: audit 2023-11-08T18:02:08.623316+0000 mon.smithi019 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d3d4576b-126d-4213-a97e-5fe8e53e40f2"}]': finished 2023-11-08T18:02:09.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:09 smithi122 bash[28108]: cluster 2023-11-08T18:02:08.623375+0000 mon.smithi019 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-08T18:02:09.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:09 smithi122 bash[28108]: audit 2023-11-08T18:02:08.623506+0000 mon.smithi019 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:09.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:09 smithi122 bash[28108]: cluster 2023-11-08T18:02:09.188940+0000 mgr.smithi019.obqwgt (mgr.14180) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:10.464 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:02:10.751 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:10 smithi019 bash[24123]: audit 2023-11-08T18:02:09.920420+0000 mon.smithi019 (mon.0) 266 : audit [INF] from='client.? 172.21.15.19:0/3499612438' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "415b6af7-7d2a-4ad2-ad75-dc149ae0cae6"}]: dispatch 2023-11-08T18:02:10.751 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:10 smithi019 bash[24123]: audit 2023-11-08T18:02:09.926529+0000 mon.smithi019 (mon.0) 267 : audit [INF] from='client.? 172.21.15.19:0/3499612438' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "415b6af7-7d2a-4ad2-ad75-dc149ae0cae6"}]': finished 2023-11-08T18:02:10.751 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:10 smithi019 bash[24123]: cluster 2023-11-08T18:02:09.926620+0000 mon.smithi019 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-08T18:02:10.752 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:10 smithi019 bash[24123]: audit 2023-11-08T18:02:09.926739+0000 mon.smithi019 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:10.752 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:10 smithi019 bash[24123]: audit 2023-11-08T18:02:09.927097+0000 mon.smithi019 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:10.752 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:10 smithi019 bash[24123]: audit 2023-11-08T18:02:10.251826+0000 mon.smithi122 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.122:0/1664692426' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T18:02:10.752 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:10 smithi019 bash[24123]: audit 2023-11-08T18:02:10.462911+0000 mon.smithi019 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.19:0/821066228' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:02:10.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:10 smithi122 bash[28108]: audit 2023-11-08T18:02:09.920420+0000 mon.smithi019 (mon.0) 266 : audit [INF] from='client.? 172.21.15.19:0/3499612438' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "415b6af7-7d2a-4ad2-ad75-dc149ae0cae6"}]: dispatch 2023-11-08T18:02:10.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:10 smithi122 bash[28108]: audit 2023-11-08T18:02:09.926529+0000 mon.smithi019 (mon.0) 267 : audit [INF] from='client.? 172.21.15.19:0/3499612438' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "415b6af7-7d2a-4ad2-ad75-dc149ae0cae6"}]': finished 2023-11-08T18:02:10.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:10 smithi122 bash[28108]: cluster 2023-11-08T18:02:09.926620+0000 mon.smithi019 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-08T18:02:10.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:10 smithi122 bash[28108]: audit 2023-11-08T18:02:09.926739+0000 mon.smithi019 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:10.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:10 smithi122 bash[28108]: audit 2023-11-08T18:02:09.927097+0000 mon.smithi019 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:10.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:10 smithi122 bash[28108]: audit 2023-11-08T18:02:10.251826+0000 mon.smithi122 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.122:0/1664692426' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T18:02:10.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:10 smithi122 bash[28108]: audit 2023-11-08T18:02:10.462911+0000 mon.smithi019 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.19:0/821066228' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:02:11.466 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1699466529,"num_remapped_pgs":0} 2023-11-08T18:02:11.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:11 smithi019 bash[24123]: cluster 2023-11-08T18:02:11.189256+0000 mgr.smithi019.obqwgt (mgr.14180) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:11.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:11 smithi122 bash[28108]: cluster 2023-11-08T18:02:11.189256+0000 mgr.smithi019.obqwgt (mgr.14180) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:12.467 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T18:02:12.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:12 smithi019 bash[24123]: audit 2023-11-08T18:02:12.046756+0000 mon.smithi019 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.19:0/355204395' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T18:02:12.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:12 smithi122 bash[28108]: audit 2023-11-08T18:02:12.046756+0000 mon.smithi019 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.19:0/355204395' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T18:02:13.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:13 smithi019 bash[24123]: audit 2023-11-08T18:02:13.063562+0000 mon.smithi019 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88563515-c03b-42fa-a374-b0ba88eff60a"}]: dispatch 2023-11-08T18:02:13.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:13 smithi019 bash[24123]: audit 2023-11-08T18:02:13.063932+0000 mon.smithi122 (mon.1) 4 : audit [INF] from='client.? 172.21.15.122:0/1391315927' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88563515-c03b-42fa-a374-b0ba88eff60a"}]: dispatch 2023-11-08T18:02:13.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:13 smithi019 bash[24123]: audit 2023-11-08T18:02:13.073846+0000 mon.smithi019 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "88563515-c03b-42fa-a374-b0ba88eff60a"}]': finished 2023-11-08T18:02:13.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:13 smithi019 bash[24123]: cluster 2023-11-08T18:02:13.073955+0000 mon.smithi019 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-08T18:02:13.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:13 smithi019 bash[24123]: audit 2023-11-08T18:02:13.074179+0000 mon.smithi019 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:13.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:13 smithi019 bash[24123]: audit 2023-11-08T18:02:13.074658+0000 mon.smithi019 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:13.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:13 smithi019 bash[24123]: audit 2023-11-08T18:02:13.074920+0000 mon.smithi019 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:13.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:13 smithi019 bash[24123]: cluster 2023-11-08T18:02:13.189662+0000 mgr.smithi019.obqwgt (mgr.14180) 87 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:13.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:13 smithi122 bash[28108]: audit 2023-11-08T18:02:13.063562+0000 mon.smithi019 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88563515-c03b-42fa-a374-b0ba88eff60a"}]: dispatch 2023-11-08T18:02:13.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:13 smithi122 bash[28108]: audit 2023-11-08T18:02:13.063932+0000 mon.smithi122 (mon.1) 4 : audit [INF] from='client.? 172.21.15.122:0/1391315927' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88563515-c03b-42fa-a374-b0ba88eff60a"}]: dispatch 2023-11-08T18:02:13.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:13 smithi122 bash[28108]: audit 2023-11-08T18:02:13.073846+0000 mon.smithi019 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "88563515-c03b-42fa-a374-b0ba88eff60a"}]': finished 2023-11-08T18:02:13.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:13 smithi122 bash[28108]: cluster 2023-11-08T18:02:13.073955+0000 mon.smithi019 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-08T18:02:13.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:13 smithi122 bash[28108]: audit 2023-11-08T18:02:13.074179+0000 mon.smithi019 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:13.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:13 smithi122 bash[28108]: audit 2023-11-08T18:02:13.074658+0000 mon.smithi019 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:13.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:13 smithi122 bash[28108]: audit 2023-11-08T18:02:13.074920+0000 mon.smithi019 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:13.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:13 smithi122 bash[28108]: cluster 2023-11-08T18:02:13.189662+0000 mgr.smithi019.obqwgt (mgr.14180) 87 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:15.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:15 smithi019 bash[24123]: audit 2023-11-08T18:02:14.702275+0000 mon.smithi122 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.122:0/2253489119' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T18:02:15.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:15 smithi019 bash[24123]: audit 2023-11-08T18:02:14.834368+0000 mon.smithi019 (mon.0) 279 : audit [INF] from='client.? 172.21.15.19:0/1758923121' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da7d9895-eebd-4492-b5ab-e030a08e1cbf"}]: dispatch 2023-11-08T18:02:15.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:15 smithi019 bash[24123]: audit 2023-11-08T18:02:14.841731+0000 mon.smithi019 (mon.0) 280 : audit [INF] from='client.? 172.21.15.19:0/1758923121' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da7d9895-eebd-4492-b5ab-e030a08e1cbf"}]': finished 2023-11-08T18:02:15.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:15 smithi019 bash[24123]: cluster 2023-11-08T18:02:14.841869+0000 mon.smithi019 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-08T18:02:15.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:15 smithi019 bash[24123]: audit 2023-11-08T18:02:14.842100+0000 mon.smithi019 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:15.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:15 smithi019 bash[24123]: audit 2023-11-08T18:02:14.843088+0000 mon.smithi019 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:15.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:15 smithi019 bash[24123]: audit 2023-11-08T18:02:14.843689+0000 mon.smithi019 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:15.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:15 smithi019 bash[24123]: audit 2023-11-08T18:02:14.844263+0000 mon.smithi019 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:15.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:15 smithi122 bash[28108]: audit 2023-11-08T18:02:14.702275+0000 mon.smithi122 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.122:0/2253489119' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T18:02:15.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:15 smithi122 bash[28108]: audit 2023-11-08T18:02:14.834368+0000 mon.smithi019 (mon.0) 279 : audit [INF] from='client.? 172.21.15.19:0/1758923121' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da7d9895-eebd-4492-b5ab-e030a08e1cbf"}]: dispatch 2023-11-08T18:02:15.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:15 smithi122 bash[28108]: audit 2023-11-08T18:02:14.841731+0000 mon.smithi019 (mon.0) 280 : audit [INF] from='client.? 172.21.15.19:0/1758923121' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da7d9895-eebd-4492-b5ab-e030a08e1cbf"}]': finished 2023-11-08T18:02:15.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:15 smithi122 bash[28108]: cluster 2023-11-08T18:02:14.841869+0000 mon.smithi019 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-08T18:02:15.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:15 smithi122 bash[28108]: audit 2023-11-08T18:02:14.842100+0000 mon.smithi019 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:15.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:15 smithi122 bash[28108]: audit 2023-11-08T18:02:14.843088+0000 mon.smithi019 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:15.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:15 smithi122 bash[28108]: audit 2023-11-08T18:02:14.843689+0000 mon.smithi019 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:15.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:15 smithi122 bash[28108]: audit 2023-11-08T18:02:14.844263+0000 mon.smithi019 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:15.747 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:02:16.387 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:16 smithi019 bash[24123]: cluster 2023-11-08T18:02:15.189978+0000 mgr.smithi019.obqwgt (mgr.14180) 88 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:16.388 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:16 smithi019 bash[24123]: audit 2023-11-08T18:02:15.746212+0000 mon.smithi019 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.19:0/1179791373' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:02:16.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:16 smithi122 bash[28108]: cluster 2023-11-08T18:02:15.189978+0000 mgr.smithi019.obqwgt (mgr.14180) 88 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:16.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:16 smithi122 bash[28108]: audit 2023-11-08T18:02:15.746212+0000 mon.smithi019 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.19:0/1179791373' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:02:16.847 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1699466534,"num_remapped_pgs":0} 2023-11-08T18:02:17.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:17 smithi122 bash[28108]: audit 2023-11-08T18:02:17.096426+0000 mon.smithi019 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.19:0/35025938' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T18:02:17.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:17 smithi019 bash[24123]: audit 2023-11-08T18:02:17.096426+0000 mon.smithi019 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.19:0/35025938' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T18:02:17.849 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T18:02:18.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:18 smithi019 bash[24123]: cluster 2023-11-08T18:02:17.190238+0000 mgr.smithi019.obqwgt (mgr.14180) 89 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:18.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:18 smithi019 bash[24123]: audit 2023-11-08T18:02:17.520926+0000 mon.smithi019 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "40db5f54-1cdf-46bd-8e3d-a88b357823a4"}]: dispatch 2023-11-08T18:02:18.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:18 smithi019 bash[24123]: audit 2023-11-08T18:02:17.521295+0000 mon.smithi122 (mon.1) 6 : audit [INF] from='client.? 172.21.15.122:0/4122899217' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "40db5f54-1cdf-46bd-8e3d-a88b357823a4"}]: dispatch 2023-11-08T18:02:18.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:18 smithi019 bash[24123]: audit 2023-11-08T18:02:17.528153+0000 mon.smithi019 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "40db5f54-1cdf-46bd-8e3d-a88b357823a4"}]': finished 2023-11-08T18:02:18.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:18 smithi019 bash[24123]: cluster 2023-11-08T18:02:17.528296+0000 mon.smithi019 (mon.0) 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-08T18:02:18.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:18 smithi019 bash[24123]: audit 2023-11-08T18:02:17.528624+0000 mon.smithi019 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:18.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:18 smithi019 bash[24123]: audit 2023-11-08T18:02:17.529213+0000 mon.smithi019 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:18.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:18 smithi019 bash[24123]: audit 2023-11-08T18:02:17.529688+0000 mon.smithi019 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:18.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:18 smithi019 bash[24123]: audit 2023-11-08T18:02:17.530209+0000 mon.smithi019 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:18.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:18 smithi019 bash[24123]: audit 2023-11-08T18:02:17.530723+0000 mon.smithi019 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:18.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:18 smithi122 bash[28108]: cluster 2023-11-08T18:02:17.190238+0000 mgr.smithi019.obqwgt (mgr.14180) 89 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:18.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:18 smithi122 bash[28108]: audit 2023-11-08T18:02:17.520926+0000 mon.smithi019 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "40db5f54-1cdf-46bd-8e3d-a88b357823a4"}]: dispatch 2023-11-08T18:02:18.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:18 smithi122 bash[28108]: audit 2023-11-08T18:02:17.521295+0000 mon.smithi122 (mon.1) 6 : audit [INF] from='client.? 172.21.15.122:0/4122899217' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "40db5f54-1cdf-46bd-8e3d-a88b357823a4"}]: dispatch 2023-11-08T18:02:18.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:18 smithi122 bash[28108]: audit 2023-11-08T18:02:17.528153+0000 mon.smithi019 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "40db5f54-1cdf-46bd-8e3d-a88b357823a4"}]': finished 2023-11-08T18:02:18.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:18 smithi122 bash[28108]: cluster 2023-11-08T18:02:17.528296+0000 mon.smithi019 (mon.0) 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-08T18:02:18.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:18 smithi122 bash[28108]: audit 2023-11-08T18:02:17.528624+0000 mon.smithi019 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:18.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:18 smithi122 bash[28108]: audit 2023-11-08T18:02:17.529213+0000 mon.smithi019 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:18.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:18 smithi122 bash[28108]: audit 2023-11-08T18:02:17.529688+0000 mon.smithi019 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:18.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:18 smithi122 bash[28108]: audit 2023-11-08T18:02:17.530209+0000 mon.smithi019 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:18.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:18 smithi122 bash[28108]: audit 2023-11-08T18:02:17.530723+0000 mon.smithi019 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:19.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:19 smithi122 bash[28108]: audit 2023-11-08T18:02:19.077068+0000 mon.smithi122 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.122:0/3834590947' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T18:02:19.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:19 smithi122 bash[28108]: cluster 2023-11-08T18:02:19.190563+0000 mgr.smithi019.obqwgt (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:19.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:19 smithi019 bash[24123]: audit 2023-11-08T18:02:19.077068+0000 mon.smithi122 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.122:0/3834590947' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T18:02:19.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:19 smithi019 bash[24123]: cluster 2023-11-08T18:02:19.190563+0000 mgr.smithi019.obqwgt (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:20.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:20 smithi019 bash[24123]: audit 2023-11-08T18:02:19.920621+0000 mon.smithi019 (mon.0) 296 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "63cd09cf-83d9-490b-8173-498edadeb40f"}]: dispatch 2023-11-08T18:02:20.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:20 smithi019 bash[24123]: audit 2023-11-08T18:02:19.921064+0000 mon.smithi122 (mon.1) 8 : audit [INF] from='client.? 172.21.15.19:0/3049970905' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "63cd09cf-83d9-490b-8173-498edadeb40f"}]: dispatch 2023-11-08T18:02:20.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:20 smithi019 bash[24123]: audit 2023-11-08T18:02:19.927332+0000 mon.smithi019 (mon.0) 297 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "63cd09cf-83d9-490b-8173-498edadeb40f"}]': finished 2023-11-08T18:02:20.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:20 smithi019 bash[24123]: cluster 2023-11-08T18:02:19.927389+0000 mon.smithi019 (mon.0) 298 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-08T18:02:20.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:20 smithi019 bash[24123]: audit 2023-11-08T18:02:19.927538+0000 mon.smithi019 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:20.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:20 smithi019 bash[24123]: audit 2023-11-08T18:02:19.927965+0000 mon.smithi019 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:20.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:20 smithi019 bash[24123]: audit 2023-11-08T18:02:19.928237+0000 mon.smithi019 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:20.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:20 smithi019 bash[24123]: audit 2023-11-08T18:02:19.928530+0000 mon.smithi019 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:20.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:20 smithi019 bash[24123]: audit 2023-11-08T18:02:19.928814+0000 mon.smithi019 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:20.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:20 smithi019 bash[24123]: audit 2023-11-08T18:02:19.929084+0000 mon.smithi019 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:20.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:20 smithi122 bash[28108]: audit 2023-11-08T18:02:19.920621+0000 mon.smithi019 (mon.0) 296 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "63cd09cf-83d9-490b-8173-498edadeb40f"}]: dispatch 2023-11-08T18:02:20.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:20 smithi122 bash[28108]: audit 2023-11-08T18:02:19.921064+0000 mon.smithi122 (mon.1) 8 : audit [INF] from='client.? 172.21.15.19:0/3049970905' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "63cd09cf-83d9-490b-8173-498edadeb40f"}]: dispatch 2023-11-08T18:02:20.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:20 smithi122 bash[28108]: audit 2023-11-08T18:02:19.927332+0000 mon.smithi019 (mon.0) 297 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "63cd09cf-83d9-490b-8173-498edadeb40f"}]': finished 2023-11-08T18:02:20.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:20 smithi122 bash[28108]: cluster 2023-11-08T18:02:19.927389+0000 mon.smithi019 (mon.0) 298 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-08T18:02:20.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:20 smithi122 bash[28108]: audit 2023-11-08T18:02:19.927538+0000 mon.smithi019 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:20.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:20 smithi122 bash[28108]: audit 2023-11-08T18:02:19.927965+0000 mon.smithi019 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:20.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:20 smithi122 bash[28108]: audit 2023-11-08T18:02:19.928237+0000 mon.smithi019 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:20.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:20 smithi122 bash[28108]: audit 2023-11-08T18:02:19.928530+0000 mon.smithi019 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:20.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:20 smithi122 bash[28108]: audit 2023-11-08T18:02:19.928814+0000 mon.smithi019 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:20.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:20 smithi122 bash[28108]: audit 2023-11-08T18:02:19.929084+0000 mon.smithi019 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:21.251 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:02:21.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:21 smithi019 bash[24123]: cluster 2023-11-08T18:02:21.190932+0000 mgr.smithi019.obqwgt (mgr.14180) 91 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:21.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:21 smithi019 bash[24123]: audit 2023-11-08T18:02:21.249593+0000 mon.smithi019 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.19:0/1057772116' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:02:21.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:21 smithi122 bash[28108]: cluster 2023-11-08T18:02:21.190932+0000 mgr.smithi019.obqwgt (mgr.14180) 91 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:21.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:21 smithi122 bash[28108]: audit 2023-11-08T18:02:21.249593+0000 mon.smithi019 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.19:0/1057772116' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:02:22.079 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1699466539,"num_remapped_pgs":0} 2023-11-08T18:02:22.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:22 smithi122 bash[28108]: audit 2023-11-08T18:02:21.864582+0000 mon.smithi019 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "176893de-30c7-4ba4-b324-a4276b5c9839"}]: dispatch 2023-11-08T18:02:22.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:22 smithi122 bash[28108]: audit 2023-11-08T18:02:21.864897+0000 mon.smithi122 (mon.1) 9 : audit [INF] from='client.? 172.21.15.122:0/2952275541' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "176893de-30c7-4ba4-b324-a4276b5c9839"}]: dispatch 2023-11-08T18:02:22.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:22 smithi122 bash[28108]: audit 2023-11-08T18:02:21.870791+0000 mon.smithi019 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "176893de-30c7-4ba4-b324-a4276b5c9839"}]': finished 2023-11-08T18:02:22.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:22 smithi122 bash[28108]: cluster 2023-11-08T18:02:21.870837+0000 mon.smithi019 (mon.0) 308 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-08T18:02:22.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:22 smithi122 bash[28108]: audit 2023-11-08T18:02:21.871069+0000 mon.smithi019 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:22.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:22 smithi122 bash[28108]: audit 2023-11-08T18:02:21.872047+0000 mon.smithi019 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:22.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:22 smithi122 bash[28108]: audit 2023-11-08T18:02:21.872658+0000 mon.smithi019 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:22.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:22 smithi122 bash[28108]: audit 2023-11-08T18:02:21.873346+0000 mon.smithi019 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:22.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:22 smithi122 bash[28108]: audit 2023-11-08T18:02:21.873733+0000 mon.smithi019 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:22.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:22 smithi122 bash[28108]: audit 2023-11-08T18:02:21.874053+0000 mon.smithi019 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:22.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:22 smithi122 bash[28108]: audit 2023-11-08T18:02:21.874351+0000 mon.smithi019 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:22.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:22 smithi122 bash[28108]: audit 2023-11-08T18:02:21.970530+0000 mon.smithi019 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.19:0/2395085261' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T18:02:22.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:22 smithi019 bash[24123]: audit 2023-11-08T18:02:21.864582+0000 mon.smithi019 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "176893de-30c7-4ba4-b324-a4276b5c9839"}]: dispatch 2023-11-08T18:02:22.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:22 smithi019 bash[24123]: audit 2023-11-08T18:02:21.864897+0000 mon.smithi122 (mon.1) 9 : audit [INF] from='client.? 172.21.15.122:0/2952275541' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "176893de-30c7-4ba4-b324-a4276b5c9839"}]: dispatch 2023-11-08T18:02:22.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:22 smithi019 bash[24123]: audit 2023-11-08T18:02:21.870791+0000 mon.smithi019 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "176893de-30c7-4ba4-b324-a4276b5c9839"}]': finished 2023-11-08T18:02:22.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:22 smithi019 bash[24123]: cluster 2023-11-08T18:02:21.870837+0000 mon.smithi019 (mon.0) 308 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-08T18:02:22.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:22 smithi019 bash[24123]: audit 2023-11-08T18:02:21.871069+0000 mon.smithi019 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:22.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:22 smithi019 bash[24123]: audit 2023-11-08T18:02:21.872047+0000 mon.smithi019 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:22.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:22 smithi019 bash[24123]: audit 2023-11-08T18:02:21.872658+0000 mon.smithi019 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:22.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:22 smithi019 bash[24123]: audit 2023-11-08T18:02:21.873346+0000 mon.smithi019 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:22.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:22 smithi019 bash[24123]: audit 2023-11-08T18:02:21.873733+0000 mon.smithi019 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:22.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:22 smithi019 bash[24123]: audit 2023-11-08T18:02:21.874053+0000 mon.smithi019 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:22.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:22 smithi019 bash[24123]: audit 2023-11-08T18:02:21.874351+0000 mon.smithi019 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:22.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:22 smithi019 bash[24123]: audit 2023-11-08T18:02:21.970530+0000 mon.smithi019 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.19:0/2395085261' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T18:02:23.080 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T18:02:23.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:23 smithi019 bash[24123]: cluster 2023-11-08T18:02:23.191343+0000 mgr.smithi019.obqwgt (mgr.14180) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:23.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:23 smithi122 bash[28108]: cluster 2023-11-08T18:02:23.191343+0000 mgr.smithi019.obqwgt (mgr.14180) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:24.503 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:24 smithi019 bash[24123]: audit 2023-11-08T18:02:23.457361+0000 mon.smithi122 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.122:0/3854846700' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T18:02:24.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:24 smithi122 bash[28108]: audit 2023-11-08T18:02:23.457361+0000 mon.smithi122 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.122:0/3854846700' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T18:02:25.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:25 smithi122 bash[28108]: audit 2023-11-08T18:02:24.765240+0000 mon.smithi019 (mon.0) 317 : audit [INF] from='client.? 172.21.15.19:0/1728652630' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fdb1bd3e-e465-4647-929d-51bd88853ca6"}]: dispatch 2023-11-08T18:02:25.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:25 smithi122 bash[28108]: audit 2023-11-08T18:02:24.772869+0000 mon.smithi019 (mon.0) 318 : audit [INF] from='client.? 172.21.15.19:0/1728652630' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fdb1bd3e-e465-4647-929d-51bd88853ca6"}]': finished 2023-11-08T18:02:25.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:25 smithi122 bash[28108]: cluster 2023-11-08T18:02:24.772975+0000 mon.smithi019 (mon.0) 319 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-08T18:02:25.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:25 smithi122 bash[28108]: audit 2023-11-08T18:02:24.773148+0000 mon.smithi019 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:25.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:25 smithi122 bash[28108]: audit 2023-11-08T18:02:24.773519+0000 mon.smithi019 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:25.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:25 smithi122 bash[28108]: audit 2023-11-08T18:02:24.773742+0000 mon.smithi019 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:25.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:25 smithi122 bash[28108]: audit 2023-11-08T18:02:24.773974+0000 mon.smithi019 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:25.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:25 smithi122 bash[28108]: audit 2023-11-08T18:02:24.774207+0000 mon.smithi019 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:25.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:25 smithi122 bash[28108]: audit 2023-11-08T18:02:24.774455+0000 mon.smithi019 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:25.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:25 smithi122 bash[28108]: audit 2023-11-08T18:02:24.774696+0000 mon.smithi019 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:25.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:25 smithi122 bash[28108]: audit 2023-11-08T18:02:24.774933+0000 mon.smithi019 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:02:25.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:25 smithi122 bash[28108]: cluster 2023-11-08T18:02:25.191765+0000 mgr.smithi019.obqwgt (mgr.14180) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:25.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:25 smithi019 bash[24123]: audit 2023-11-08T18:02:24.765240+0000 mon.smithi019 (mon.0) 317 : audit [INF] from='client.? 172.21.15.19:0/1728652630' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fdb1bd3e-e465-4647-929d-51bd88853ca6"}]: dispatch 2023-11-08T18:02:25.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:25 smithi019 bash[24123]: audit 2023-11-08T18:02:24.772869+0000 mon.smithi019 (mon.0) 318 : audit [INF] from='client.? 172.21.15.19:0/1728652630' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fdb1bd3e-e465-4647-929d-51bd88853ca6"}]': finished 2023-11-08T18:02:25.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:25 smithi019 bash[24123]: cluster 2023-11-08T18:02:24.772975+0000 mon.smithi019 (mon.0) 319 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-08T18:02:25.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:25 smithi019 bash[24123]: audit 2023-11-08T18:02:24.773148+0000 mon.smithi019 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:25.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:25 smithi019 bash[24123]: audit 2023-11-08T18:02:24.773519+0000 mon.smithi019 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:25.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:25 smithi019 bash[24123]: audit 2023-11-08T18:02:24.773742+0000 mon.smithi019 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:25.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:25 smithi019 bash[24123]: audit 2023-11-08T18:02:24.773974+0000 mon.smithi019 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:25.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:25 smithi019 bash[24123]: audit 2023-11-08T18:02:24.774207+0000 mon.smithi019 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:25.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:25 smithi019 bash[24123]: audit 2023-11-08T18:02:24.774455+0000 mon.smithi019 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:25.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:25 smithi019 bash[24123]: audit 2023-11-08T18:02:24.774696+0000 mon.smithi019 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:25.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:25 smithi019 bash[24123]: audit 2023-11-08T18:02:24.774933+0000 mon.smithi019 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:02:25.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:25 smithi019 bash[24123]: cluster 2023-11-08T18:02:25.191765+0000 mgr.smithi019.obqwgt (mgr.14180) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:26.390 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:02:27.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:26 smithi019 bash[24123]: audit 2023-11-08T18:02:26.388853+0000 mon.smithi019 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.19:0/1175369153' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:02:27.101 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699466544,"num_remapped_pgs":0} 2023-11-08T18:02:27.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:26 smithi122 bash[28108]: audit 2023-11-08T18:02:26.388853+0000 mon.smithi019 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.19:0/1175369153' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:02:28.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:27 smithi019 bash[24123]: audit 2023-11-08T18:02:26.868865+0000 mon.smithi019 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.19:0/1500154498' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T18:02:28.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:27 smithi019 bash[24123]: cluster 2023-11-08T18:02:27.192192+0000 mgr.smithi019.obqwgt (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:28.102 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T18:02:28.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:27 smithi122 bash[28108]: audit 2023-11-08T18:02:26.868865+0000 mon.smithi019 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.19:0/1500154498' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T18:02:28.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:27 smithi122 bash[28108]: cluster 2023-11-08T18:02:27.192192+0000 mgr.smithi019.obqwgt (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:29.414 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:29 smithi019 bash[24123]: cluster 2023-11-08T18:02:29.192688+0000 mgr.smithi019.obqwgt (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:29.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:29 smithi122 bash[28108]: cluster 2023-11-08T18:02:29.192688+0000 mgr.smithi019.obqwgt (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:31.606 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:02:32.327 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699466544,"num_remapped_pgs":0} 2023-11-08T18:02:32.520 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:32 smithi122 bash[28108]: cluster 2023-11-08T18:02:31.193061+0000 mgr.smithi019.obqwgt (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:32.521 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:32 smithi122 bash[28108]: audit 2023-11-08T18:02:31.604797+0000 mon.smithi019 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.19:0/662838070' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:02:32.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:32 smithi019 bash[24123]: cluster 2023-11-08T18:02:31.193061+0000 mgr.smithi019.obqwgt (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:32.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:32 smithi019 bash[24123]: audit 2023-11-08T18:02:31.604797+0000 mon.smithi019 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.19:0/662838070' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:02:33.328 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T18:02:34.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:34 smithi122 bash[28108]: cluster 2023-11-08T18:02:33.193488+0000 mgr.smithi019.obqwgt (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:34.522 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:34 smithi019 bash[24123]: cluster 2023-11-08T18:02:33.193488+0000 mgr.smithi019.obqwgt (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:36.520 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:36 smithi122 bash[28108]: cluster 2023-11-08T18:02:35.193911+0000 mgr.smithi019.obqwgt (mgr.14180) 98 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:36.520 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:36 smithi122 bash[28108]: audit 2023-11-08T18:02:35.310733+0000 mon.smithi019 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-08T18:02:36.521 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:36 smithi122 bash[28108]: audit 2023-11-08T18:02:35.312083+0000 mon.smithi019 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:02:36.521 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:36 smithi019 bash[24123]: cluster 2023-11-08T18:02:35.193911+0000 mgr.smithi019.obqwgt (mgr.14180) 98 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:36.521 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:36 smithi019 bash[24123]: audit 2023-11-08T18:02:35.310733+0000 mon.smithi019 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-08T18:02:36.521 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:36 smithi019 bash[24123]: audit 2023-11-08T18:02:35.312083+0000 mon.smithi019 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:02:36.920 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:02:37.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:37 smithi122 bash[28108]: cephadm 2023-11-08T18:02:35.313300+0000 mgr.smithi019.obqwgt (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.0 on smithi122 2023-11-08T18:02:37.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:37 smithi122 bash[28108]: audit 2023-11-08T18:02:36.918368+0000 mon.smithi019 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.19:0/1645726917' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:02:37.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:37 smithi019 bash[24123]: cephadm 2023-11-08T18:02:35.313300+0000 mgr.smithi019.obqwgt (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.0 on smithi122 2023-11-08T18:02:37.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:37 smithi019 bash[24123]: audit 2023-11-08T18:02:36.918368+0000 mon.smithi019 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.19:0/1645726917' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:02:37.889 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699466544,"num_remapped_pgs":0} 2023-11-08T18:02:38.557 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:38 smithi122 bash[28108]: cluster 2023-11-08T18:02:37.194319+0000 mgr.smithi019.obqwgt (mgr.14180) 100 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:38.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:38 smithi019 bash[24123]: cluster 2023-11-08T18:02:37.194319+0000 mgr.smithi019.obqwgt (mgr.14180) 100 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:38.893 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T18:02:39.603 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:39 smithi019 bash[24123]: cluster 2023-11-08T18:02:39.194735+0000 mgr.smithi019.obqwgt (mgr.14180) 101 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:39.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:39 smithi122 bash[28108]: cluster 2023-11-08T18:02:39.194735+0000 mgr.smithi019.obqwgt (mgr.14180) 101 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:40.778 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:40 smithi019 bash[24123]: audit 2023-11-08T18:02:39.513456+0000 mon.smithi019 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:40.778 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:40 smithi019 bash[24123]: audit 2023-11-08T18:02:39.514685+0000 mon.smithi019 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-08T18:02:40.778 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:40 smithi019 bash[24123]: audit 2023-11-08T18:02:39.515737+0000 mon.smithi019 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:02:40.778 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:40 smithi019 bash[24123]: cephadm 2023-11-08T18:02:39.516507+0000 mgr.smithi019.obqwgt (mgr.14180) 102 : cephadm [INF] Deploying daemon osd.2 on smithi122 2023-11-08T18:02:40.836 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:40 smithi122 bash[28108]: audit 2023-11-08T18:02:39.513456+0000 mon.smithi019 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:40.836 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:40 smithi122 bash[28108]: audit 2023-11-08T18:02:39.514685+0000 mon.smithi019 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-08T18:02:40.837 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:40 smithi122 bash[28108]: audit 2023-11-08T18:02:39.515737+0000 mon.smithi019 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:02:40.837 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:40 smithi122 bash[28108]: cephadm 2023-11-08T18:02:39.516507+0000 mgr.smithi019.obqwgt (mgr.14180) 102 : cephadm [INF] Deploying daemon osd.2 on smithi122 2023-11-08T18:02:41.776 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:41 smithi122 bash[28108]: audit 2023-11-08T18:02:40.519280+0000 mon.smithi019 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-08T18:02:41.776 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:41 smithi122 bash[28108]: audit 2023-11-08T18:02:40.520587+0000 mon.smithi019 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:02:41.776 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:41 smithi122 bash[28108]: cephadm 2023-11-08T18:02:40.521616+0000 mgr.smithi019.obqwgt (mgr.14180) 103 : cephadm [INF] Deploying daemon osd.1 on smithi019 2023-11-08T18:02:41.777 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:41 smithi122 bash[28108]: cluster 2023-11-08T18:02:41.195112+0000 mgr.smithi019.obqwgt (mgr.14180) 104 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:41.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:41 smithi019 bash[24123]: audit 2023-11-08T18:02:40.519280+0000 mon.smithi019 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-08T18:02:41.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:41 smithi019 bash[24123]: audit 2023-11-08T18:02:40.520587+0000 mon.smithi019 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:02:41.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:41 smithi019 bash[24123]: cephadm 2023-11-08T18:02:40.521616+0000 mgr.smithi019.obqwgt (mgr.14180) 103 : cephadm [INF] Deploying daemon osd.1 on smithi019 2023-11-08T18:02:41.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:41 smithi019 bash[24123]: cluster 2023-11-08T18:02:41.195112+0000 mgr.smithi019.obqwgt (mgr.14180) 104 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:43.959 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:02:44.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:44 smithi122 bash[28108]: cluster 2023-11-08T18:02:43.195573+0000 mgr.smithi019.obqwgt (mgr.14180) 105 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:44.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:44 smithi122 bash[28108]: audit 2023-11-08T18:02:43.957365+0000 mon.smithi019 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.19:0/1658691010' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:02:44.467 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:44 smithi019 bash[24123]: cluster 2023-11-08T18:02:43.195573+0000 mgr.smithi019.obqwgt (mgr.14180) 105 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:44.467 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:44 smithi019 bash[24123]: audit 2023-11-08T18:02:43.957365+0000 mon.smithi019 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.19:0/1658691010' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:02:45.210 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699466544,"num_remapped_pgs":0} 2023-11-08T18:02:46.107 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:45 smithi019 bash[24123]: audit 2023-11-08T18:02:44.986820+0000 mon.smithi019 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:46.108 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:45 smithi019 bash[24123]: audit 2023-11-08T18:02:44.988117+0000 mon.smithi019 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-08T18:02:46.108 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:45 smithi019 bash[24123]: audit 2023-11-08T18:02:44.989379+0000 mon.smithi019 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:02:46.108 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:45 smithi019 bash[24123]: cephadm 2023-11-08T18:02:44.990553+0000 mgr.smithi019.obqwgt (mgr.14180) 106 : cephadm [INF] Deploying daemon osd.4 on smithi122 2023-11-08T18:02:46.108 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:45 smithi019 bash[24123]: cluster 2023-11-08T18:02:45.195950+0000 mgr.smithi019.obqwgt (mgr.14180) 107 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:46.211 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T18:02:46.294 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:45 smithi122 bash[28108]: audit 2023-11-08T18:02:44.986820+0000 mon.smithi019 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:46.295 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:45 smithi122 bash[28108]: audit 2023-11-08T18:02:44.988117+0000 mon.smithi019 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-08T18:02:46.295 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:45 smithi122 bash[28108]: audit 2023-11-08T18:02:44.989379+0000 mon.smithi019 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:02:46.295 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:45 smithi122 bash[28108]: cephadm 2023-11-08T18:02:44.990553+0000 mgr.smithi019.obqwgt (mgr.14180) 106 : cephadm [INF] Deploying daemon osd.4 on smithi122 2023-11-08T18:02:46.295 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:45 smithi122 bash[28108]: cluster 2023-11-08T18:02:45.195950+0000 mgr.smithi019.obqwgt (mgr.14180) 107 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:48.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:47 smithi122 bash[28108]: audit 2023-11-08T18:02:46.969961+0000 mon.smithi019 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:48.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:47 smithi122 bash[28108]: audit 2023-11-08T18:02:46.971319+0000 mon.smithi019 (mon.0) 344 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-08T18:02:48.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:47 smithi122 bash[28108]: audit 2023-11-08T18:02:46.972226+0000 mon.smithi019 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:02:48.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:47 smithi122 bash[28108]: cephadm 2023-11-08T18:02:46.972905+0000 mgr.smithi019.obqwgt (mgr.14180) 108 : cephadm [INF] Deploying daemon osd.3 on smithi019 2023-11-08T18:02:48.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:47 smithi122 bash[28108]: cluster 2023-11-08T18:02:47.196221+0000 mgr.smithi019.obqwgt (mgr.14180) 109 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:48.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:47 smithi122 bash[28108]: audit 2023-11-08T18:02:47.936459+0000 mon.smithi019 (mon.0) 346 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T18:02:48.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:47 smithi122 bash[28108]: audit 2023-11-08T18:02:47.937208+0000 mon.smithi122 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.122:6800/1473675654,v1:172.21.15.122:6801/1473675654]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T18:02:48.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:47 smithi019 bash[24123]: audit 2023-11-08T18:02:46.969961+0000 mon.smithi019 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:48.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:47 smithi019 bash[24123]: audit 2023-11-08T18:02:46.971319+0000 mon.smithi019 (mon.0) 344 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-08T18:02:48.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:47 smithi019 bash[24123]: audit 2023-11-08T18:02:46.972226+0000 mon.smithi019 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:02:48.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:47 smithi019 bash[24123]: cephadm 2023-11-08T18:02:46.972905+0000 mgr.smithi019.obqwgt (mgr.14180) 108 : cephadm [INF] Deploying daemon osd.3 on smithi019 2023-11-08T18:02:48.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:47 smithi019 bash[24123]: cluster 2023-11-08T18:02:47.196221+0000 mgr.smithi019.obqwgt (mgr.14180) 109 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:48.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:47 smithi019 bash[24123]: audit 2023-11-08T18:02:47.936459+0000 mon.smithi019 (mon.0) 346 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T18:02:48.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:47 smithi019 bash[24123]: audit 2023-11-08T18:02:47.937208+0000 mon.smithi122 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.122:6800/1473675654,v1:172.21.15.122:6801/1473675654]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T18:02:49.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:48 smithi019 bash[24123]: audit 2023-11-08T18:02:47.977735+0000 mon.smithi019 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-08T18:02:49.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:48 smithi019 bash[24123]: cluster 2023-11-08T18:02:47.977885+0000 mon.smithi019 (mon.0) 348 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-08T18:02:49.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:48 smithi019 bash[24123]: audit 2023-11-08T18:02:47.978074+0000 mon.smithi019 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:49.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:48 smithi019 bash[24123]: audit 2023-11-08T18:02:47.978605+0000 mon.smithi019 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:49.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:48 smithi019 bash[24123]: audit 2023-11-08T18:02:47.978801+0000 mon.smithi019 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:49.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:48 smithi019 bash[24123]: audit 2023-11-08T18:02:47.979032+0000 mon.smithi019 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:49.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:48 smithi019 bash[24123]: audit 2023-11-08T18:02:47.979325+0000 mon.smithi019 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:49.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:48 smithi019 bash[24123]: audit 2023-11-08T18:02:47.979749+0000 mon.smithi019 (mon.0) 354 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2023-11-08T18:02:49.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:48 smithi019 bash[24123]: audit 2023-11-08T18:02:47.980026+0000 mon.smithi019 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:49.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:48 smithi019 bash[24123]: audit 2023-11-08T18:02:47.980243+0000 mon.smithi019 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:49.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:48 smithi019 bash[24123]: audit 2023-11-08T18:02:47.980291+0000 mon.smithi122 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.122:6800/1473675654,v1:172.21.15.122:6801/1473675654]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2023-11-08T18:02:49.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:48 smithi019 bash[24123]: audit 2023-11-08T18:02:47.980529+0000 mon.smithi019 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:02:49.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:48 smithi122 bash[28108]: audit 2023-11-08T18:02:47.977735+0000 mon.smithi019 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-08T18:02:49.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:48 smithi122 bash[28108]: cluster 2023-11-08T18:02:47.977885+0000 mon.smithi019 (mon.0) 348 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-08T18:02:49.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:48 smithi122 bash[28108]: audit 2023-11-08T18:02:47.978074+0000 mon.smithi019 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:49.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:48 smithi122 bash[28108]: audit 2023-11-08T18:02:47.978605+0000 mon.smithi019 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:49.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:48 smithi122 bash[28108]: audit 2023-11-08T18:02:47.978801+0000 mon.smithi019 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:49.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:48 smithi122 bash[28108]: audit 2023-11-08T18:02:47.979032+0000 mon.smithi019 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:49.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:48 smithi122 bash[28108]: audit 2023-11-08T18:02:47.979325+0000 mon.smithi019 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:49.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:48 smithi122 bash[28108]: audit 2023-11-08T18:02:47.979749+0000 mon.smithi019 (mon.0) 354 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2023-11-08T18:02:49.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:48 smithi122 bash[28108]: audit 2023-11-08T18:02:47.980026+0000 mon.smithi019 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:49.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:48 smithi122 bash[28108]: audit 2023-11-08T18:02:47.980243+0000 mon.smithi019 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:49.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:48 smithi122 bash[28108]: audit 2023-11-08T18:02:47.980291+0000 mon.smithi122 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.122:6800/1473675654,v1:172.21.15.122:6801/1473675654]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2023-11-08T18:02:49.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:48 smithi122 bash[28108]: audit 2023-11-08T18:02:47.980529+0000 mon.smithi019 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:02:50.209 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:48.979111+0000 mon.smithi019 (mon.0) 358 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2023-11-08T18:02:50.210 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: cluster 2023-11-08T18:02:48.979175+0000 mon.smithi019 (mon.0) 359 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-08T18:02:50.210 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:48.979646+0000 mon.smithi019 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:50.210 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:48.980178+0000 mon.smithi019 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:50.210 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:48.980403+0000 mon.smithi019 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:50.210 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:48.980635+0000 mon.smithi019 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:50.211 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:48.980840+0000 mon.smithi019 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:50.211 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:48.981104+0000 mon.smithi019 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:50.211 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:48.981291+0000 mon.smithi019 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:50.211 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:48.987193+0000 mon.smithi019 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:02:50.211 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:48.987652+0000 mon.smithi019 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:50.212 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: cluster 2023-11-08T18:02:49.196497+0000 mgr.smithi019.obqwgt (mgr.14180) 110 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:50.253 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:49 smithi122 bash[28108]: audit 2023-11-08T18:02:48.979111+0000 mon.smithi019 (mon.0) 358 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2023-11-08T18:02:50.254 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:49 smithi122 bash[28108]: cluster 2023-11-08T18:02:48.979175+0000 mon.smithi019 (mon.0) 359 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-08T18:02:50.254 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:49 smithi122 bash[28108]: audit 2023-11-08T18:02:48.979646+0000 mon.smithi019 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:50.254 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:49 smithi122 bash[28108]: audit 2023-11-08T18:02:48.980178+0000 mon.smithi019 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:50.255 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:49 smithi122 bash[28108]: audit 2023-11-08T18:02:48.980403+0000 mon.smithi019 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:50.255 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:49 smithi122 bash[28108]: audit 2023-11-08T18:02:48.980635+0000 mon.smithi019 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:50.255 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:49 smithi122 bash[28108]: audit 2023-11-08T18:02:48.980840+0000 mon.smithi019 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:50.255 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:49 smithi122 bash[28108]: audit 2023-11-08T18:02:48.981104+0000 mon.smithi019 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:50.256 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:49 smithi122 bash[28108]: audit 2023-11-08T18:02:48.981291+0000 mon.smithi019 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:50.256 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:49 smithi122 bash[28108]: audit 2023-11-08T18:02:48.987193+0000 mon.smithi019 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:02:50.256 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:49 smithi122 bash[28108]: audit 2023-11-08T18:02:48.987652+0000 mon.smithi019 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:50.256 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:49 smithi122 bash[28108]: cluster 2023-11-08T18:02:49.196497+0000 mgr.smithi019.obqwgt (mgr.14180) 110 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T18:02:51.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: cluster 2023-11-08T18:02:48.905643+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T18:02:51.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: cluster 2023-11-08T18:02:48.905731+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T18:02:51.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: cluster 2023-11-08T18:02:49.986496+0000 mon.smithi019 (mon.0) 369 : cluster [INF] osd.0 [v2:172.21.15.122:6800/1473675654,v1:172.21.15.122:6801/1473675654] boot 2023-11-08T18:02:51.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: cluster 2023-11-08T18:02:49.986559+0000 mon.smithi019 (mon.0) 370 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-08T18:02:51.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:49.987002+0000 mon.smithi019 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:51.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:49.987393+0000 mon.smithi019 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:51.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:49.987643+0000 mon.smithi019 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:51.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:49.987842+0000 mon.smithi019 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:51.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:49.988071+0000 mon.smithi019 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:51.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:49.988269+0000 mon.smithi019 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:51.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:49.988483+0000 mon.smithi019 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:51.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:49.988688+0000 mon.smithi019 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:02:51.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:50.586321+0000 mon.smithi019 (mon.0) 379 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:51.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:50.587770+0000 mon.smithi019 (mon.0) 380 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-08T18:02:51.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:50 smithi019 bash[24123]: audit 2023-11-08T18:02:50.589000+0000 mon.smithi019 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:02:51.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:50 smithi122 bash[28108]: cluster 2023-11-08T18:02:48.905643+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T18:02:51.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:50 smithi122 bash[28108]: cluster 2023-11-08T18:02:48.905731+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T18:02:51.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:50 smithi122 bash[28108]: cluster 2023-11-08T18:02:49.986496+0000 mon.smithi019 (mon.0) 369 : cluster [INF] osd.0 [v2:172.21.15.122:6800/1473675654,v1:172.21.15.122:6801/1473675654] boot 2023-11-08T18:02:51.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:50 smithi122 bash[28108]: cluster 2023-11-08T18:02:49.986559+0000 mon.smithi019 (mon.0) 370 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-08T18:02:51.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:50 smithi122 bash[28108]: audit 2023-11-08T18:02:49.987002+0000 mon.smithi019 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T18:02:51.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:50 smithi122 bash[28108]: audit 2023-11-08T18:02:49.987393+0000 mon.smithi019 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:51.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:50 smithi122 bash[28108]: audit 2023-11-08T18:02:49.987643+0000 mon.smithi019 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:51.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:50 smithi122 bash[28108]: audit 2023-11-08T18:02:49.987842+0000 mon.smithi019 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:51.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:50 smithi122 bash[28108]: audit 2023-11-08T18:02:49.988071+0000 mon.smithi019 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:51.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:50 smithi122 bash[28108]: audit 2023-11-08T18:02:49.988269+0000 mon.smithi019 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:51.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:50 smithi122 bash[28108]: audit 2023-11-08T18:02:49.988483+0000 mon.smithi019 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:51.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:50 smithi122 bash[28108]: audit 2023-11-08T18:02:49.988688+0000 mon.smithi019 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:02:51.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:50 smithi122 bash[28108]: audit 2023-11-08T18:02:50.586321+0000 mon.smithi019 (mon.0) 379 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:51.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:50 smithi122 bash[28108]: audit 2023-11-08T18:02:50.587770+0000 mon.smithi019 (mon.0) 380 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-08T18:02:51.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:50 smithi122 bash[28108]: audit 2023-11-08T18:02:50.589000+0000 mon.smithi019 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:02:52.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:52 smithi019 bash[24123]: cephadm 2023-11-08T18:02:50.590231+0000 mgr.smithi019.obqwgt (mgr.14180) 111 : cephadm [INF] Deploying daemon osd.6 on smithi122 2023-11-08T18:02:52.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:52 smithi019 bash[24123]: cluster 2023-11-08T18:02:51.196849+0000 mgr.smithi019.obqwgt (mgr.14180) 112 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-08T18:02:52.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:52 smithi019 bash[24123]: cluster 2023-11-08T18:02:51.589813+0000 mon.smithi019 (mon.0) 382 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-08T18:02:52.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:52 smithi019 bash[24123]: audit 2023-11-08T18:02:51.590035+0000 mon.smithi019 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:52.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:52 smithi019 bash[24123]: audit 2023-11-08T18:02:51.590772+0000 mon.smithi019 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:52.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:52 smithi019 bash[24123]: audit 2023-11-08T18:02:51.591281+0000 mon.smithi019 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:52.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:52 smithi019 bash[24123]: audit 2023-11-08T18:02:51.591800+0000 mon.smithi019 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:52.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:52 smithi019 bash[24123]: audit 2023-11-08T18:02:51.592306+0000 mon.smithi019 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:52.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:52 smithi019 bash[24123]: audit 2023-11-08T18:02:51.592898+0000 mon.smithi019 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:52.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:52 smithi019 bash[24123]: audit 2023-11-08T18:02:51.593396+0000 mon.smithi019 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:02:52.371 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:52 smithi122 bash[28108]: cephadm 2023-11-08T18:02:50.590231+0000 mgr.smithi019.obqwgt (mgr.14180) 111 : cephadm [INF] Deploying daemon osd.6 on smithi122 2023-11-08T18:02:52.372 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:52 smithi122 bash[28108]: cluster 2023-11-08T18:02:51.196849+0000 mgr.smithi019.obqwgt (mgr.14180) 112 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-08T18:02:52.372 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:52 smithi122 bash[28108]: cluster 2023-11-08T18:02:51.589813+0000 mon.smithi019 (mon.0) 382 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-08T18:02:52.372 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:52 smithi122 bash[28108]: audit 2023-11-08T18:02:51.590035+0000 mon.smithi019 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:52.373 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:52 smithi122 bash[28108]: audit 2023-11-08T18:02:51.590772+0000 mon.smithi019 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:52.373 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:52 smithi122 bash[28108]: audit 2023-11-08T18:02:51.591281+0000 mon.smithi019 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:52.373 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:52 smithi122 bash[28108]: audit 2023-11-08T18:02:51.591800+0000 mon.smithi019 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:52.373 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:52 smithi122 bash[28108]: audit 2023-11-08T18:02:51.592306+0000 mon.smithi019 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:52.373 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:52 smithi122 bash[28108]: audit 2023-11-08T18:02:51.592898+0000 mon.smithi019 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:52.373 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:52 smithi122 bash[28108]: audit 2023-11-08T18:02:51.593396+0000 mon.smithi019 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:02:52.698 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:02:53.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:53 smithi122 bash[28108]: audit 2023-11-08T18:02:52.696551+0000 mon.smithi019 (mon.0) 390 : audit [DBG] from='client.? 172.21.15.19:0/982715014' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:02:53.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:53 smithi019 bash[24123]: audit 2023-11-08T18:02:52.696551+0000 mon.smithi019 (mon.0) 390 : audit [DBG] from='client.? 172.21.15.19:0/982715014' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:02:54.046 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1699466569,"num_in_osds":8,"osd_in_since":1699466544,"num_remapped_pgs":0} 2023-11-08T18:02:54.147 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:54 smithi019 bash[24123]: cluster 2023-11-08T18:02:53.197308+0000 mgr.smithi019.obqwgt (mgr.14180) 113 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-08T18:02:54.147 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:54 smithi019 bash[24123]: audit 2023-11-08T18:02:53.293960+0000 mon.smithi019 (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-08T18:02:54.147 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:54 smithi019 bash[24123]: audit 2023-11-08T18:02:53.294581+0000 mon.smithi122 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.122:6808/860580563,v1:172.21.15.122:6809/860580563]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T18:02:54.349 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:54 smithi122 bash[28108]: cluster 2023-11-08T18:02:53.197308+0000 mgr.smithi019.obqwgt (mgr.14180) 113 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-08T18:02:54.349 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:54 smithi122 bash[28108]: audit 2023-11-08T18:02:53.293960+0000 mon.smithi019 (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-08T18:02:54.349 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:54 smithi122 bash[28108]: audit 2023-11-08T18:02:53.294581+0000 mon.smithi122 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.122:6808/860580563,v1:172.21.15.122:6809/860580563]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T18:02:55.048 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T18:02:55.129 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:55 smithi019 bash[24123]: audit 2023-11-08T18:02:54.034044+0000 mon.smithi019 (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-08T18:02:55.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:55 smithi019 bash[24123]: cluster 2023-11-08T18:02:54.034113+0000 mon.smithi019 (mon.0) 393 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-08T18:02:55.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:55 smithi019 bash[24123]: audit 2023-11-08T18:02:54.034293+0000 mon.smithi019 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:55.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:55 smithi019 bash[24123]: audit 2023-11-08T18:02:54.034656+0000 mon.smithi019 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:55.130 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:55 smithi019 bash[24123]: audit 2023-11-08T18:02:54.034899+0000 mon.smithi019 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:55.131 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:55 smithi019 bash[24123]: audit 2023-11-08T18:02:54.035110+0000 mon.smithi019 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:55.131 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:55 smithi019 bash[24123]: audit 2023-11-08T18:02:54.035313+0000 mon.smithi019 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:55.131 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:55 smithi019 bash[24123]: audit 2023-11-08T18:02:54.035531+0000 mon.smithi019 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:55.131 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:55 smithi019 bash[24123]: audit 2023-11-08T18:02:54.035837+0000 mon.smithi019 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:02:55.131 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:55 smithi019 bash[24123]: audit 2023-11-08T18:02:54.036109+0000 mon.smithi019 (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=smithi122", "root=default"]}]: dispatch 2023-11-08T18:02:55.132 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:55 smithi019 bash[24123]: audit 2023-11-08T18:02:54.036414+0000 mon.smithi122 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.122:6808/860580563,v1:172.21.15.122:6809/860580563]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2023-11-08T18:02:55.288 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:55 smithi122 bash[28108]: audit 2023-11-08T18:02:54.034044+0000 mon.smithi019 (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-08T18:02:55.288 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:55 smithi122 bash[28108]: cluster 2023-11-08T18:02:54.034113+0000 mon.smithi019 (mon.0) 393 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-08T18:02:55.289 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:55 smithi122 bash[28108]: audit 2023-11-08T18:02:54.034293+0000 mon.smithi019 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:55.289 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:55 smithi122 bash[28108]: audit 2023-11-08T18:02:54.034656+0000 mon.smithi019 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:55.289 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:55 smithi122 bash[28108]: audit 2023-11-08T18:02:54.034899+0000 mon.smithi019 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:55.289 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:55 smithi122 bash[28108]: audit 2023-11-08T18:02:54.035110+0000 mon.smithi019 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:55.289 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:55 smithi122 bash[28108]: audit 2023-11-08T18:02:54.035313+0000 mon.smithi019 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:55.290 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:55 smithi122 bash[28108]: audit 2023-11-08T18:02:54.035531+0000 mon.smithi019 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:55.290 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:55 smithi122 bash[28108]: audit 2023-11-08T18:02:54.035837+0000 mon.smithi019 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:02:55.291 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:55 smithi122 bash[28108]: audit 2023-11-08T18:02:54.036109+0000 mon.smithi019 (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=smithi122", "root=default"]}]: dispatch 2023-11-08T18:02:55.291 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:55 smithi122 bash[28108]: audit 2023-11-08T18:02:54.036414+0000 mon.smithi122 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.122:6808/860580563,v1:172.21.15.122:6809/860580563]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2023-11-08T18:02:56.202 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:56 smithi122 bash[28108]: audit 2023-11-08T18:02:55.023178+0000 mon.smithi019 (mon.0) 402 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2023-11-08T18:02:56.202 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:56 smithi122 bash[28108]: cluster 2023-11-08T18:02:55.023348+0000 mon.smithi019 (mon.0) 403 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-08T18:02:56.202 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:56 smithi122 bash[28108]: audit 2023-11-08T18:02:55.024138+0000 mon.smithi019 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:56.203 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:56 smithi122 bash[28108]: audit 2023-11-08T18:02:55.024778+0000 mon.smithi019 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:56.203 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:56 smithi122 bash[28108]: audit 2023-11-08T18:02:55.024966+0000 mon.smithi019 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:56.203 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:56 smithi122 bash[28108]: audit 2023-11-08T18:02:55.025133+0000 mon.smithi019 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:56.203 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:56 smithi122 bash[28108]: audit 2023-11-08T18:02:55.025284+0000 mon.smithi019 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:56.203 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:56 smithi122 bash[28108]: audit 2023-11-08T18:02:55.025410+0000 mon.smithi019 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:56.204 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:56 smithi122 bash[28108]: audit 2023-11-08T18:02:55.025646+0000 mon.smithi019 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:02:56.204 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:56 smithi122 bash[28108]: audit 2023-11-08T18:02:55.029875+0000 mon.smithi019 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:56.204 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:56 smithi122 bash[28108]: audit 2023-11-08T18:02:55.170712+0000 mon.smithi019 (mon.0) 412 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:56.204 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:56 smithi122 bash[28108]: audit 2023-11-08T18:02:55.171952+0000 mon.smithi019 (mon.0) 413 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-08T18:02:56.204 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:56 smithi122 bash[28108]: audit 2023-11-08T18:02:55.172938+0000 mon.smithi019 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:02:56.204 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:56 smithi122 bash[28108]: cephadm 2023-11-08T18:02:55.173912+0000 mgr.smithi019.obqwgt (mgr.14180) 114 : cephadm [INF] Deploying daemon osd.5 on smithi019 2023-11-08T18:02:56.205 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:56 smithi122 bash[28108]: cluster 2023-11-08T18:02:55.197686+0000 mgr.smithi019.obqwgt (mgr.14180) 115 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-08T18:02:56.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:56 smithi019 bash[24123]: audit 2023-11-08T18:02:55.023178+0000 mon.smithi019 (mon.0) 402 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2023-11-08T18:02:56.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:56 smithi019 bash[24123]: cluster 2023-11-08T18:02:55.023348+0000 mon.smithi019 (mon.0) 403 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-08T18:02:56.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:56 smithi019 bash[24123]: audit 2023-11-08T18:02:55.024138+0000 mon.smithi019 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:56.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:56 smithi019 bash[24123]: audit 2023-11-08T18:02:55.024778+0000 mon.smithi019 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:56.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:56 smithi019 bash[24123]: audit 2023-11-08T18:02:55.024966+0000 mon.smithi019 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:56.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:56 smithi019 bash[24123]: audit 2023-11-08T18:02:55.025133+0000 mon.smithi019 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:56.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:56 smithi019 bash[24123]: audit 2023-11-08T18:02:55.025284+0000 mon.smithi019 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:56.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:56 smithi019 bash[24123]: audit 2023-11-08T18:02:55.025410+0000 mon.smithi019 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:56.340 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:56 smithi019 bash[24123]: audit 2023-11-08T18:02:55.025646+0000 mon.smithi019 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:02:56.340 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:56 smithi019 bash[24123]: audit 2023-11-08T18:02:55.029875+0000 mon.smithi019 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:56.340 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:56 smithi019 bash[24123]: audit 2023-11-08T18:02:55.170712+0000 mon.smithi019 (mon.0) 412 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:56.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:56 smithi019 bash[24123]: audit 2023-11-08T18:02:55.171952+0000 mon.smithi019 (mon.0) 413 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-08T18:02:56.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:56 smithi019 bash[24123]: audit 2023-11-08T18:02:55.172938+0000 mon.smithi019 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:02:56.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:56 smithi019 bash[24123]: cephadm 2023-11-08T18:02:55.173912+0000 mgr.smithi019.obqwgt (mgr.14180) 114 : cephadm [INF] Deploying daemon osd.5 on smithi019 2023-11-08T18:02:56.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:56 smithi019 bash[24123]: cluster 2023-11-08T18:02:55.197686+0000 mgr.smithi019.obqwgt (mgr.14180) 115 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-08T18:02:57.315 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:57 smithi122 bash[28108]: cluster 2023-11-08T18:02:54.335001+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T18:02:57.315 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:57 smithi122 bash[28108]: cluster 2023-11-08T18:02:54.335089+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T18:02:57.316 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:57 smithi122 bash[28108]: audit 2023-11-08T18:02:56.028496+0000 mon.smithi019 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:57.316 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:57 smithi122 bash[28108]: cluster 2023-11-08T18:02:56.033174+0000 mon.smithi019 (mon.0) 416 : cluster [INF] osd.2 [v2:172.21.15.122:6808/860580563,v1:172.21.15.122:6809/860580563] boot 2023-11-08T18:02:57.316 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:57 smithi122 bash[28108]: cluster 2023-11-08T18:02:56.033257+0000 mon.smithi019 (mon.0) 417 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-08T18:02:57.316 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:57 smithi122 bash[28108]: audit 2023-11-08T18:02:56.033925+0000 mon.smithi019 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:57.316 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:57 smithi122 bash[28108]: audit 2023-11-08T18:02:56.034176+0000 mon.smithi019 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:57.317 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:57 smithi122 bash[28108]: audit 2023-11-08T18:02:56.034440+0000 mon.smithi019 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:57.317 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:57 smithi122 bash[28108]: audit 2023-11-08T18:02:56.034695+0000 mon.smithi019 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:57.317 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:57 smithi122 bash[28108]: audit 2023-11-08T18:02:56.034944+0000 mon.smithi019 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:57.317 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:57 smithi122 bash[28108]: audit 2023-11-08T18:02:56.035164+0000 mon.smithi019 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:57.317 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:57 smithi122 bash[28108]: audit 2023-11-08T18:02:56.035382+0000 mon.smithi019 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:02:57.318 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:57 smithi122 bash[28108]: audit 2023-11-08T18:02:56.474234+0000 mon.smithi019 (mon.0) 425 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:57.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:57 smithi019 bash[24123]: cluster 2023-11-08T18:02:54.335001+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T18:02:57.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:57 smithi019 bash[24123]: cluster 2023-11-08T18:02:54.335089+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T18:02:57.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:57 smithi019 bash[24123]: audit 2023-11-08T18:02:56.028496+0000 mon.smithi019 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:57.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:57 smithi019 bash[24123]: cluster 2023-11-08T18:02:56.033174+0000 mon.smithi019 (mon.0) 416 : cluster [INF] osd.2 [v2:172.21.15.122:6808/860580563,v1:172.21.15.122:6809/860580563] boot 2023-11-08T18:02:57.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:57 smithi019 bash[24123]: cluster 2023-11-08T18:02:56.033257+0000 mon.smithi019 (mon.0) 417 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-08T18:02:57.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:57 smithi019 bash[24123]: audit 2023-11-08T18:02:56.033925+0000 mon.smithi019 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:57.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:57 smithi019 bash[24123]: audit 2023-11-08T18:02:56.034176+0000 mon.smithi019 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T18:02:57.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:57 smithi019 bash[24123]: audit 2023-11-08T18:02:56.034440+0000 mon.smithi019 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:57.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:57 smithi019 bash[24123]: audit 2023-11-08T18:02:56.034695+0000 mon.smithi019 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:57.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:57 smithi019 bash[24123]: audit 2023-11-08T18:02:56.034944+0000 mon.smithi019 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:57.340 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:57 smithi019 bash[24123]: audit 2023-11-08T18:02:56.035164+0000 mon.smithi019 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:57.340 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:57 smithi019 bash[24123]: audit 2023-11-08T18:02:56.035382+0000 mon.smithi019 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:02:57.340 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:57 smithi019 bash[24123]: audit 2023-11-08T18:02:56.474234+0000 mon.smithi019 (mon.0) 425 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:02:58.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:58 smithi019 bash[24123]: cluster 2023-11-08T18:02:57.178010+0000 mon.smithi019 (mon.0) 426 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-11-08T18:02:58.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:58 smithi019 bash[24123]: audit 2023-11-08T18:02:57.178149+0000 mon.smithi019 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:58.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:58 smithi019 bash[24123]: audit 2023-11-08T18:02:57.178419+0000 mon.smithi019 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:58.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:58 smithi019 bash[24123]: audit 2023-11-08T18:02:57.178621+0000 mon.smithi019 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:58.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:58 smithi019 bash[24123]: audit 2023-11-08T18:02:57.178812+0000 mon.smithi019 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:58.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:58 smithi019 bash[24123]: audit 2023-11-08T18:02:57.178992+0000 mon.smithi019 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:58.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:58 smithi019 bash[24123]: audit 2023-11-08T18:02:57.179213+0000 mon.smithi019 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:02:58.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:58 smithi019 bash[24123]: cluster 2023-11-08T18:02:57.197979+0000 mgr.smithi019.obqwgt (mgr.14180) 116 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-08T18:02:58.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:58 smithi019 bash[24123]: audit 2023-11-08T18:02:57.838280+0000 mon.smithi019 (mon.0) 433 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/3874362384,v1:172.21.15.19:6803/3874362384]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-08T18:02:58.447 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:58 smithi122 bash[28108]: cluster 2023-11-08T18:02:57.178010+0000 mon.smithi019 (mon.0) 426 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-11-08T18:02:58.448 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:58 smithi122 bash[28108]: audit 2023-11-08T18:02:57.178149+0000 mon.smithi019 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:58.448 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:58 smithi122 bash[28108]: audit 2023-11-08T18:02:57.178419+0000 mon.smithi019 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:58.448 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:58 smithi122 bash[28108]: audit 2023-11-08T18:02:57.178621+0000 mon.smithi019 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:58.448 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:58 smithi122 bash[28108]: audit 2023-11-08T18:02:57.178812+0000 mon.smithi019 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:58.448 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:58 smithi122 bash[28108]: audit 2023-11-08T18:02:57.178992+0000 mon.smithi019 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:58.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:58 smithi122 bash[28108]: audit 2023-11-08T18:02:57.179213+0000 mon.smithi019 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:02:58.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:58 smithi122 bash[28108]: cluster 2023-11-08T18:02:57.197979+0000 mgr.smithi019.obqwgt (mgr.14180) 116 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-08T18:02:58.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:58 smithi122 bash[28108]: audit 2023-11-08T18:02:57.838280+0000 mon.smithi019 (mon.0) 433 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/3874362384,v1:172.21.15.19:6803/3874362384]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-08T18:02:59.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:59 smithi122 bash[28108]: audit 2023-11-08T18:02:58.183748+0000 mon.smithi019 (mon.0) 434 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/3874362384,v1:172.21.15.19:6803/3874362384]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-08T18:02:59.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:59 smithi122 bash[28108]: cluster 2023-11-08T18:02:58.183821+0000 mon.smithi019 (mon.0) 435 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-11-08T18:02:59.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:59 smithi122 bash[28108]: audit 2023-11-08T18:02:58.183992+0000 mon.smithi019 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:59.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:59 smithi122 bash[28108]: audit 2023-11-08T18:02:58.184682+0000 mon.smithi019 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:59.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:59 smithi122 bash[28108]: audit 2023-11-08T18:02:58.185110+0000 mon.smithi019 (mon.0) 438 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/3874362384,v1:172.21.15.19:6803/3874362384]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-11-08T18:02:59.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:59 smithi122 bash[28108]: audit 2023-11-08T18:02:58.185497+0000 mon.smithi019 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:59.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:59 smithi122 bash[28108]: audit 2023-11-08T18:02:58.185804+0000 mon.smithi019 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:59.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:59 smithi122 bash[28108]: audit 2023-11-08T18:02:58.186073+0000 mon.smithi019 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:59.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:02:59 smithi122 bash[28108]: audit 2023-11-08T18:02:58.186374+0000 mon.smithi019 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:02:59.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:59 smithi019 bash[24123]: audit 2023-11-08T18:02:58.183748+0000 mon.smithi019 (mon.0) 434 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/3874362384,v1:172.21.15.19:6803/3874362384]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-08T18:02:59.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:59 smithi019 bash[24123]: cluster 2023-11-08T18:02:58.183821+0000 mon.smithi019 (mon.0) 435 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-11-08T18:02:59.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:59 smithi019 bash[24123]: audit 2023-11-08T18:02:58.183992+0000 mon.smithi019 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:02:59.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:59 smithi019 bash[24123]: audit 2023-11-08T18:02:58.184682+0000 mon.smithi019 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:02:59.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:59 smithi019 bash[24123]: audit 2023-11-08T18:02:58.185110+0000 mon.smithi019 (mon.0) 438 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/3874362384,v1:172.21.15.19:6803/3874362384]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-11-08T18:02:59.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:59 smithi019 bash[24123]: audit 2023-11-08T18:02:58.185497+0000 mon.smithi019 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:02:59.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:59 smithi019 bash[24123]: audit 2023-11-08T18:02:58.185804+0000 mon.smithi019 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:02:59.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:59 smithi019 bash[24123]: audit 2023-11-08T18:02:58.186073+0000 mon.smithi019 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:02:59.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:02:59 smithi019 bash[24123]: audit 2023-11-08T18:02:58.186374+0000 mon.smithi019 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:00.956 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:00 smithi019 bash[24123]: audit 2023-11-08T18:02:59.186666+0000 mon.smithi019 (mon.0) 443 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/3874362384,v1:172.21.15.19:6803/3874362384]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-11-08T18:03:00.957 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:00 smithi019 bash[24123]: cluster 2023-11-08T18:02:59.186769+0000 mon.smithi019 (mon.0) 444 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2023-11-08T18:03:00.957 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:00 smithi019 bash[24123]: audit 2023-11-08T18:02:59.187379+0000 mon.smithi019 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:03:00.957 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:00 smithi019 bash[24123]: audit 2023-11-08T18:02:59.188190+0000 mon.smithi019 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:03:00.957 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:00 smithi019 bash[24123]: audit 2023-11-08T18:02:59.193711+0000 mon.smithi019 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:03:00.958 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:00 smithi019 bash[24123]: audit 2023-11-08T18:02:59.194100+0000 mon.smithi019 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:00.958 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:00 smithi019 bash[24123]: audit 2023-11-08T18:02:59.194388+0000 mon.smithi019 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:03:00.958 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:00 smithi019 bash[24123]: audit 2023-11-08T18:02:59.194715+0000 mon.smithi019 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:00.958 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:00 smithi019 bash[24123]: audit 2023-11-08T18:02:59.197582+0000 mon.smithi019 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:03:00.958 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:00 smithi019 bash[24123]: cluster 2023-11-08T18:02:59.198223+0000 mgr.smithi019.obqwgt (mgr.14180) 117 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-08T18:03:00.959 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:00 smithi019 bash[24123]: audit 2023-11-08T18:02:59.514410+0000 mon.smithi019 (mon.0) 452 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T18:03:00.959 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:00 smithi019 bash[24123]: audit 2023-11-08T18:02:59.514767+0000 mon.smithi122 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.122:6816/2852744888,v1:172.21.15.122:6817/2852744888]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T18:03:00.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:00 smithi122 bash[28108]: audit 2023-11-08T18:02:59.186666+0000 mon.smithi019 (mon.0) 443 : audit [INF] from='osd.1 [v2:172.21.15.19:6802/3874362384,v1:172.21.15.19:6803/3874362384]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-11-08T18:03:00.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:00 smithi122 bash[28108]: cluster 2023-11-08T18:02:59.186769+0000 mon.smithi019 (mon.0) 444 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2023-11-08T18:03:00.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:00 smithi122 bash[28108]: audit 2023-11-08T18:02:59.187379+0000 mon.smithi019 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:03:00.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:00 smithi122 bash[28108]: audit 2023-11-08T18:02:59.188190+0000 mon.smithi019 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:03:00.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:00 smithi122 bash[28108]: audit 2023-11-08T18:02:59.193711+0000 mon.smithi019 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:03:00.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:00 smithi122 bash[28108]: audit 2023-11-08T18:02:59.194100+0000 mon.smithi019 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:00.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:00 smithi122 bash[28108]: audit 2023-11-08T18:02:59.194388+0000 mon.smithi019 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:03:00.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:00 smithi122 bash[28108]: audit 2023-11-08T18:02:59.194715+0000 mon.smithi019 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:00.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:00 smithi122 bash[28108]: audit 2023-11-08T18:02:59.197582+0000 mon.smithi019 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:03:00.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:00 smithi122 bash[28108]: cluster 2023-11-08T18:02:59.198223+0000 mgr.smithi019.obqwgt (mgr.14180) 117 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-08T18:03:00.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:00 smithi122 bash[28108]: audit 2023-11-08T18:02:59.514410+0000 mon.smithi019 (mon.0) 452 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T18:03:00.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:00 smithi122 bash[28108]: audit 2023-11-08T18:02:59.514767+0000 mon.smithi122 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.122:6816/2852744888,v1:172.21.15.122:6817/2852744888]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T18:03:01.540 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:03:01.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: cluster 2023-11-08T18:02:58.876514+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T18:03:01.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: cluster 2023-11-08T18:02:58.876632+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T18:03:01.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: cluster 2023-11-08T18:03:00.193387+0000 mon.smithi019 (mon.0) 453 : cluster [INF] osd.1 [v2:172.21.15.19:6802/3874362384,v1:172.21.15.19:6803/3874362384] boot 2023-11-08T18:03:01.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: audit 2023-11-08T18:03:00.193453+0000 mon.smithi019 (mon.0) 454 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-08T18:03:01.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: cluster 2023-11-08T18:03:00.193509+0000 mon.smithi019 (mon.0) 455 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-08T18:03:01.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: audit 2023-11-08T18:03:00.194176+0000 mon.smithi019 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:03:01.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: audit 2023-11-08T18:03:00.194446+0000 mon.smithi019 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:03:01.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: audit 2023-11-08T18:03:00.194857+0000 mon.smithi019 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:03:01.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: audit 2023-11-08T18:03:00.195028+0000 mon.smithi019 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:01.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: audit 2023-11-08T18:03:00.195193+0000 mon.smithi019 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:03:01.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: audit 2023-11-08T18:03:00.195356+0000 mon.smithi019 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:01.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: audit 2023-11-08T18:03:00.195577+0000 mon.smithi019 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 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-08T18:03:01.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: audit 2023-11-08T18:03:00.198316+0000 mon.smithi122 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.122:6816/2852744888,v1:172.21.15.122:6817/2852744888]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2023-11-08T18:03:01.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: audit 2023-11-08T18:03:00.660008+0000 mon.smithi019 (mon.0) 463 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2023-11-08T18:03:01.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: audit 2023-11-08T18:03:01.196921+0000 mon.smithi019 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 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-08T18:03:01.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: audit 2023-11-08T18:03:01.197113+0000 mon.smithi019 (mon.0) 465 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2023-11-08T18:03:01.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: cluster 2023-11-08T18:03:01.197320+0000 mon.smithi019 (mon.0) 466 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-11-08T18:03:01.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: audit 2023-11-08T18:03:01.197587+0000 mon.smithi019 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:03:01.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: audit 2023-11-08T18:03:01.198200+0000 mon.smithi019 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:03:01.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: cluster 2023-11-08T18:03:01.198781+0000 mgr.smithi019.obqwgt (mgr.14180) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-08T18:03:01.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: audit 2023-11-08T18:03:01.198806+0000 mon.smithi019 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:01.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: audit 2023-11-08T18:03:01.199279+0000 mon.smithi019 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:03:01.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: audit 2023-11-08T18:03:01.199779+0000 mon.smithi019 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:01.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: audit 2023-11-08T18:03:01.200514+0000 mon.smithi019 (mon.0) 472 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-08T18:03:01.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: audit 2023-11-08T18:03:01.205136+0000 mon.smithi019 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:03:01.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:01 smithi019 bash[24123]: audit 2023-11-08T18:03:01.538538+0000 mon.smithi019 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.19:0/1099904716' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:03:01.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: cluster 2023-11-08T18:02:58.876514+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T18:03:01.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: cluster 2023-11-08T18:02:58.876632+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T18:03:01.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: cluster 2023-11-08T18:03:00.193387+0000 mon.smithi019 (mon.0) 453 : cluster [INF] osd.1 [v2:172.21.15.19:6802/3874362384,v1:172.21.15.19:6803/3874362384] boot 2023-11-08T18:03:01.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: audit 2023-11-08T18:03:00.193453+0000 mon.smithi019 (mon.0) 454 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-08T18:03:01.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: cluster 2023-11-08T18:03:00.193509+0000 mon.smithi019 (mon.0) 455 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-08T18:03:01.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: audit 2023-11-08T18:03:00.194176+0000 mon.smithi019 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T18:03:01.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: audit 2023-11-08T18:03:00.194446+0000 mon.smithi019 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:03:01.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: audit 2023-11-08T18:03:00.194857+0000 mon.smithi019 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:03:01.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: audit 2023-11-08T18:03:00.195028+0000 mon.smithi019 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:01.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: audit 2023-11-08T18:03:00.195193+0000 mon.smithi019 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:03:01.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: audit 2023-11-08T18:03:00.195356+0000 mon.smithi019 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:01.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: audit 2023-11-08T18:03:00.195577+0000 mon.smithi019 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 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-08T18:03:01.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: audit 2023-11-08T18:03:00.198316+0000 mon.smithi122 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.122:6816/2852744888,v1:172.21.15.122:6817/2852744888]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2023-11-08T18:03:01.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: audit 2023-11-08T18:03:00.660008+0000 mon.smithi019 (mon.0) 463 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2023-11-08T18:03:01.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: audit 2023-11-08T18:03:01.196921+0000 mon.smithi019 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 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-08T18:03:01.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: audit 2023-11-08T18:03:01.197113+0000 mon.smithi019 (mon.0) 465 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2023-11-08T18:03:01.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: cluster 2023-11-08T18:03:01.197320+0000 mon.smithi019 (mon.0) 466 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-11-08T18:03:01.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: audit 2023-11-08T18:03:01.197587+0000 mon.smithi019 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:03:01.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: audit 2023-11-08T18:03:01.198200+0000 mon.smithi019 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:03:01.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: cluster 2023-11-08T18:03:01.198781+0000 mgr.smithi019.obqwgt (mgr.14180) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-08T18:03:01.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: audit 2023-11-08T18:03:01.198806+0000 mon.smithi019 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:01.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: audit 2023-11-08T18:03:01.199279+0000 mon.smithi019 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:03:01.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: audit 2023-11-08T18:03:01.199779+0000 mon.smithi019 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:01.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: audit 2023-11-08T18:03:01.200514+0000 mon.smithi019 (mon.0) 472 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-08T18:03:01.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: audit 2023-11-08T18:03:01.205136+0000 mon.smithi019 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:03:01.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:01 smithi122 bash[28108]: audit 2023-11-08T18:03:01.538538+0000 mon.smithi019 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.19:0/1099904716' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:03:02.692 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":25,"num_osds":8,"num_up_osds":3,"osd_up_since":1699466580,"num_in_osds":8,"osd_in_since":1699466544,"num_remapped_pgs":0} 2023-11-08T18:03:03.255 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:03 smithi019 bash[24123]: cluster 2023-11-08T18:03:00.527276+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T18:03:03.256 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:03 smithi019 bash[24123]: cluster 2023-11-08T18:03:00.527376+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T18:03:03.256 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:03 smithi019 bash[24123]: audit 2023-11-08T18:03:02.197606+0000 mon.smithi019 (mon.0) 475 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-08T18:03:03.256 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:03 smithi019 bash[24123]: cluster 2023-11-08T18:03:02.197707+0000 mon.smithi019 (mon.0) 476 : cluster [INF] osd.4 [v2:172.21.15.122:6816/2852744888,v1:172.21.15.122:6817/2852744888] boot 2023-11-08T18:03:03.256 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:03 smithi019 bash[24123]: cluster 2023-11-08T18:03:02.197739+0000 mon.smithi019 (mon.0) 477 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-08T18:03:03.257 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:03 smithi019 bash[24123]: audit 2023-11-08T18:03:02.198115+0000 mon.smithi019 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:03:03.257 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:03 smithi019 bash[24123]: audit 2023-11-08T18:03:02.198656+0000 mon.smithi019 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:03:03.257 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:03 smithi019 bash[24123]: audit 2023-11-08T18:03:02.199041+0000 mon.smithi019 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:03.257 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:03 smithi019 bash[24123]: audit 2023-11-08T18:03:02.199328+0000 mon.smithi019 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:03:03.257 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:03 smithi019 bash[24123]: audit 2023-11-08T18:03:02.199642+0000 mon.smithi019 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:03.257 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:03 smithi019 bash[24123]: audit 2023-11-08T18:03:02.995943+0000 mon.smithi019 (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:03.258 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:03 smithi019 bash[24123]: audit 2023-11-08T18:03:02.997420+0000 mon.smithi019 (mon.0) 484 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-08T18:03:03.258 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:03 smithi019 bash[24123]: audit 2023-11-08T18:03:02.998685+0000 mon.smithi019 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:03:03.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:03 smithi122 bash[28108]: cluster 2023-11-08T18:03:00.527276+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T18:03:03.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:03 smithi122 bash[28108]: cluster 2023-11-08T18:03:00.527376+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T18:03:03.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:03 smithi122 bash[28108]: audit 2023-11-08T18:03:02.197606+0000 mon.smithi019 (mon.0) 475 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-08T18:03:03.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:03 smithi122 bash[28108]: cluster 2023-11-08T18:03:02.197707+0000 mon.smithi019 (mon.0) 476 : cluster [INF] osd.4 [v2:172.21.15.122:6816/2852744888,v1:172.21.15.122:6817/2852744888] boot 2023-11-08T18:03:03.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:03 smithi122 bash[28108]: cluster 2023-11-08T18:03:02.197739+0000 mon.smithi019 (mon.0) 477 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-08T18:03:03.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:03 smithi122 bash[28108]: audit 2023-11-08T18:03:02.198115+0000 mon.smithi019 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:03:03.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:03 smithi122 bash[28108]: audit 2023-11-08T18:03:02.198656+0000 mon.smithi019 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T18:03:03.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:03 smithi122 bash[28108]: audit 2023-11-08T18:03:02.199041+0000 mon.smithi019 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:03.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:03 smithi122 bash[28108]: audit 2023-11-08T18:03:02.199328+0000 mon.smithi019 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:03:03.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:03 smithi122 bash[28108]: audit 2023-11-08T18:03:02.199642+0000 mon.smithi019 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:03.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:03 smithi122 bash[28108]: audit 2023-11-08T18:03:02.995943+0000 mon.smithi019 (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:03.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:03 smithi122 bash[28108]: audit 2023-11-08T18:03:02.997420+0000 mon.smithi019 (mon.0) 484 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-08T18:03:03.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:03 smithi122 bash[28108]: audit 2023-11-08T18:03:02.998685+0000 mon.smithi019 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:03:03.694 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T18:03:04.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:04 smithi122 bash[28108]: cephadm 2023-11-08T18:03:02.999838+0000 mgr.smithi019.obqwgt (mgr.14180) 119 : cephadm [INF] Deploying daemon osd.7 on smithi019 2023-11-08T18:03:04.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:04 smithi122 bash[28108]: cluster 2023-11-08T18:03:03.199146+0000 mgr.smithi019.obqwgt (mgr.14180) 120 : cluster [DBG] pgmap v92: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-08T18:03:04.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:04 smithi122 bash[28108]: cluster 2023-11-08T18:03:03.206974+0000 mon.smithi019 (mon.0) 486 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-11-08T18:03:04.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:04 smithi122 bash[28108]: audit 2023-11-08T18:03:03.207114+0000 mon.smithi019 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:03:04.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:04 smithi122 bash[28108]: audit 2023-11-08T18:03:03.207462+0000 mon.smithi019 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:04.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:04 smithi122 bash[28108]: audit 2023-11-08T18:03:03.207794+0000 mon.smithi019 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:03:04.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:04 smithi122 bash[28108]: audit 2023-11-08T18:03:03.208086+0000 mon.smithi019 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:04.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:04 smithi122 bash[28108]: audit 2023-11-08T18:03:03.432661+0000 mon.smithi019 (mon.0) 491 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T18:03:04.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:04 smithi122 bash[28108]: audit 2023-11-08T18:03:03.433024+0000 mon.smithi122 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.122:6824/2149261475,v1:172.21.15.122:6825/2149261475]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T18:03:04.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:04 smithi019 bash[24123]: cephadm 2023-11-08T18:03:02.999838+0000 mgr.smithi019.obqwgt (mgr.14180) 119 : cephadm [INF] Deploying daemon osd.7 on smithi019 2023-11-08T18:03:04.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:04 smithi019 bash[24123]: cluster 2023-11-08T18:03:03.199146+0000 mgr.smithi019.obqwgt (mgr.14180) 120 : cluster [DBG] pgmap v92: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-08T18:03:04.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:04 smithi019 bash[24123]: cluster 2023-11-08T18:03:03.206974+0000 mon.smithi019 (mon.0) 486 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-11-08T18:03:04.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:04 smithi019 bash[24123]: audit 2023-11-08T18:03:03.207114+0000 mon.smithi019 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:03:04.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:04 smithi019 bash[24123]: audit 2023-11-08T18:03:03.207462+0000 mon.smithi019 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:04.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:04 smithi019 bash[24123]: audit 2023-11-08T18:03:03.207794+0000 mon.smithi019 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:03:04.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:04 smithi019 bash[24123]: audit 2023-11-08T18:03:03.208086+0000 mon.smithi019 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:04.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:04 smithi019 bash[24123]: audit 2023-11-08T18:03:03.432661+0000 mon.smithi019 (mon.0) 491 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T18:03:04.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:04 smithi019 bash[24123]: audit 2023-11-08T18:03:03.433024+0000 mon.smithi122 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.122:6824/2149261475,v1:172.21.15.122:6825/2149261475]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T18:03:05.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:05 smithi122 bash[28108]: audit 2023-11-08T18:03:04.386185+0000 mon.smithi019 (mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-08T18:03:05.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:05 smithi122 bash[28108]: cluster 2023-11-08T18:03:04.386411+0000 mon.smithi019 (mon.0) 493 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2023-11-08T18:03:05.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:05 smithi122 bash[28108]: audit 2023-11-08T18:03:04.386619+0000 mon.smithi019 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:03:05.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:05 smithi122 bash[28108]: audit 2023-11-08T18:03:04.387071+0000 mon.smithi019 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:05.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:05 smithi122 bash[28108]: audit 2023-11-08T18:03:04.387315+0000 mon.smithi019 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:03:05.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:05 smithi122 bash[28108]: audit 2023-11-08T18:03:04.387588+0000 mon.smithi019 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:05.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:05 smithi122 bash[28108]: audit 2023-11-08T18:03:04.388045+0000 mon.smithi019 (mon.0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2023-11-08T18:03:05.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:05 smithi122 bash[28108]: audit 2023-11-08T18:03:04.388713+0000 mon.smithi122 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.122:6824/2149261475,v1:172.21.15.122:6825/2149261475]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2023-11-08T18:03:05.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:05 smithi122 bash[28108]: audit 2023-11-08T18:03:04.907308+0000 mon.smithi019 (mon.0) 499 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/2740823406,v1:172.21.15.19:6811/2740823406]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-08T18:03:05.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:05 smithi122 bash[28108]: cluster 2023-11-08T18:03:05.199544+0000 mgr.smithi019.obqwgt (mgr.14180) 121 : cluster [DBG] pgmap v95: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-08T18:03:05.562 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:05 smithi019 bash[24123]: audit 2023-11-08T18:03:04.386185+0000 mon.smithi019 (mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-08T18:03:05.562 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:05 smithi019 bash[24123]: cluster 2023-11-08T18:03:04.386411+0000 mon.smithi019 (mon.0) 493 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2023-11-08T18:03:05.562 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:05 smithi019 bash[24123]: audit 2023-11-08T18:03:04.386619+0000 mon.smithi019 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:03:05.563 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:05 smithi019 bash[24123]: audit 2023-11-08T18:03:04.387071+0000 mon.smithi019 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:05.563 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:05 smithi019 bash[24123]: audit 2023-11-08T18:03:04.387315+0000 mon.smithi019 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:03:05.563 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:05 smithi019 bash[24123]: audit 2023-11-08T18:03:04.387588+0000 mon.smithi019 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:05.563 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:05 smithi019 bash[24123]: audit 2023-11-08T18:03:04.388045+0000 mon.smithi019 (mon.0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2023-11-08T18:03:05.563 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:05 smithi019 bash[24123]: audit 2023-11-08T18:03:04.388713+0000 mon.smithi122 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.122:6824/2149261475,v1:172.21.15.122:6825/2149261475]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]: dispatch 2023-11-08T18:03:05.564 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:05 smithi019 bash[24123]: audit 2023-11-08T18:03:04.907308+0000 mon.smithi019 (mon.0) 499 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/2740823406,v1:172.21.15.19:6811/2740823406]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-08T18:03:05.564 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:05 smithi019 bash[24123]: cluster 2023-11-08T18:03:05.199544+0000 mgr.smithi019.obqwgt (mgr.14180) 121 : cluster [DBG] pgmap v95: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-08T18:03:06.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:06 smithi019 bash[24123]: audit 2023-11-08T18:03:05.387186+0000 mon.smithi019 (mon.0) 500 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2023-11-08T18:03:06.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:06 smithi019 bash[24123]: audit 2023-11-08T18:03:05.387340+0000 mon.smithi019 (mon.0) 501 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/2740823406,v1:172.21.15.19:6811/2740823406]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-08T18:03:06.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:06 smithi019 bash[24123]: cluster 2023-11-08T18:03:05.387422+0000 mon.smithi019 (mon.0) 502 : cluster [DBG] osdmap e29: 8 total, 4 up, 8 in 2023-11-08T18:03:06.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:06 smithi019 bash[24123]: audit 2023-11-08T18:03:05.388286+0000 mon.smithi019 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:03:06.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:06 smithi019 bash[24123]: audit 2023-11-08T18:03:05.389174+0000 mon.smithi019 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:06.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:06 smithi019 bash[24123]: audit 2023-11-08T18:03:05.389631+0000 mon.smithi019 (mon.0) 505 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/2740823406,v1:172.21.15.19:6811/2740823406]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-11-08T18:03:06.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:06 smithi019 bash[24123]: audit 2023-11-08T18:03:05.390353+0000 mon.smithi019 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:03:06.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:06 smithi019 bash[24123]: audit 2023-11-08T18:03:05.394885+0000 mon.smithi019 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:06.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:06 smithi019 bash[24123]: audit 2023-11-08T18:03:05.395232+0000 mon.smithi019 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:03:06.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:06 smithi019 bash[24123]: audit 2023-11-08T18:03:05.706918+0000 mon.smithi019 (mon.0) 509 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:06.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:06 smithi122 bash[28108]: audit 2023-11-08T18:03:05.387186+0000 mon.smithi019 (mon.0) 500 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi122", "root=default"]}]': finished 2023-11-08T18:03:06.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:06 smithi122 bash[28108]: audit 2023-11-08T18:03:05.387340+0000 mon.smithi019 (mon.0) 501 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/2740823406,v1:172.21.15.19:6811/2740823406]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-08T18:03:06.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:06 smithi122 bash[28108]: cluster 2023-11-08T18:03:05.387422+0000 mon.smithi019 (mon.0) 502 : cluster [DBG] osdmap e29: 8 total, 4 up, 8 in 2023-11-08T18:03:06.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:06 smithi122 bash[28108]: audit 2023-11-08T18:03:05.388286+0000 mon.smithi019 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:03:06.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:06 smithi122 bash[28108]: audit 2023-11-08T18:03:05.389174+0000 mon.smithi019 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:06.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:06 smithi122 bash[28108]: audit 2023-11-08T18:03:05.389631+0000 mon.smithi019 (mon.0) 505 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/2740823406,v1:172.21.15.19:6811/2740823406]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-11-08T18:03:06.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:06 smithi122 bash[28108]: audit 2023-11-08T18:03:05.390353+0000 mon.smithi019 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:03:06.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:06 smithi122 bash[28108]: audit 2023-11-08T18:03:05.394885+0000 mon.smithi019 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:06.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:06 smithi122 bash[28108]: audit 2023-11-08T18:03:05.395232+0000 mon.smithi019 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:03:06.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:06 smithi122 bash[28108]: audit 2023-11-08T18:03:05.706918+0000 mon.smithi019 (mon.0) 509 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:07.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:07 smithi122 bash[28108]: cluster 2023-11-08T18:03:04.398629+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T18:03:07.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:07 smithi122 bash[28108]: cluster 2023-11-08T18:03:04.398693+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T18:03:07.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:07 smithi122 bash[28108]: audit 2023-11-08T18:03:06.391696+0000 mon.smithi019 (mon.0) 510 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/2740823406,v1:172.21.15.19:6811/2740823406]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-11-08T18:03:07.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:07 smithi122 bash[28108]: cluster 2023-11-08T18:03:06.391979+0000 mon.smithi019 (mon.0) 511 : cluster [INF] osd.6 [v2:172.21.15.122:6824/2149261475,v1:172.21.15.122:6825/2149261475] boot 2023-11-08T18:03:07.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:07 smithi122 bash[28108]: cluster 2023-11-08T18:03:06.392120+0000 mon.smithi019 (mon.0) 512 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-11-08T18:03:07.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:07 smithi122 bash[28108]: audit 2023-11-08T18:03:06.392684+0000 mon.smithi019 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:03:07.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:07 smithi122 bash[28108]: audit 2023-11-08T18:03:06.393558+0000 mon.smithi019 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:07.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:07 smithi122 bash[28108]: audit 2023-11-08T18:03:06.394274+0000 mon.smithi019 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:03:07.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:07 smithi122 bash[28108]: audit 2023-11-08T18:03:06.394581+0000 mon.smithi019 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:07.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:07 smithi122 bash[28108]: audit 2023-11-08T18:03:06.399458+0000 mon.smithi019 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:03:07.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:07 smithi122 bash[28108]: cluster 2023-11-08T18:03:07.200200+0000 mgr.smithi019.obqwgt (mgr.14180) 122 : cluster [DBG] pgmap v98: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-08T18:03:07.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:07 smithi019 bash[24123]: cluster 2023-11-08T18:03:04.398629+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T18:03:07.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:07 smithi019 bash[24123]: cluster 2023-11-08T18:03:04.398693+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T18:03:07.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:07 smithi019 bash[24123]: audit 2023-11-08T18:03:06.391696+0000 mon.smithi019 (mon.0) 510 : audit [INF] from='osd.3 [v2:172.21.15.19:6810/2740823406,v1:172.21.15.19:6811/2740823406]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-11-08T18:03:07.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:07 smithi019 bash[24123]: cluster 2023-11-08T18:03:06.391979+0000 mon.smithi019 (mon.0) 511 : cluster [INF] osd.6 [v2:172.21.15.122:6824/2149261475,v1:172.21.15.122:6825/2149261475] boot 2023-11-08T18:03:07.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:07 smithi019 bash[24123]: cluster 2023-11-08T18:03:06.392120+0000 mon.smithi019 (mon.0) 512 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-11-08T18:03:07.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:07 smithi019 bash[24123]: audit 2023-11-08T18:03:06.392684+0000 mon.smithi019 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:03:07.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:07 smithi019 bash[24123]: audit 2023-11-08T18:03:06.393558+0000 mon.smithi019 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:07.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:07 smithi019 bash[24123]: audit 2023-11-08T18:03:06.394274+0000 mon.smithi019 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T18:03:07.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:07 smithi019 bash[24123]: audit 2023-11-08T18:03:06.394581+0000 mon.smithi019 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:07.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:07 smithi019 bash[24123]: audit 2023-11-08T18:03:06.399458+0000 mon.smithi019 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:03:07.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:07 smithi019 bash[24123]: cluster 2023-11-08T18:03:07.200200+0000 mgr.smithi019.obqwgt (mgr.14180) 122 : cluster [DBG] pgmap v98: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-08T18:03:08.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:08 smithi019 bash[24123]: cluster 2023-11-08T18:03:05.863825+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T18:03:08.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:08 smithi019 bash[24123]: cluster 2023-11-08T18:03:05.863960+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T18:03:08.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:08 smithi019 bash[24123]: cluster 2023-11-08T18:03:07.394924+0000 mon.smithi019 (mon.0) 518 : cluster [INF] osd.3 [v2:172.21.15.19:6810/2740823406,v1:172.21.15.19:6811/2740823406] boot 2023-11-08T18:03:08.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:08 smithi019 bash[24123]: cluster 2023-11-08T18:03:07.395009+0000 mon.smithi019 (mon.0) 519 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-11-08T18:03:08.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:08 smithi019 bash[24123]: audit 2023-11-08T18:03:07.395867+0000 mon.smithi019 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:03:08.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:08 smithi019 bash[24123]: audit 2023-11-08T18:03:07.396158+0000 mon.smithi019 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:08.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:08 smithi019 bash[24123]: audit 2023-11-08T18:03:07.396480+0000 mon.smithi019 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:08.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:08 smithi019 bash[24123]: cluster 2023-11-08T18:03:08.382680+0000 mon.smithi019 (mon.0) 523 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-08T18:03:08.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:08 smithi019 bash[24123]: audit 2023-11-08T18:03:08.383188+0000 mon.smithi019 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:08.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:08 smithi019 bash[24123]: audit 2023-11-08T18:03:08.384070+0000 mon.smithi019 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:08.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:08 smithi122 bash[28108]: cluster 2023-11-08T18:03:05.863825+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T18:03:08.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:08 smithi122 bash[28108]: cluster 2023-11-08T18:03:05.863960+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T18:03:08.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:08 smithi122 bash[28108]: cluster 2023-11-08T18:03:07.394924+0000 mon.smithi019 (mon.0) 518 : cluster [INF] osd.3 [v2:172.21.15.19:6810/2740823406,v1:172.21.15.19:6811/2740823406] boot 2023-11-08T18:03:08.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:08 smithi122 bash[28108]: cluster 2023-11-08T18:03:07.395009+0000 mon.smithi019 (mon.0) 519 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-11-08T18:03:08.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:08 smithi122 bash[28108]: audit 2023-11-08T18:03:07.395867+0000 mon.smithi019 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T18:03:08.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:08 smithi122 bash[28108]: audit 2023-11-08T18:03:07.396158+0000 mon.smithi019 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:08.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:08 smithi122 bash[28108]: audit 2023-11-08T18:03:07.396480+0000 mon.smithi019 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:08.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:08 smithi122 bash[28108]: cluster 2023-11-08T18:03:08.382680+0000 mon.smithi019 (mon.0) 523 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-08T18:03:08.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:08 smithi122 bash[28108]: audit 2023-11-08T18:03:08.383188+0000 mon.smithi019 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:08.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:08 smithi122 bash[28108]: audit 2023-11-08T18:03:08.384070+0000 mon.smithi019 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:09.674 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:09 smithi019 bash[24123]: cluster 2023-11-08T18:03:09.200740+0000 mgr.smithi019.obqwgt (mgr.14180) 123 : cluster [DBG] pgmap v101: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T18:03:09.674 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:09 smithi019 bash[24123]: cluster 2023-11-08T18:03:09.390229+0000 mon.smithi019 (mon.0) 526 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-11-08T18:03:09.674 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:09 smithi019 bash[24123]: audit 2023-11-08T18:03:09.390473+0000 mon.smithi019 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:09.675 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:09 smithi019 bash[24123]: audit 2023-11-08T18:03:09.391219+0000 mon.smithi019 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:09.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:09 smithi122 bash[28108]: cluster 2023-11-08T18:03:09.200740+0000 mgr.smithi019.obqwgt (mgr.14180) 123 : cluster [DBG] pgmap v101: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T18:03:09.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:09 smithi122 bash[28108]: cluster 2023-11-08T18:03:09.390229+0000 mon.smithi019 (mon.0) 526 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-11-08T18:03:09.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:09 smithi122 bash[28108]: audit 2023-11-08T18:03:09.390473+0000 mon.smithi019 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:09.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:09 smithi122 bash[28108]: audit 2023-11-08T18:03:09.391219+0000 mon.smithi019 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:09.877 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:03:10.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:10 smithi019 bash[24123]: audit 2023-11-08T18:03:09.874103+0000 mon.smithi019 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.19:0/3872878113' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:03:10.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:10 smithi122 bash[28108]: audit 2023-11-08T18:03:09.874103+0000 mon.smithi019 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.19:0/3872878113' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:03:11.000 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":33,"num_osds":8,"num_up_osds":6,"osd_up_since":1699466587,"num_in_osds":8,"osd_in_since":1699466544,"num_remapped_pgs":0} 2023-11-08T18:03:11.499 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:11 smithi019 bash[24123]: cluster 2023-11-08T18:03:11.201241+0000 mgr.smithi019.obqwgt (mgr.14180) 124 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T18:03:11.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:11 smithi122 bash[28108]: cluster 2023-11-08T18:03:11.201241+0000 mgr.smithi019.obqwgt (mgr.14180) 124 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T18:03:12.001 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T18:03:12.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:12 smithi019 bash[24123]: audit 2023-11-08T18:03:11.473332+0000 mon.smithi019 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:12.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:12 smithi122 bash[28108]: audit 2023-11-08T18:03:11.473332+0000 mon.smithi019 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:13.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:13 smithi019 bash[24123]: cluster 2023-11-08T18:03:13.201878+0000 mgr.smithi019.obqwgt (mgr.14180) 125 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T18:03:13.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:13 smithi019 bash[24123]: audit 2023-11-08T18:03:13.348934+0000 mon.smithi019 (mon.0) 531 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/3397713243,v1:172.21.15.19:6819/3397713243]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-08T18:03:13.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:13 smithi122 bash[28108]: cluster 2023-11-08T18:03:13.201878+0000 mgr.smithi019.obqwgt (mgr.14180) 125 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T18:03:13.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:13 smithi122 bash[28108]: audit 2023-11-08T18:03:13.348934+0000 mon.smithi019 (mon.0) 531 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/3397713243,v1:172.21.15.19:6819/3397713243]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-08T18:03:14.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:14 smithi019 bash[24123]: audit 2023-11-08T18:03:13.482871+0000 mon.smithi019 (mon.0) 532 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/3397713243,v1:172.21.15.19:6819/3397713243]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-08T18:03:14.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:14 smithi019 bash[24123]: cluster 2023-11-08T18:03:13.482961+0000 mon.smithi019 (mon.0) 533 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-11-08T18:03:14.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:14 smithi019 bash[24123]: audit 2023-11-08T18:03:13.483346+0000 mon.smithi019 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:14.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:14 smithi019 bash[24123]: audit 2023-11-08T18:03:13.483871+0000 mon.smithi019 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:14.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:14 smithi019 bash[24123]: audit 2023-11-08T18:03:13.484236+0000 mon.smithi019 (mon.0) 536 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/3397713243,v1:172.21.15.19:6819/3397713243]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-11-08T18:03:14.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:14 smithi122 bash[28108]: audit 2023-11-08T18:03:13.482871+0000 mon.smithi019 (mon.0) 532 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/3397713243,v1:172.21.15.19:6819/3397713243]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-08T18:03:14.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:14 smithi122 bash[28108]: cluster 2023-11-08T18:03:13.482961+0000 mon.smithi019 (mon.0) 533 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-11-08T18:03:14.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:14 smithi122 bash[28108]: audit 2023-11-08T18:03:13.483346+0000 mon.smithi019 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:14.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:14 smithi122 bash[28108]: audit 2023-11-08T18:03:13.483871+0000 mon.smithi019 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:14.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:14 smithi122 bash[28108]: audit 2023-11-08T18:03:13.484236+0000 mon.smithi019 (mon.0) 536 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/3397713243,v1:172.21.15.19:6819/3397713243]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-11-08T18:03:15.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:15 smithi019 bash[24123]: audit 2023-11-08T18:03:14.484717+0000 mon.smithi019 (mon.0) 537 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/3397713243,v1:172.21.15.19:6819/3397713243]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-11-08T18:03:15.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:15 smithi019 bash[24123]: cluster 2023-11-08T18:03:14.484829+0000 mon.smithi019 (mon.0) 538 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2023-11-08T18:03:15.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:15 smithi019 bash[24123]: audit 2023-11-08T18:03:14.485270+0000 mon.smithi019 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:15.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:15 smithi019 bash[24123]: audit 2023-11-08T18:03:14.485611+0000 mon.smithi019 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:15.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:15 smithi019 bash[24123]: audit 2023-11-08T18:03:14.491548+0000 mon.smithi019 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:15.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:15 smithi019 bash[24123]: cluster 2023-11-08T18:03:15.202254+0000 mgr.smithi019.obqwgt (mgr.14180) 126 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T18:03:15.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:15 smithi122 bash[28108]: audit 2023-11-08T18:03:14.484717+0000 mon.smithi019 (mon.0) 537 : audit [INF] from='osd.5 [v2:172.21.15.19:6818/3397713243,v1:172.21.15.19:6819/3397713243]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-11-08T18:03:15.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:15 smithi122 bash[28108]: cluster 2023-11-08T18:03:14.484829+0000 mon.smithi019 (mon.0) 538 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2023-11-08T18:03:15.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:15 smithi122 bash[28108]: audit 2023-11-08T18:03:14.485270+0000 mon.smithi019 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:15.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:15 smithi122 bash[28108]: audit 2023-11-08T18:03:14.485611+0000 mon.smithi019 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:15.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:15 smithi122 bash[28108]: audit 2023-11-08T18:03:14.491548+0000 mon.smithi019 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:15.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:15 smithi122 bash[28108]: cluster 2023-11-08T18:03:15.202254+0000 mgr.smithi019.obqwgt (mgr.14180) 126 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T18:03:16.482 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:03:16.713 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:16 smithi019 bash[24123]: cluster 2023-11-08T18:03:14.302271+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T18:03:16.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:16 smithi019 bash[24123]: cluster 2023-11-08T18:03:14.302367+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T18:03:16.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:16 smithi019 bash[24123]: cluster 2023-11-08T18:03:15.496659+0000 mon.smithi019 (mon.0) 542 : cluster [INF] osd.5 [v2:172.21.15.19:6818/3397713243,v1:172.21.15.19:6819/3397713243] boot 2023-11-08T18:03:16.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:16 smithi019 bash[24123]: cluster 2023-11-08T18:03:15.496760+0000 mon.smithi019 (mon.0) 543 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-11-08T18:03:16.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:16 smithi019 bash[24123]: audit 2023-11-08T18:03:15.497311+0000 mon.smithi019 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:16.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:16 smithi019 bash[24123]: audit 2023-11-08T18:03:15.497827+0000 mon.smithi019 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:16.715 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:16 smithi019 bash[24123]: audit 2023-11-08T18:03:16.480623+0000 mon.smithi019 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.19:0/2502646299' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:03:16.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:16 smithi122 bash[28108]: cluster 2023-11-08T18:03:14.302271+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T18:03:16.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:16 smithi122 bash[28108]: cluster 2023-11-08T18:03:14.302367+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T18:03:16.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:16 smithi122 bash[28108]: cluster 2023-11-08T18:03:15.496659+0000 mon.smithi019 (mon.0) 542 : cluster [INF] osd.5 [v2:172.21.15.19:6818/3397713243,v1:172.21.15.19:6819/3397713243] boot 2023-11-08T18:03:16.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:16 smithi122 bash[28108]: cluster 2023-11-08T18:03:15.496760+0000 mon.smithi019 (mon.0) 543 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-11-08T18:03:16.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:16 smithi122 bash[28108]: audit 2023-11-08T18:03:15.497311+0000 mon.smithi019 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T18:03:16.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:16 smithi122 bash[28108]: audit 2023-11-08T18:03:15.497827+0000 mon.smithi019 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:16.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:16 smithi122 bash[28108]: audit 2023-11-08T18:03:16.480623+0000 mon.smithi019 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.19:0/2502646299' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:03:17.190 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":36,"num_osds":8,"num_up_osds":7,"osd_up_since":1699466595,"num_in_osds":8,"osd_in_since":1699466544,"num_remapped_pgs":0} 2023-11-08T18:03:17.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:17 smithi019 bash[24123]: cluster 2023-11-08T18:03:16.511098+0000 mon.smithi019 (mon.0) 547 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-11-08T18:03:17.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:17 smithi019 bash[24123]: audit 2023-11-08T18:03:16.511249+0000 mon.smithi019 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:17.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:17 smithi019 bash[24123]: cluster 2023-11-08T18:03:17.202873+0000 mgr.smithi019.obqwgt (mgr.14180) 127 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T18:03:17.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:17 smithi122 bash[28108]: cluster 2023-11-08T18:03:16.511098+0000 mon.smithi019 (mon.0) 547 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-11-08T18:03:17.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:17 smithi122 bash[28108]: audit 2023-11-08T18:03:16.511249+0000 mon.smithi019 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:17.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:17 smithi122 bash[28108]: cluster 2023-11-08T18:03:17.202873+0000 mgr.smithi019.obqwgt (mgr.14180) 127 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T18:03:18.192 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T18:03:19.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:19 smithi122 bash[28108]: cluster 2023-11-08T18:03:19.203378+0000 mgr.smithi019.obqwgt (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-08T18:03:19.720 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:19 smithi019 bash[24123]: cluster 2023-11-08T18:03:19.203378+0000 mgr.smithi019.obqwgt (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-08T18:03:20.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:20 smithi019 bash[24123]: audit 2023-11-08T18:03:20.018626+0000 mon.smithi019 (mon.0) 549 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/2781364325,v1:172.21.15.19:6827/2781364325]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-08T18:03:20.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:20 smithi122 bash[28108]: audit 2023-11-08T18:03:20.018626+0000 mon.smithi019 (mon.0) 549 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/2781364325,v1:172.21.15.19:6827/2781364325]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-08T18:03:21.422 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:21 smithi019 bash[24123]: audit 2023-11-08T18:03:20.401360+0000 mon.smithi019 (mon.0) 550 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/2781364325,v1:172.21.15.19:6827/2781364325]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-08T18:03:21.422 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:21 smithi019 bash[24123]: cluster 2023-11-08T18:03:20.401426+0000 mon.smithi019 (mon.0) 551 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-11-08T18:03:21.422 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:21 smithi019 bash[24123]: audit 2023-11-08T18:03:20.401601+0000 mon.smithi019 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:21.423 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:21 smithi019 bash[24123]: audit 2023-11-08T18:03:20.402255+0000 mon.smithi019 (mon.0) 553 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/2781364325,v1:172.21.15.19:6827/2781364325]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-11-08T18:03:21.423 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:21 smithi019 bash[24123]: cluster 2023-11-08T18:03:21.203952+0000 mgr.smithi019.obqwgt (mgr.14180) 129 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T18:03:21.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:21 smithi122 bash[28108]: audit 2023-11-08T18:03:20.401360+0000 mon.smithi019 (mon.0) 550 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/2781364325,v1:172.21.15.19:6827/2781364325]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-08T18:03:21.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:21 smithi122 bash[28108]: cluster 2023-11-08T18:03:20.401426+0000 mon.smithi019 (mon.0) 551 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-11-08T18:03:21.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:21 smithi122 bash[28108]: audit 2023-11-08T18:03:20.401601+0000 mon.smithi019 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:21.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:21 smithi122 bash[28108]: audit 2023-11-08T18:03:20.402255+0000 mon.smithi019 (mon.0) 553 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/2781364325,v1:172.21.15.19:6827/2781364325]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]: dispatch 2023-11-08T18:03:21.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:21 smithi122 bash[28108]: cluster 2023-11-08T18:03:21.203952+0000 mgr.smithi019.obqwgt (mgr.14180) 129 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T18:03:22.683 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:22 smithi019 bash[24123]: audit 2023-11-08T18:03:21.405980+0000 mon.smithi019 (mon.0) 554 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/2781364325,v1:172.21.15.19:6827/2781364325]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-11-08T18:03:22.683 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:22 smithi019 bash[24123]: cluster 2023-11-08T18:03:21.406135+0000 mon.smithi019 (mon.0) 555 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2023-11-08T18:03:22.683 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:22 smithi019 bash[24123]: audit 2023-11-08T18:03:21.406963+0000 mon.smithi019 (mon.0) 556 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:22.683 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:22 smithi019 bash[24123]: audit 2023-11-08T18:03:21.413674+0000 mon.smithi019 (mon.0) 557 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:22.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:22 smithi122 bash[28108]: audit 2023-11-08T18:03:21.405980+0000 mon.smithi019 (mon.0) 554 : audit [INF] from='osd.7 [v2:172.21.15.19:6826/2781364325,v1:172.21.15.19:6827/2781364325]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi019", "root=default"]}]': finished 2023-11-08T18:03:22.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:22 smithi122 bash[28108]: cluster 2023-11-08T18:03:21.406135+0000 mon.smithi019 (mon.0) 555 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2023-11-08T18:03:22.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:22 smithi122 bash[28108]: audit 2023-11-08T18:03:21.406963+0000 mon.smithi019 (mon.0) 556 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:22.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:22 smithi122 bash[28108]: audit 2023-11-08T18:03:21.413674+0000 mon.smithi019 (mon.0) 557 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:23.070 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:03:23.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:23 smithi019 bash[24123]: cluster 2023-11-08T18:03:21.042340+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T18:03:23.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:23 smithi019 bash[24123]: cluster 2023-11-08T18:03:21.042472+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T18:03:23.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:23 smithi019 bash[24123]: audit 2023-11-08T18:03:22.412048+0000 mon.smithi019 (mon.0) 558 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:23.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:23 smithi019 bash[24123]: cluster 2023-11-08T18:03:22.417244+0000 mon.smithi019 (mon.0) 559 : cluster [INF] osd.7 [v2:172.21.15.19:6826/2781364325,v1:172.21.15.19:6827/2781364325] boot 2023-11-08T18:03:23.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:23 smithi019 bash[24123]: cluster 2023-11-08T18:03:22.417334+0000 mon.smithi019 (mon.0) 560 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-08T18:03:23.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:23 smithi019 bash[24123]: audit 2023-11-08T18:03:22.417982+0000 mon.smithi019 (mon.0) 561 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:23.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:23 smithi019 bash[24123]: audit 2023-11-08T18:03:23.069063+0000 mon.smithi019 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.19:0/443357939' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:03:23.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:23 smithi019 bash[24123]: cluster 2023-11-08T18:03:23.204555+0000 mgr.smithi019.obqwgt (mgr.14180) 130 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T18:03:23.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:23 smithi019 bash[24123]: cluster 2023-11-08T18:03:23.387325+0000 mon.smithi019 (mon.0) 563 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-08T18:03:23.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:23 smithi122 bash[28108]: cluster 2023-11-08T18:03:21.042340+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T18:03:23.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:23 smithi122 bash[28108]: cluster 2023-11-08T18:03:21.042472+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T18:03:23.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:23 smithi122 bash[28108]: audit 2023-11-08T18:03:22.412048+0000 mon.smithi019 (mon.0) 558 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:23.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:23 smithi122 bash[28108]: cluster 2023-11-08T18:03:22.417244+0000 mon.smithi019 (mon.0) 559 : cluster [INF] osd.7 [v2:172.21.15.19:6826/2781364325,v1:172.21.15.19:6827/2781364325] boot 2023-11-08T18:03:23.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:23 smithi122 bash[28108]: cluster 2023-11-08T18:03:22.417334+0000 mon.smithi019 (mon.0) 560 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-08T18:03:23.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:23 smithi122 bash[28108]: audit 2023-11-08T18:03:22.417982+0000 mon.smithi019 (mon.0) 561 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T18:03:23.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:23 smithi122 bash[28108]: audit 2023-11-08T18:03:23.069063+0000 mon.smithi019 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.19:0/443357939' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T18:03:23.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:23 smithi122 bash[28108]: cluster 2023-11-08T18:03:23.204555+0000 mgr.smithi019.obqwgt (mgr.14180) 130 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T18:03:23.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:23 smithi122 bash[28108]: cluster 2023-11-08T18:03:23.387325+0000 mon.smithi019 (mon.0) 563 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-08T18:03:23.938 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":40,"num_osds":8,"num_up_osds":8,"osd_up_since":1699466602,"num_in_osds":8,"osd_in_since":1699466544,"num_remapped_pgs":1} 2023-11-08T18:03:23.939 INFO:tasks.cephadm:Setting up client nodes... 2023-11-08T18:03:23.940 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-08T18:03:25.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:25 smithi122 bash[28108]: cluster 2023-11-08T18:03:24.402221+0000 mon.smithi019 (mon.0) 564 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-08T18:03:25.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:25 smithi122 bash[28108]: audit 2023-11-08T18:03:24.704299+0000 mon.smithi019 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:25.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:25 smithi122 bash[28108]: audit 2023-11-08T18:03:24.710296+0000 mon.smithi019 (mon.0) 566 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:03:25.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:25 smithi122 bash[28108]: cluster 2023-11-08T18:03:25.205249+0000 mgr.smithi019.obqwgt (mgr.14180) 131 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:03:25.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:25 smithi019 bash[24123]: cluster 2023-11-08T18:03:24.402221+0000 mon.smithi019 (mon.0) 564 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-08T18:03:25.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:25 smithi019 bash[24123]: audit 2023-11-08T18:03:24.704299+0000 mon.smithi019 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:25.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:25 smithi019 bash[24123]: audit 2023-11-08T18:03:24.710296+0000 mon.smithi019 (mon.0) 566 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:03:25.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:25 smithi019 bash[24123]: cluster 2023-11-08T18:03:25.205249+0000 mgr.smithi019.obqwgt (mgr.14180) 131 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:03:27.229 INFO:teuthology.orchestra.run.smithi019.stdout:[client.0] 2023-11-08T18:03:27.229 INFO:teuthology.orchestra.run.smithi019.stdout: key = AQBvzUtlok4lDRAAaqqfhCR6amlRzggmMyW7cQ== 2023-11-08T18:03:27.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:27 smithi019 bash[24123]: audit 2023-11-08T18:03:27.220186+0000 mon.smithi019 (mon.0) 567 : audit [INF] from='client.? 172.21.15.19:0/72120043' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T18:03:27.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:27 smithi019 bash[24123]: audit 2023-11-08T18:03:27.227226+0000 mon.smithi019 (mon.0) 568 : audit [INF] from='client.? 172.21.15.19:0/72120043' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-08T18:03:27.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:27 smithi122 bash[28108]: audit 2023-11-08T18:03:27.220186+0000 mon.smithi019 (mon.0) 567 : audit [INF] from='client.? 172.21.15.19:0/72120043' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T18:03:27.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:27 smithi122 bash[28108]: audit 2023-11-08T18:03:27.227226+0000 mon.smithi019 (mon.0) 568 : audit [INF] from='client.? 172.21.15.19:0/72120043' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-08T18:03:27.903 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-08T18:03:27.903 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-08T18:03:27.904 DEBUG:teuthology.orchestra.run.smithi019:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-08T18:03:27.927 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-08T18:03:28.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:28 smithi122 bash[28108]: cluster 2023-11-08T18:03:27.205858+0000 mgr.smithi019.obqwgt (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-08T18:03:28.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:28 smithi019 bash[24123]: cluster 2023-11-08T18:03:27.205858+0000 mgr.smithi019.obqwgt (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-08T18:03:29.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:29 smithi122 bash[28108]: cluster 2023-11-08T18:03:29.206386+0000 mgr.smithi019.obqwgt (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-08T18:03:29.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:29 smithi019 bash[24123]: cluster 2023-11-08T18:03:29.206386+0000 mgr.smithi019.obqwgt (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-08T18:03:31.332 INFO:teuthology.orchestra.run.smithi122.stdout:[client.1] 2023-11-08T18:03:31.333 INFO:teuthology.orchestra.run.smithi122.stdout: key = AQBzzUtl30BoExAAvgvKXKkHZa+8knEiT0OBOw== 2023-11-08T18:03:31.385 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:31 smithi122 bash[28108]: audit 2023-11-08T18:03:30.120692+0000 mon.smithi019 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:31.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:31 smithi019 bash[24123]: audit 2023-11-08T18:03:30.120692+0000 mon.smithi019 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:32.029 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2023-11-08T18:03:32.030 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-08T18:03:32.030 DEBUG:teuthology.orchestra.run.smithi122:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-08T18:03:32.055 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T18:03:32.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:32 smithi019 bash[24123]: cluster 2023-11-08T18:03:31.206771+0000 mgr.smithi019.obqwgt (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-08T18:03:32.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:32 smithi019 bash[24123]: audit 2023-11-08T18:03:31.325275+0000 mon.smithi019 (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-08T18:03:32.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:32 smithi019 bash[24123]: audit 2023-11-08T18:03:31.325837+0000 mon.smithi122 (mon.1) 19 : audit [INF] from='client.? 172.21.15.122:0/4038313193' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T18:03:32.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:32 smithi019 bash[24123]: audit 2023-11-08T18:03:31.331233+0000 mon.smithi019 (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-08T18:03:32.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:32 smithi122 bash[28108]: cluster 2023-11-08T18:03:31.206771+0000 mgr.smithi019.obqwgt (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-08T18:03:32.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:32 smithi122 bash[28108]: audit 2023-11-08T18:03:31.325275+0000 mon.smithi019 (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-08T18:03:32.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:32 smithi122 bash[28108]: audit 2023-11-08T18:03:31.325837+0000 mon.smithi122 (mon.1) 19 : audit [INF] from='client.? 172.21.15.122:0/4038313193' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T18:03:32.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:32 smithi122 bash[28108]: audit 2023-11-08T18:03:31.331233+0000 mon.smithi019 (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-08T18:03:33.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:33 smithi122 bash[28108]: audit 2023-11-08T18:03:32.217485+0000 mon.smithi019 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:33.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:33 smithi019 bash[24123]: audit 2023-11-08T18:03:32.217485+0000 mon.smithi019 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:34.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:34 smithi019 bash[24123]: cluster 2023-11-08T18:03:33.207442+0000 mgr.smithi019.obqwgt (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-08T18:03:34.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:34 smithi122 bash[28108]: cluster 2023-11-08T18:03:33.207442+0000 mgr.smithi019.obqwgt (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-08T18:03:36.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:36 smithi122 bash[28108]: cluster 2023-11-08T18:03:35.208088+0000 mgr.smithi019.obqwgt (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-08T18:03:36.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:36 smithi019 bash[24123]: cluster 2023-11-08T18:03:35.208088+0000 mgr.smithi019.obqwgt (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-08T18:03:36.855 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:03:38.569 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:38 smithi019 bash[24123]: cluster 2023-11-08T18:03:37.208801+0000 mgr.smithi019.obqwgt (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-08T18:03:38.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:38 smithi122 bash[28108]: cluster 2023-11-08T18:03:37.208801+0000 mgr.smithi019.obqwgt (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-08T18:03:39.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:39 smithi122 bash[28108]: cluster 2023-11-08T18:03:39.209305+0000 mgr.smithi019.obqwgt (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-08T18:03:39.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:39 smithi019 bash[24123]: cluster 2023-11-08T18:03:39.209305+0000 mgr.smithi019.obqwgt (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-08T18:03:41.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:40 smithi019 bash[24123]: cephadm 2023-11-08T18:03:39.916117+0000 mgr.smithi019.obqwgt (mgr.14180) 139 : cephadm [INF] Detected new or changed devices on smithi122 2023-11-08T18:03:41.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:40 smithi019 bash[24123]: audit 2023-11-08T18:03:39.926955+0000 mon.smithi019 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:41.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:40 smithi019 bash[24123]: audit 2023-11-08T18:03:40.218306+0000 mon.smithi019 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:03:41.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:40 smithi019 bash[24123]: audit 2023-11-08T18:03:40.219991+0000 mon.smithi019 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:03:41.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:40 smithi019 bash[24123]: audit 2023-11-08T18:03:40.221457+0000 mon.smithi019 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:03:41.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:40 smithi019 bash[24123]: audit 2023-11-08T18:03:40.222872+0000 mon.smithi019 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:03:41.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:40 smithi019 bash[24123]: cephadm 2023-11-08T18:03:40.223964+0000 mgr.smithi019.obqwgt (mgr.14180) 140 : cephadm [INF] Adjusting osd_memory_target on smithi122 to 4028M 2023-11-08T18:03:41.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:40 smithi019 bash[24123]: audit 2023-11-08T18:03:40.230309+0000 mon.smithi019 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:41.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:40 smithi122 bash[28108]: cephadm 2023-11-08T18:03:39.916117+0000 mgr.smithi019.obqwgt (mgr.14180) 139 : cephadm [INF] Detected new or changed devices on smithi122 2023-11-08T18:03:41.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:40 smithi122 bash[28108]: audit 2023-11-08T18:03:39.926955+0000 mon.smithi019 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:41.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:40 smithi122 bash[28108]: audit 2023-11-08T18:03:40.218306+0000 mon.smithi019 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:03:41.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:40 smithi122 bash[28108]: audit 2023-11-08T18:03:40.219991+0000 mon.smithi019 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:03:41.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:40 smithi122 bash[28108]: audit 2023-11-08T18:03:40.221457+0000 mon.smithi019 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:03:41.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:40 smithi122 bash[28108]: audit 2023-11-08T18:03:40.222872+0000 mon.smithi019 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:03:41.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:40 smithi122 bash[28108]: cephadm 2023-11-08T18:03:40.223964+0000 mgr.smithi019.obqwgt (mgr.14180) 140 : cephadm [INF] Adjusting osd_memory_target on smithi122 to 4028M 2023-11-08T18:03:41.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:40 smithi122 bash[28108]: audit 2023-11-08T18:03:40.230309+0000 mon.smithi019 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:41.270 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:03:41.271 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":42,"fsid":"42fae158-7e60-11ee-8dbb-212e2dc638e7","created":"2023-11-08T17:58:16.734885+0000","modified":"2023-11-08T18:03:24.392497+0000","last_up_change":"2023-11-08T18:03:22.409729+0000","last_in_change":"2023-11-08T18:02:24.766600+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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-08T18:03:00.651397+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":"d3d4576b-126d-4213-a97e-5fe8e53e40f2","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.122:6800","nonce":1473675654},{"type":"v1","addr":"172.21.15.122:6801","nonce":1473675654}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6802","nonce":1473675654},{"type":"v1","addr":"172.21.15.122:6803","nonce":1473675654}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6806","nonce":1473675654},{"type":"v1","addr":"172.21.15.122:6807","nonce":1473675654}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6804","nonce":1473675654},{"type":"v1","addr":"172.21.15.122:6805","nonce":1473675654}]},"public_addr":"172.21.15.122:6801/1473675654","cluster_addr":"172.21.15.122:6803/1473675654","heartbeat_back_addr":"172.21.15.122:6807/1473675654","heartbeat_front_addr":"172.21.15.122:6805/1473675654","state":["exists","up"]},{"osd":1,"uuid":"415b6af7-7d2a-4ad2-ad75-dc149ae0cae6","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.19:6802","nonce":3874362384},{"type":"v1","addr":"172.21.15.19:6803","nonce":3874362384}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":3874362384},{"type":"v1","addr":"172.21.15.19:6805","nonce":3874362384}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":3874362384},{"type":"v1","addr":"172.21.15.19:6809","nonce":3874362384}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":3874362384},{"type":"v1","addr":"172.21.15.19:6807","nonce":3874362384}]},"public_addr":"172.21.15.19:6803/3874362384","cluster_addr":"172.21.15.19:6805/3874362384","heartbeat_back_addr":"172.21.15.19:6809/3874362384","heartbeat_front_addr":"172.21.15.19:6807/3874362384","state":["exists","up"]},{"osd":2,"uuid":"88563515-c03b-42fa-a374-b0ba88eff60a","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.122:6808","nonce":860580563},{"type":"v1","addr":"172.21.15.122:6809","nonce":860580563}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6810","nonce":860580563},{"type":"v1","addr":"172.21.15.122:6811","nonce":860580563}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6814","nonce":860580563},{"type":"v1","addr":"172.21.15.122:6815","nonce":860580563}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6812","nonce":860580563},{"type":"v1","addr":"172.21.15.122:6813","nonce":860580563}]},"public_addr":"172.21.15.122:6809/860580563","cluster_addr":"172.21.15.122:6811/860580563","heartbeat_back_addr":"172.21.15.122:6815/860580563","heartbeat_front_addr":"172.21.15.122:6813/860580563","state":["exists","up"]},{"osd":3,"uuid":"da7d9895-eebd-4492-b5ab-e030a08e1cbf","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.19:6810","nonce":2740823406},{"type":"v1","addr":"172.21.15.19:6811","nonce":2740823406}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6812","nonce":2740823406},{"type":"v1","addr":"172.21.15.19:6813","nonce":2740823406}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6816","nonce":2740823406},{"type":"v1","addr":"172.21.15.19:6817","nonce":2740823406}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6814","nonce":2740823406},{"type":"v1","addr":"172.21.15.19:6815","nonce":2740823406}]},"public_addr":"172.21.15.19:6811/2740823406","cluster_addr":"172.21.15.19:6813/2740823406","heartbeat_back_addr":"172.21.15.19:6817/2740823406","heartbeat_front_addr":"172.21.15.19:6815/2740823406","state":["exists","up"]},{"osd":4,"uuid":"40db5f54-1cdf-46bd-8e3d-a88b357823a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6816","nonce":2852744888},{"type":"v1","addr":"172.21.15.122:6817","nonce":2852744888}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6818","nonce":2852744888},{"type":"v1","addr":"172.21.15.122:6819","nonce":2852744888}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6822","nonce":2852744888},{"type":"v1","addr":"172.21.15.122:6823","nonce":2852744888}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6820","nonce":2852744888},{"type":"v1","addr":"172.21.15.122:6821","nonce":2852744888}]},"public_addr":"172.21.15.122:6817/2852744888","cluster_addr":"172.21.15.122:6819/2852744888","heartbeat_back_addr":"172.21.15.122:6823/2852744888","heartbeat_front_addr":"172.21.15.122:6821/2852744888","state":["exists","up"]},{"osd":5,"uuid":"63cd09cf-83d9-490b-8173-498edadeb40f","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.19:6818","nonce":3397713243},{"type":"v1","addr":"172.21.15.19:6819","nonce":3397713243}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6820","nonce":3397713243},{"type":"v1","addr":"172.21.15.19:6821","nonce":3397713243}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6824","nonce":3397713243},{"type":"v1","addr":"172.21.15.19:6825","nonce":3397713243}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6822","nonce":3397713243},{"type":"v1","addr":"172.21.15.19:6823","nonce":3397713243}]},"public_addr":"172.21.15.19:6819/3397713243","cluster_addr":"172.21.15.19:6821/3397713243","heartbeat_back_addr":"172.21.15.19:6825/3397713243","heartbeat_front_addr":"172.21.15.19:6823/3397713243","state":["exists","up"]},{"osd":6,"uuid":"176893de-30c7-4ba4-b324-a4276b5c9839","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6824","nonce":2149261475},{"type":"v1","addr":"172.21.15.122:6825","nonce":2149261475}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6826","nonce":2149261475},{"type":"v1","addr":"172.21.15.122:6827","nonce":2149261475}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6830","nonce":2149261475},{"type":"v1","addr":"172.21.15.122:6831","nonce":2149261475}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6828","nonce":2149261475},{"type":"v1","addr":"172.21.15.122:6829","nonce":2149261475}]},"public_addr":"172.21.15.122:6825/2149261475","cluster_addr":"172.21.15.122:6827/2149261475","heartbeat_back_addr":"172.21.15.122:6831/2149261475","heartbeat_front_addr":"172.21.15.122:6829/2149261475","state":["exists","up"]},{"osd":7,"uuid":"fdb1bd3e-e465-4647-929d-51bd88853ca6","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.19:6826","nonce":2781364325},{"type":"v1","addr":"172.21.15.19:6827","nonce":2781364325}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6828","nonce":2781364325},{"type":"v1","addr":"172.21.15.19:6829","nonce":2781364325}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6832","nonce":2781364325},{"type":"v1","addr":"172.21.15.19:6833","nonce":2781364325}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6830","nonce":2781364325},{"type":"v1","addr":"172.21.15.19:6831","nonce":2781364325}]},"public_addr":"172.21.15.19:6827/2781364325","cluster_addr":"172.21.15.19:6829/2781364325","heartbeat_back_addr":"172.21.15.19:6833/2781364325","heartbeat_front_addr":"172.21.15.19:6831/2781364325","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-08T18:02:48.905736+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-08T18:02:58.876639+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-08T18:02:54.335093+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-08T18:03:05.863973+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-08T18:03:00.527381+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-08T18:03:14.302373+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-08T18:03:04.398697+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-08T18:03:21.042481+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.19:0/3533222987":"2023-11-09T18:00:29.160069+0000","172.21.15.19:6800/2526091779":"2023-11-09T18:00:29.160069+0000","172.21.15.19:0/3432268761":"2023-11-09T17:59:26.984945+0000","172.21.15.19:6801/2526091779":"2023-11-09T18:00:29.160069+0000","172.21.15.19:0/3244859060":"2023-11-09T17:59:26.984945+0000","172.21.15.19:6801/157541697":"2023-11-09T17:59:26.984945+0000","172.21.15.19:6800/157541697":"2023-11-09T17:59:26.984945+0000","172.21.15.19:0/2386642848":"2023-11-09T18:00:29.160069+0000","172.21.15.19:0/223986869":"2023-11-09T17:58:46.220581+0000","172.21.15.19:0/1580841654":"2023-11-09T17:58:46.220581+0000","172.21.15.19:6800/3959877083":"2023-11-09T17:58:46.220581+0000","172.21.15.19:6801/3959877083":"2023-11-09T17:58:46.220581+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-08T18:03:41.999 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-08T18:03:00.651397+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-08T18:03:42.000 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-08T18:03:42.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:41 smithi122 bash[28108]: cluster 2023-11-08T18:03:41.209946+0000 mgr.smithi019.obqwgt (mgr.14180) 141 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:03:42.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:41 smithi122 bash[28108]: audit 2023-11-08T18:03:41.266775+0000 mon.smithi019 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.19:0/2831558234' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T18:03:42.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:41 smithi019 bash[24123]: cluster 2023-11-08T18:03:41.209946+0000 mgr.smithi019.obqwgt (mgr.14180) 141 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:03:42.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:41 smithi019 bash[24123]: audit 2023-11-08T18:03:41.266775+0000 mon.smithi019 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.19:0/2831558234' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T18:03:44.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:44 smithi019 bash[24123]: cluster 2023-11-08T18:03:43.210579+0000 mgr.smithi019.obqwgt (mgr.14180) 142 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:03:44.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:44 smithi019 bash[24123]: audit 2023-11-08T18:03:43.583412+0000 mon.smithi019 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:44.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:44 smithi019 bash[24123]: audit 2023-11-08T18:03:43.885574+0000 mon.smithi019 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:03:44.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:44 smithi019 bash[24123]: audit 2023-11-08T18:03:43.887382+0000 mon.smithi019 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:03:44.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:44 smithi019 bash[24123]: audit 2023-11-08T18:03:43.888985+0000 mon.smithi019 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:03:44.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:44 smithi019 bash[24123]: audit 2023-11-08T18:03:43.890496+0000 mon.smithi019 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:03:44.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:44 smithi019 bash[24123]: audit 2023-11-08T18:03:43.898876+0000 mon.smithi019 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:44.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:44 smithi019 bash[24123]: audit 2023-11-08T18:03:43.900496+0000 mon.smithi019 (mon.0) 586 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:03:44.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:44 smithi019 bash[24123]: audit 2023-11-08T18:03:43.901559+0000 mon.smithi019 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:03:44.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:44 smithi019 bash[24123]: audit 2023-11-08T18:03:43.908448+0000 mon.smithi019 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:44.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:44 smithi019 bash[24123]: audit 2023-11-08T18:03:43.916566+0000 mon.smithi019 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:03:44.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:44 smithi019 bash[24123]: audit 2023-11-08T18:03:43.922830+0000 mon.smithi019 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T18:03:44.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:44 smithi019 bash[24123]: audit 2023-11-08T18:03:43.926028+0000 mon.smithi019 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T18:03:44.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:44 smithi019 bash[24123]: audit 2023-11-08T18:03:43.926469+0000 mon.smithi019 (mon.0) 592 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:03:44.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:44 smithi019 bash[24123]: audit 2023-11-08T18:03:43.927459+0000 mon.smithi019 (mon.0) 593 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:03:44.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:44 smithi122 bash[28108]: cluster 2023-11-08T18:03:43.210579+0000 mgr.smithi019.obqwgt (mgr.14180) 142 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:03:44.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:44 smithi122 bash[28108]: audit 2023-11-08T18:03:43.583412+0000 mon.smithi019 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:44.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:44 smithi122 bash[28108]: audit 2023-11-08T18:03:43.885574+0000 mon.smithi019 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:03:44.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:44 smithi122 bash[28108]: audit 2023-11-08T18:03:43.887382+0000 mon.smithi019 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:03:44.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:44 smithi122 bash[28108]: audit 2023-11-08T18:03:43.888985+0000 mon.smithi019 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:03:44.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:44 smithi122 bash[28108]: audit 2023-11-08T18:03:43.890496+0000 mon.smithi019 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:03:44.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:44 smithi122 bash[28108]: audit 2023-11-08T18:03:43.898876+0000 mon.smithi019 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:44.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:44 smithi122 bash[28108]: audit 2023-11-08T18:03:43.900496+0000 mon.smithi019 (mon.0) 586 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:03:44.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:44 smithi122 bash[28108]: audit 2023-11-08T18:03:43.901559+0000 mon.smithi019 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:03:44.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:44 smithi122 bash[28108]: audit 2023-11-08T18:03:43.908448+0000 mon.smithi019 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:03:44.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:44 smithi122 bash[28108]: audit 2023-11-08T18:03:43.916566+0000 mon.smithi019 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:03:44.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:44 smithi122 bash[28108]: audit 2023-11-08T18:03:43.922830+0000 mon.smithi019 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T18:03:44.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:44 smithi122 bash[28108]: audit 2023-11-08T18:03:43.926028+0000 mon.smithi019 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T18:03:44.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:44 smithi122 bash[28108]: audit 2023-11-08T18:03:43.926469+0000 mon.smithi019 (mon.0) 592 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:03:44.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:44 smithi122 bash[28108]: audit 2023-11-08T18:03:43.927459+0000 mon.smithi019 (mon.0) 593 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:03:45.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:45 smithi019 bash[24123]: cephadm 2023-11-08T18:03:43.571571+0000 mgr.smithi019.obqwgt (mgr.14180) 143 : cephadm [INF] Detected new or changed devices on smithi019 2023-11-08T18:03:45.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:45 smithi019 bash[24123]: cephadm 2023-11-08T18:03:43.891695+0000 mgr.smithi019.obqwgt (mgr.14180) 144 : cephadm [INF] Adjusting osd_memory_target on smithi019 to 3261M 2023-11-08T18:03:45.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:45 smithi122 bash[28108]: cephadm 2023-11-08T18:03:43.571571+0000 mgr.smithi019.obqwgt (mgr.14180) 143 : cephadm [INF] Detected new or changed devices on smithi019 2023-11-08T18:03:45.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:45 smithi122 bash[28108]: cephadm 2023-11-08T18:03:43.891695+0000 mgr.smithi019.obqwgt (mgr.14180) 144 : cephadm [INF] Adjusting osd_memory_target on smithi019 to 3261M 2023-11-08T18:03:46.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:46 smithi019 bash[24123]: cluster 2023-11-08T18:03:45.211311+0000 mgr.smithi019.obqwgt (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-08T18:03:46.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:46 smithi122 bash[28108]: cluster 2023-11-08T18:03:45.211311+0000 mgr.smithi019.obqwgt (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-08T18:03:46.899 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:03:48.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:48 smithi019 bash[24123]: cluster 2023-11-08T18:03:47.211966+0000 mgr.smithi019.obqwgt (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-08T18:03:48.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:48 smithi122 bash[28108]: cluster 2023-11-08T18:03:47.211966+0000 mgr.smithi019.obqwgt (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-08T18:03:49.474 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:49 smithi019 bash[24123]: cluster 2023-11-08T18:03:49.212583+0000 mgr.smithi019.obqwgt (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-08T18:03:49.654 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:49 smithi122 bash[28108]: cluster 2023-11-08T18:03:49.212583+0000 mgr.smithi019.obqwgt (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-08T18:03:51.337 INFO:teuthology.orchestra.run.smithi019.stdout:pg_num: 1 2023-11-08T18:03:52.430 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-08T18:03:52.430 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-08T18:03:52.431 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-08T18:03:52.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:52 smithi019 bash[24123]: cluster 2023-11-08T18:03:51.213058+0000 mgr.smithi019.obqwgt (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-08T18:03:52.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:52 smithi019 bash[24123]: audit 2023-11-08T18:03:51.335215+0000 mon.smithi019 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.19:0/3838758894' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-08T18:03:52.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:52 smithi122 bash[28108]: cluster 2023-11-08T18:03:51.213058+0000 mgr.smithi019.obqwgt (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-08T18:03:52.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:52 smithi122 bash[28108]: audit 2023-11-08T18:03:51.335215+0000 mon.smithi019 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.19:0/3838758894' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-08T18:03:54.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:54 smithi019 bash[24123]: cluster 2023-11-08T18:03:53.213780+0000 mgr.smithi019.obqwgt (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-08T18:03:54.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:54 smithi122 bash[28108]: cluster 2023-11-08T18:03:53.213780+0000 mgr.smithi019.obqwgt (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-08T18:03:56.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:56 smithi019 bash[24123]: cluster 2023-11-08T18:03:55.214562+0000 mgr.smithi019.obqwgt (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-08T18:03:56.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:56 smithi122 bash[28108]: cluster 2023-11-08T18:03:55.214562+0000 mgr.smithi019.obqwgt (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-08T18:03:57.410 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:03:58.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:58 smithi019 bash[24123]: cluster 2023-11-08T18:03:57.215239+0000 mgr.smithi019.obqwgt (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-08T18:03:58.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:58 smithi122 bash[28108]: cluster 2023-11-08T18:03:57.215239+0000 mgr.smithi019.obqwgt (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-08T18:03:59.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:03:59 smithi019 bash[24123]: cluster 2023-11-08T18:03:59.215715+0000 mgr.smithi019.obqwgt (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-08T18:03:59.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:03:59 smithi122 bash[28108]: cluster 2023-11-08T18:03:59.215715+0000 mgr.smithi019.obqwgt (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-08T18:04:00.973 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:04:01.314 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:01 smithi122 bash[28108]: audit 2023-11-08T18:04:00.966299+0000 mon.smithi019 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.19:0/1008684168' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-08T18:04:01.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:01 smithi019 bash[24123]: audit 2023-11-08T18:04:00.966299+0000 mon.smithi019 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.19:0/1008684168' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-08T18:04:01.998 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi019.obqwgt","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6800","nonce":3764857489},{"type":"v1","addr":"172.21.15.19:6801","nonce":3764857489}]},"active_addr":"172.21.15.19:6801/3764857489","active_change":"2023-11-08T18:00:29.160416+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi122.qwqjhv","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.19:8443/","prometheus":"http://172.21.15.19: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.19:0","nonce":3216938194}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.19:0","nonce":1918308826}]}]} 2023-11-08T18:04:02.003 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-08T18:04:02.003 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-08T18:04:02.003 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T18:04:02.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:02 smithi019 bash[24123]: cluster 2023-11-08T18:04:01.216271+0000 mgr.smithi019.obqwgt (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-08T18:04:02.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:02 smithi122 bash[28108]: cluster 2023-11-08T18:04:01.216271+0000 mgr.smithi019.obqwgt (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-08T18:04:04.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:04 smithi019 bash[24123]: cluster 2023-11-08T18:04:03.216772+0000 mgr.smithi019.obqwgt (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-08T18:04:04.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:04 smithi122 bash[28108]: cluster 2023-11-08T18:04:03.216772+0000 mgr.smithi019.obqwgt (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-08T18:04:06.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:06 smithi019 bash[24123]: cluster 2023-11-08T18:04:05.217333+0000 mgr.smithi019.obqwgt (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-08T18:04:06.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:06 smithi122 bash[28108]: cluster 2023-11-08T18:04:05.217333+0000 mgr.smithi019.obqwgt (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-08T18:04:06.785 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:04:08.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:08 smithi122 bash[28108]: cluster 2023-11-08T18:04:07.217938+0000 mgr.smithi019.obqwgt (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-08T18:04:08.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:08 smithi019 bash[24123]: cluster 2023-11-08T18:04:07.217938+0000 mgr.smithi019.obqwgt (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-08T18:04:09.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:09 smithi122 bash[28108]: cluster 2023-11-08T18:04:09.218430+0000 mgr.smithi019.obqwgt (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-08T18:04:09.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:09 smithi019 bash[24123]: cluster 2023-11-08T18:04:09.218430+0000 mgr.smithi019.obqwgt (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-08T18:04:10.375 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:04:10.375 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":42,"fsid":"42fae158-7e60-11ee-8dbb-212e2dc638e7","created":"2023-11-08T17:58:16.734885+0000","modified":"2023-11-08T18:03:24.392497+0000","last_up_change":"2023-11-08T18:03:22.409729+0000","last_in_change":"2023-11-08T18:02:24.766600+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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-08T18:03:00.651397+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":"d3d4576b-126d-4213-a97e-5fe8e53e40f2","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.122:6800","nonce":1473675654},{"type":"v1","addr":"172.21.15.122:6801","nonce":1473675654}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6802","nonce":1473675654},{"type":"v1","addr":"172.21.15.122:6803","nonce":1473675654}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6806","nonce":1473675654},{"type":"v1","addr":"172.21.15.122:6807","nonce":1473675654}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6804","nonce":1473675654},{"type":"v1","addr":"172.21.15.122:6805","nonce":1473675654}]},"public_addr":"172.21.15.122:6801/1473675654","cluster_addr":"172.21.15.122:6803/1473675654","heartbeat_back_addr":"172.21.15.122:6807/1473675654","heartbeat_front_addr":"172.21.15.122:6805/1473675654","state":["exists","up"]},{"osd":1,"uuid":"415b6af7-7d2a-4ad2-ad75-dc149ae0cae6","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.19:6802","nonce":3874362384},{"type":"v1","addr":"172.21.15.19:6803","nonce":3874362384}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":3874362384},{"type":"v1","addr":"172.21.15.19:6805","nonce":3874362384}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":3874362384},{"type":"v1","addr":"172.21.15.19:6809","nonce":3874362384}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":3874362384},{"type":"v1","addr":"172.21.15.19:6807","nonce":3874362384}]},"public_addr":"172.21.15.19:6803/3874362384","cluster_addr":"172.21.15.19:6805/3874362384","heartbeat_back_addr":"172.21.15.19:6809/3874362384","heartbeat_front_addr":"172.21.15.19:6807/3874362384","state":["exists","up"]},{"osd":2,"uuid":"88563515-c03b-42fa-a374-b0ba88eff60a","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.122:6808","nonce":860580563},{"type":"v1","addr":"172.21.15.122:6809","nonce":860580563}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6810","nonce":860580563},{"type":"v1","addr":"172.21.15.122:6811","nonce":860580563}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6814","nonce":860580563},{"type":"v1","addr":"172.21.15.122:6815","nonce":860580563}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6812","nonce":860580563},{"type":"v1","addr":"172.21.15.122:6813","nonce":860580563}]},"public_addr":"172.21.15.122:6809/860580563","cluster_addr":"172.21.15.122:6811/860580563","heartbeat_back_addr":"172.21.15.122:6815/860580563","heartbeat_front_addr":"172.21.15.122:6813/860580563","state":["exists","up"]},{"osd":3,"uuid":"da7d9895-eebd-4492-b5ab-e030a08e1cbf","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.19:6810","nonce":2740823406},{"type":"v1","addr":"172.21.15.19:6811","nonce":2740823406}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6812","nonce":2740823406},{"type":"v1","addr":"172.21.15.19:6813","nonce":2740823406}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6816","nonce":2740823406},{"type":"v1","addr":"172.21.15.19:6817","nonce":2740823406}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6814","nonce":2740823406},{"type":"v1","addr":"172.21.15.19:6815","nonce":2740823406}]},"public_addr":"172.21.15.19:6811/2740823406","cluster_addr":"172.21.15.19:6813/2740823406","heartbeat_back_addr":"172.21.15.19:6817/2740823406","heartbeat_front_addr":"172.21.15.19:6815/2740823406","state":["exists","up"]},{"osd":4,"uuid":"40db5f54-1cdf-46bd-8e3d-a88b357823a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6816","nonce":2852744888},{"type":"v1","addr":"172.21.15.122:6817","nonce":2852744888}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6818","nonce":2852744888},{"type":"v1","addr":"172.21.15.122:6819","nonce":2852744888}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6822","nonce":2852744888},{"type":"v1","addr":"172.21.15.122:6823","nonce":2852744888}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6820","nonce":2852744888},{"type":"v1","addr":"172.21.15.122:6821","nonce":2852744888}]},"public_addr":"172.21.15.122:6817/2852744888","cluster_addr":"172.21.15.122:6819/2852744888","heartbeat_back_addr":"172.21.15.122:6823/2852744888","heartbeat_front_addr":"172.21.15.122:6821/2852744888","state":["exists","up"]},{"osd":5,"uuid":"63cd09cf-83d9-490b-8173-498edadeb40f","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.19:6818","nonce":3397713243},{"type":"v1","addr":"172.21.15.19:6819","nonce":3397713243}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6820","nonce":3397713243},{"type":"v1","addr":"172.21.15.19:6821","nonce":3397713243}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6824","nonce":3397713243},{"type":"v1","addr":"172.21.15.19:6825","nonce":3397713243}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6822","nonce":3397713243},{"type":"v1","addr":"172.21.15.19:6823","nonce":3397713243}]},"public_addr":"172.21.15.19:6819/3397713243","cluster_addr":"172.21.15.19:6821/3397713243","heartbeat_back_addr":"172.21.15.19:6825/3397713243","heartbeat_front_addr":"172.21.15.19:6823/3397713243","state":["exists","up"]},{"osd":6,"uuid":"176893de-30c7-4ba4-b324-a4276b5c9839","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6824","nonce":2149261475},{"type":"v1","addr":"172.21.15.122:6825","nonce":2149261475}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6826","nonce":2149261475},{"type":"v1","addr":"172.21.15.122:6827","nonce":2149261475}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6830","nonce":2149261475},{"type":"v1","addr":"172.21.15.122:6831","nonce":2149261475}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6828","nonce":2149261475},{"type":"v1","addr":"172.21.15.122:6829","nonce":2149261475}]},"public_addr":"172.21.15.122:6825/2149261475","cluster_addr":"172.21.15.122:6827/2149261475","heartbeat_back_addr":"172.21.15.122:6831/2149261475","heartbeat_front_addr":"172.21.15.122:6829/2149261475","state":["exists","up"]},{"osd":7,"uuid":"fdb1bd3e-e465-4647-929d-51bd88853ca6","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.19:6826","nonce":2781364325},{"type":"v1","addr":"172.21.15.19:6827","nonce":2781364325}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6828","nonce":2781364325},{"type":"v1","addr":"172.21.15.19:6829","nonce":2781364325}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6832","nonce":2781364325},{"type":"v1","addr":"172.21.15.19:6833","nonce":2781364325}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6830","nonce":2781364325},{"type":"v1","addr":"172.21.15.19:6831","nonce":2781364325}]},"public_addr":"172.21.15.19:6827/2781364325","cluster_addr":"172.21.15.19:6829/2781364325","heartbeat_back_addr":"172.21.15.19:6833/2781364325","heartbeat_front_addr":"172.21.15.19:6831/2781364325","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-08T18:02:48.905736+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-08T18:02:58.876639+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-08T18:02:54.335093+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-08T18:03:05.863973+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-08T18:03:00.527381+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-08T18:03:14.302373+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-08T18:03:04.398697+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-08T18:03:21.042481+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.19:0/3533222987":"2023-11-09T18:00:29.160069+0000","172.21.15.19:6800/2526091779":"2023-11-09T18:00:29.160069+0000","172.21.15.19:0/3432268761":"2023-11-09T17:59:26.984945+0000","172.21.15.19:6801/2526091779":"2023-11-09T18:00:29.160069+0000","172.21.15.19:0/3244859060":"2023-11-09T17:59:26.984945+0000","172.21.15.19:6801/157541697":"2023-11-09T17:59:26.984945+0000","172.21.15.19:6800/157541697":"2023-11-09T17:59:26.984945+0000","172.21.15.19:0/2386642848":"2023-11-09T18:00:29.160069+0000","172.21.15.19:0/223986869":"2023-11-09T17:58:46.220581+0000","172.21.15.19:0/1580841654":"2023-11-09T17:58:46.220581+0000","172.21.15.19:6800/3959877083":"2023-11-09T17:58:46.220581+0000","172.21.15.19:6801/3959877083":"2023-11-09T17:58:46.220581+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-08T18:04:10.549 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:10 smithi019 bash[24123]: audit 2023-11-08T18:04:10.372088+0000 mon.smithi019 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.19:0/1262817788' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T18:04:10.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:10 smithi122 bash[28108]: audit 2023-11-08T18:04:10.372088+0000 mon.smithi019 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.19:0/1262817788' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T18:04:11.935 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-08T18:04:11.936 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T18:04:11.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:11 smithi122 bash[28108]: audit 2023-11-08T18:04:10.691053+0000 mon.smithi019 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:04:11.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:11 smithi122 bash[28108]: cluster 2023-11-08T18:04:11.218898+0000 mgr.smithi019.obqwgt (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-08T18:04:12.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:11 smithi019 bash[24123]: audit 2023-11-08T18:04:10.691053+0000 mon.smithi019 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:04:12.086 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:11 smithi019 bash[24123]: cluster 2023-11-08T18:04:11.218898+0000 mgr.smithi019.obqwgt (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-08T18:04:14.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:14 smithi019 bash[24123]: cluster 2023-11-08T18:04:13.219278+0000 mgr.smithi019.obqwgt (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-08T18:04:14.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:14 smithi019 bash[24123]: audit 2023-11-08T18:04:13.770483+0000 mon.smithi019 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:04:14.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:14 smithi122 bash[28108]: cluster 2023-11-08T18:04:13.219278+0000 mgr.smithi019.obqwgt (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-08T18:04:14.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:14 smithi122 bash[28108]: audit 2023-11-08T18:04:13.770483+0000 mon.smithi019 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:04:16.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:16 smithi019 bash[24123]: cluster 2023-11-08T18:04:15.219857+0000 mgr.smithi019.obqwgt (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-08T18:04:16.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:16 smithi122 bash[28108]: cluster 2023-11-08T18:04:15.219857+0000 mgr.smithi019.obqwgt (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-08T18:04:17.283 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:04:18.504 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:18 smithi019 bash[24123]: cluster 2023-11-08T18:04:17.220517+0000 mgr.smithi019.obqwgt (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-08T18:04:18.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:18 smithi122 bash[28108]: cluster 2023-11-08T18:04:17.220517+0000 mgr.smithi019.obqwgt (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-08T18:04:19.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:19 smithi122 bash[28108]: cluster 2023-11-08T18:04:19.221077+0000 mgr.smithi019.obqwgt (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-08T18:04:19.732 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:19 smithi019 bash[24123]: cluster 2023-11-08T18:04:19.221077+0000 mgr.smithi019.obqwgt (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-08T18:04:20.140 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:04:20.140 INFO:teuthology.orchestra.run.smithi019.stdout:{"epoch":42,"fsid":"42fae158-7e60-11ee-8dbb-212e2dc638e7","created":"2023-11-08T17:58:16.734885+0000","modified":"2023-11-08T18:03:24.392497+0000","last_up_change":"2023-11-08T18:03:22.409729+0000","last_in_change":"2023-11-08T18:02:24.766600+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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-08T18:03:00.651397+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":"d3d4576b-126d-4213-a97e-5fe8e53e40f2","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.122:6800","nonce":1473675654},{"type":"v1","addr":"172.21.15.122:6801","nonce":1473675654}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6802","nonce":1473675654},{"type":"v1","addr":"172.21.15.122:6803","nonce":1473675654}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6806","nonce":1473675654},{"type":"v1","addr":"172.21.15.122:6807","nonce":1473675654}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6804","nonce":1473675654},{"type":"v1","addr":"172.21.15.122:6805","nonce":1473675654}]},"public_addr":"172.21.15.122:6801/1473675654","cluster_addr":"172.21.15.122:6803/1473675654","heartbeat_back_addr":"172.21.15.122:6807/1473675654","heartbeat_front_addr":"172.21.15.122:6805/1473675654","state":["exists","up"]},{"osd":1,"uuid":"415b6af7-7d2a-4ad2-ad75-dc149ae0cae6","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.19:6802","nonce":3874362384},{"type":"v1","addr":"172.21.15.19:6803","nonce":3874362384}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6804","nonce":3874362384},{"type":"v1","addr":"172.21.15.19:6805","nonce":3874362384}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6808","nonce":3874362384},{"type":"v1","addr":"172.21.15.19:6809","nonce":3874362384}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6806","nonce":3874362384},{"type":"v1","addr":"172.21.15.19:6807","nonce":3874362384}]},"public_addr":"172.21.15.19:6803/3874362384","cluster_addr":"172.21.15.19:6805/3874362384","heartbeat_back_addr":"172.21.15.19:6809/3874362384","heartbeat_front_addr":"172.21.15.19:6807/3874362384","state":["exists","up"]},{"osd":2,"uuid":"88563515-c03b-42fa-a374-b0ba88eff60a","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.122:6808","nonce":860580563},{"type":"v1","addr":"172.21.15.122:6809","nonce":860580563}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6810","nonce":860580563},{"type":"v1","addr":"172.21.15.122:6811","nonce":860580563}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6814","nonce":860580563},{"type":"v1","addr":"172.21.15.122:6815","nonce":860580563}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6812","nonce":860580563},{"type":"v1","addr":"172.21.15.122:6813","nonce":860580563}]},"public_addr":"172.21.15.122:6809/860580563","cluster_addr":"172.21.15.122:6811/860580563","heartbeat_back_addr":"172.21.15.122:6815/860580563","heartbeat_front_addr":"172.21.15.122:6813/860580563","state":["exists","up"]},{"osd":3,"uuid":"da7d9895-eebd-4492-b5ab-e030a08e1cbf","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.19:6810","nonce":2740823406},{"type":"v1","addr":"172.21.15.19:6811","nonce":2740823406}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6812","nonce":2740823406},{"type":"v1","addr":"172.21.15.19:6813","nonce":2740823406}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6816","nonce":2740823406},{"type":"v1","addr":"172.21.15.19:6817","nonce":2740823406}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6814","nonce":2740823406},{"type":"v1","addr":"172.21.15.19:6815","nonce":2740823406}]},"public_addr":"172.21.15.19:6811/2740823406","cluster_addr":"172.21.15.19:6813/2740823406","heartbeat_back_addr":"172.21.15.19:6817/2740823406","heartbeat_front_addr":"172.21.15.19:6815/2740823406","state":["exists","up"]},{"osd":4,"uuid":"40db5f54-1cdf-46bd-8e3d-a88b357823a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6816","nonce":2852744888},{"type":"v1","addr":"172.21.15.122:6817","nonce":2852744888}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6818","nonce":2852744888},{"type":"v1","addr":"172.21.15.122:6819","nonce":2852744888}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6822","nonce":2852744888},{"type":"v1","addr":"172.21.15.122:6823","nonce":2852744888}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6820","nonce":2852744888},{"type":"v1","addr":"172.21.15.122:6821","nonce":2852744888}]},"public_addr":"172.21.15.122:6817/2852744888","cluster_addr":"172.21.15.122:6819/2852744888","heartbeat_back_addr":"172.21.15.122:6823/2852744888","heartbeat_front_addr":"172.21.15.122:6821/2852744888","state":["exists","up"]},{"osd":5,"uuid":"63cd09cf-83d9-490b-8173-498edadeb40f","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.19:6818","nonce":3397713243},{"type":"v1","addr":"172.21.15.19:6819","nonce":3397713243}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6820","nonce":3397713243},{"type":"v1","addr":"172.21.15.19:6821","nonce":3397713243}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6824","nonce":3397713243},{"type":"v1","addr":"172.21.15.19:6825","nonce":3397713243}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6822","nonce":3397713243},{"type":"v1","addr":"172.21.15.19:6823","nonce":3397713243}]},"public_addr":"172.21.15.19:6819/3397713243","cluster_addr":"172.21.15.19:6821/3397713243","heartbeat_back_addr":"172.21.15.19:6825/3397713243","heartbeat_front_addr":"172.21.15.19:6823/3397713243","state":["exists","up"]},{"osd":6,"uuid":"176893de-30c7-4ba4-b324-a4276b5c9839","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6824","nonce":2149261475},{"type":"v1","addr":"172.21.15.122:6825","nonce":2149261475}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6826","nonce":2149261475},{"type":"v1","addr":"172.21.15.122:6827","nonce":2149261475}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6830","nonce":2149261475},{"type":"v1","addr":"172.21.15.122:6831","nonce":2149261475}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.122:6828","nonce":2149261475},{"type":"v1","addr":"172.21.15.122:6829","nonce":2149261475}]},"public_addr":"172.21.15.122:6825/2149261475","cluster_addr":"172.21.15.122:6827/2149261475","heartbeat_back_addr":"172.21.15.122:6831/2149261475","heartbeat_front_addr":"172.21.15.122:6829/2149261475","state":["exists","up"]},{"osd":7,"uuid":"fdb1bd3e-e465-4647-929d-51bd88853ca6","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.19:6826","nonce":2781364325},{"type":"v1","addr":"172.21.15.19:6827","nonce":2781364325}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6828","nonce":2781364325},{"type":"v1","addr":"172.21.15.19:6829","nonce":2781364325}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6832","nonce":2781364325},{"type":"v1","addr":"172.21.15.19:6833","nonce":2781364325}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.19:6830","nonce":2781364325},{"type":"v1","addr":"172.21.15.19:6831","nonce":2781364325}]},"public_addr":"172.21.15.19:6827/2781364325","cluster_addr":"172.21.15.19:6829/2781364325","heartbeat_back_addr":"172.21.15.19:6833/2781364325","heartbeat_front_addr":"172.21.15.19:6831/2781364325","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-08T18:02:48.905736+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-08T18:02:58.876639+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-08T18:02:54.335093+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-08T18:03:05.863973+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-08T18:03:00.527381+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-08T18:03:14.302373+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-08T18:03:04.398697+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-08T18:03:21.042481+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.19:0/3533222987":"2023-11-09T18:00:29.160069+0000","172.21.15.19:6800/2526091779":"2023-11-09T18:00:29.160069+0000","172.21.15.19:0/3432268761":"2023-11-09T17:59:26.984945+0000","172.21.15.19:6801/2526091779":"2023-11-09T18:00:29.160069+0000","172.21.15.19:0/3244859060":"2023-11-09T17:59:26.984945+0000","172.21.15.19:6801/157541697":"2023-11-09T17:59:26.984945+0000","172.21.15.19:6800/157541697":"2023-11-09T17:59:26.984945+0000","172.21.15.19:0/2386642848":"2023-11-09T18:00:29.160069+0000","172.21.15.19:0/223986869":"2023-11-09T17:58:46.220581+0000","172.21.15.19:0/1580841654":"2023-11-09T17:58:46.220581+0000","172.21.15.19:6800/3959877083":"2023-11-09T17:58:46.220581+0000","172.21.15.19:6801/3959877083":"2023-11-09T17:58:46.220581+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-08T18:04:20.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:20 smithi019 bash[24123]: audit 2023-11-08T18:04:20.136165+0000 mon.smithi019 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.19:0/53457912' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T18:04:20.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:20 smithi122 bash[28108]: audit 2023-11-08T18:04:20.136165+0000 mon.smithi019 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.19:0/53457912' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T18:04:20.870 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-08T18:04:21.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:21 smithi122 bash[28108]: cluster 2023-11-08T18:04:21.221675+0000 mgr.smithi019.obqwgt (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-08T18:04:21.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:21 smithi019 bash[24123]: cluster 2023-11-08T18:04:21.221675+0000 mgr.smithi019.obqwgt (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-08T18:04:24.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:24 smithi019 bash[24123]: cluster 2023-11-08T18:04:23.222376+0000 mgr.smithi019.obqwgt (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-08T18:04:24.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:24 smithi122 bash[28108]: cluster 2023-11-08T18:04:23.222376+0000 mgr.smithi019.obqwgt (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-08T18:04:25.665 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:04:26.576 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:26 smithi019 bash[24123]: cluster 2023-11-08T18:04:25.222994+0000 mgr.smithi019.obqwgt (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-08T18:04:26.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:26 smithi122 bash[28108]: cluster 2023-11-08T18:04:25.222994+0000 mgr.smithi019.obqwgt (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-08T18:04:28.439 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:28 smithi019 bash[24123]: cluster 2023-11-08T18:04:27.223590+0000 mgr.smithi019.obqwgt (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-08T18:04:28.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:28 smithi122 bash[28108]: cluster 2023-11-08T18:04:27.223590+0000 mgr.smithi019.obqwgt (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-08T18:04:29.053 INFO:teuthology.orchestra.run.smithi019.stdout:68719476759 2023-11-08T18:04:29.053 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-08T18:04:29.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:29 smithi122 bash[28108]: cluster 2023-11-08T18:04:29.223966+0000 mgr.smithi019.obqwgt (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-08T18:04:29.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:29 smithi019 bash[24123]: cluster 2023-11-08T18:04:29.223966+0000 mgr.smithi019.obqwgt (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-08T18:04:32.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:32 smithi019 bash[24123]: cluster 2023-11-08T18:04:31.224468+0000 mgr.smithi019.obqwgt (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-08T18:04:32.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:32 smithi122 bash[28108]: cluster 2023-11-08T18:04:31.224468+0000 mgr.smithi019.obqwgt (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-08T18:04:33.841 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:04:34.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:34 smithi019 bash[24123]: cluster 2023-11-08T18:04:33.225145+0000 mgr.smithi019.obqwgt (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-08T18:04:34.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:34 smithi122 bash[28108]: cluster 2023-11-08T18:04:33.225145+0000 mgr.smithi019.obqwgt (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-08T18:04:36.418 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:36 smithi019 bash[24123]: cluster 2023-11-08T18:04:35.225772+0000 mgr.smithi019.obqwgt (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-08T18:04:36.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:36 smithi122 bash[28108]: cluster 2023-11-08T18:04:35.225772+0000 mgr.smithi019.obqwgt (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-08T18:04:37.113 INFO:teuthology.orchestra.run.smithi019.stdout:103079215126 2023-11-08T18:04:37.113 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-08T18:04:38.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:38 smithi019 bash[24123]: cluster 2023-11-08T18:04:37.226329+0000 mgr.smithi019.obqwgt (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-08T18:04:38.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:38 smithi122 bash[28108]: cluster 2023-11-08T18:04:37.226329+0000 mgr.smithi019.obqwgt (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-08T18:04:39.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:39 smithi122 bash[28108]: cluster 2023-11-08T18:04:39.226960+0000 mgr.smithi019.obqwgt (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-08T18:04:39.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:39 smithi019 bash[24123]: cluster 2023-11-08T18:04:39.226960+0000 mgr.smithi019.obqwgt (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-08T18:04:41.913 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:04:42.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:42 smithi019 bash[24123]: cluster 2023-11-08T18:04:41.227527+0000 mgr.smithi019.obqwgt (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-08T18:04:42.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:42 smithi122 bash[28108]: cluster 2023-11-08T18:04:41.227527+0000 mgr.smithi019.obqwgt (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-08T18:04:44.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:44 smithi019 bash[24123]: cluster 2023-11-08T18:04:43.228028+0000 mgr.smithi019.obqwgt (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-08T18:04:44.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:44 smithi122 bash[28108]: cluster 2023-11-08T18:04:43.228028+0000 mgr.smithi019.obqwgt (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-08T18:04:45.407 INFO:teuthology.orchestra.run.smithi019.stdout:85899345945 2023-11-08T18:04:45.407 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-08T18:04:46.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:46 smithi019 bash[24123]: cluster 2023-11-08T18:04:45.228506+0000 mgr.smithi019.obqwgt (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-08T18:04:46.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:46 smithi122 bash[28108]: cluster 2023-11-08T18:04:45.228506+0000 mgr.smithi019.obqwgt (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-08T18:04:48.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:48 smithi019 bash[24123]: cluster 2023-11-08T18:04:47.229193+0000 mgr.smithi019.obqwgt (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-08T18:04:48.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:48 smithi122 bash[28108]: cluster 2023-11-08T18:04:47.229193+0000 mgr.smithi019.obqwgt (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-08T18:04:49.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:49 smithi122 bash[28108]: cluster 2023-11-08T18:04:49.229820+0000 mgr.smithi019.obqwgt (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-08T18:04:49.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:49 smithi019 bash[24123]: cluster 2023-11-08T18:04:49.229820+0000 mgr.smithi019.obqwgt (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-08T18:04:50.199 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:04:52.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:52 smithi019 bash[24123]: cluster 2023-11-08T18:04:51.230447+0000 mgr.smithi019.obqwgt (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-08T18:04:52.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:52 smithi122 bash[28108]: cluster 2023-11-08T18:04:51.230447+0000 mgr.smithi019.obqwgt (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-08T18:04:53.754 INFO:teuthology.orchestra.run.smithi019.stdout:133143986199 2023-11-08T18:04:53.754 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-08T18:04:54.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:54 smithi019 bash[24123]: cluster 2023-11-08T18:04:53.231059+0000 mgr.smithi019.obqwgt (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-08T18:04:54.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:54 smithi122 bash[28108]: cluster 2023-11-08T18:04:53.231059+0000 mgr.smithi019.obqwgt (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-08T18:04:56.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:56 smithi019 bash[24123]: cluster 2023-11-08T18:04:55.231672+0000 mgr.smithi019.obqwgt (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-08T18:04:56.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:56 smithi122 bash[28108]: cluster 2023-11-08T18:04:55.231672+0000 mgr.smithi019.obqwgt (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-08T18:04:58.543 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:04:58.572 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:58 smithi019 bash[24123]: cluster 2023-11-08T18:04:57.232237+0000 mgr.smithi019.obqwgt (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-08T18:04:58.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:58 smithi122 bash[28108]: cluster 2023-11-08T18:04:57.232237+0000 mgr.smithi019.obqwgt (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-08T18:04:59.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:04:59 smithi122 bash[28108]: cluster 2023-11-08T18:04:59.232832+0000 mgr.smithi019.obqwgt (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-08T18:04:59.724 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:04:59 smithi019 bash[24123]: cluster 2023-11-08T18:04:59.232832+0000 mgr.smithi019.obqwgt (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-08T18:05:02.124 INFO:teuthology.orchestra.run.smithi019.stdout:111669149722 2023-11-08T18:05:02.125 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-08T18:05:02.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:02 smithi019 bash[24123]: cluster 2023-11-08T18:05:01.233336+0000 mgr.smithi019.obqwgt (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-08T18:05:02.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:02 smithi122 bash[28108]: cluster 2023-11-08T18:05:01.233336+0000 mgr.smithi019.obqwgt (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-08T18:05:04.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:04 smithi019 bash[24123]: cluster 2023-11-08T18:05:03.233908+0000 mgr.smithi019.obqwgt (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-08T18:05:04.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:04 smithi122 bash[28108]: cluster 2023-11-08T18:05:03.233908+0000 mgr.smithi019.obqwgt (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-08T18:05:06.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:06 smithi019 bash[24123]: cluster 2023-11-08T18:05:05.234471+0000 mgr.smithi019.obqwgt (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-08T18:05:06.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:06 smithi122 bash[28108]: cluster 2023-11-08T18:05:05.234471+0000 mgr.smithi019.obqwgt (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-08T18:05:06.919 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:05:08.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:08 smithi019 bash[24123]: cluster 2023-11-08T18:05:07.234987+0000 mgr.smithi019.obqwgt (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-08T18:05:08.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:08 smithi122 bash[28108]: cluster 2023-11-08T18:05:07.234987+0000 mgr.smithi019.obqwgt (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-08T18:05:09.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:09 smithi122 bash[28108]: cluster 2023-11-08T18:05:09.235541+0000 mgr.smithi019.obqwgt (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-08T18:05:09.727 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:09 smithi019 bash[24123]: cluster 2023-11-08T18:05:09.235541+0000 mgr.smithi019.obqwgt (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-08T18:05:10.419 INFO:teuthology.orchestra.run.smithi019.stdout:154618822682 2023-11-08T18:05:10.420 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-08T18:05:12.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:12 smithi019 bash[24123]: cluster 2023-11-08T18:05:11.236114+0000 mgr.smithi019.obqwgt (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-08T18:05:12.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:12 smithi122 bash[28108]: cluster 2023-11-08T18:05:11.236114+0000 mgr.smithi019.obqwgt (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-08T18:05:14.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:14 smithi019 bash[24123]: cluster 2023-11-08T18:05:13.236835+0000 mgr.smithi019.obqwgt (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-08T18:05:14.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:14 smithi019 bash[24123]: audit 2023-11-08T18:05:13.775478+0000 mon.smithi019 (mon.0) 600 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:05:14.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:14 smithi122 bash[28108]: cluster 2023-11-08T18:05:13.236835+0000 mgr.smithi019.obqwgt (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-08T18:05:14.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:14 smithi122 bash[28108]: audit 2023-11-08T18:05:13.775478+0000 mon.smithi019 (mon.0) 600 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:05:15.208 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:05:16.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:16 smithi019 bash[24123]: cluster 2023-11-08T18:05:15.237525+0000 mgr.smithi019.obqwgt (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-08T18:05:16.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:16 smithi122 bash[28108]: cluster 2023-11-08T18:05:15.237525+0000 mgr.smithi019.obqwgt (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-08T18:05:18.532 INFO:teuthology.orchestra.run.smithi019.stdout:128849018909 2023-11-08T18:05:18.532 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-08T18:05:18.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:18 smithi019 bash[24123]: cluster 2023-11-08T18:05:17.238129+0000 mgr.smithi019.obqwgt (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-08T18:05:18.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:18 smithi122 bash[28108]: cluster 2023-11-08T18:05:17.238129+0000 mgr.smithi019.obqwgt (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-08T18:05:20.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:20 smithi019 bash[24123]: cluster 2023-11-08T18:05:19.238748+0000 mgr.smithi019.obqwgt (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-08T18:05:20.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:20 smithi019 bash[24123]: audit 2023-11-08T18:05:19.286739+0000 mon.smithi019 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:05:20.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:20 smithi122 bash[28108]: cluster 2023-11-08T18:05:19.238748+0000 mgr.smithi019.obqwgt (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-08T18:05:20.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:20 smithi122 bash[28108]: audit 2023-11-08T18:05:19.286739+0000 mon.smithi019 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:05:21.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:21 smithi019 bash[24123]: audit 2023-11-08T18:05:20.296937+0000 mon.smithi019 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:05:21.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:21 smithi019 bash[24123]: audit 2023-11-08T18:05:20.576283+0000 mon.smithi019 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:05:21.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:21 smithi019 bash[24123]: audit 2023-11-08T18:05:20.577877+0000 mon.smithi019 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:05:21.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:21 smithi019 bash[24123]: audit 2023-11-08T18:05:20.585945+0000 mon.smithi019 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:05:21.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:21 smithi019 bash[24123]: audit 2023-11-08T18:05:20.593724+0000 mon.smithi019 (mon.0) 606 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:05:21.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:21 smithi122 bash[28108]: audit 2023-11-08T18:05:20.296937+0000 mon.smithi019 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:05:21.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:21 smithi122 bash[28108]: audit 2023-11-08T18:05:20.576283+0000 mon.smithi019 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:05:21.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:21 smithi122 bash[28108]: audit 2023-11-08T18:05:20.577877+0000 mon.smithi019 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:05:21.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:21 smithi122 bash[28108]: audit 2023-11-08T18:05:20.585945+0000 mon.smithi019 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:05:21.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:21 smithi122 bash[28108]: audit 2023-11-08T18:05:20.593724+0000 mon.smithi019 (mon.0) 606 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:05:22.342 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:05:22.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:22 smithi019 bash[24123]: cluster 2023-11-08T18:05:21.239348+0000 mgr.smithi019.obqwgt (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-08T18:05:22.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:22 smithi122 bash[28108]: cluster 2023-11-08T18:05:21.239348+0000 mgr.smithi019.obqwgt (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-08T18:05:24.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:24 smithi019 bash[24123]: cluster 2023-11-08T18:05:23.239911+0000 mgr.smithi019.obqwgt (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-08T18:05:24.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:24 smithi122 bash[28108]: cluster 2023-11-08T18:05:23.239911+0000 mgr.smithi019.obqwgt (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-08T18:05:25.864 INFO:teuthology.orchestra.run.smithi019.stdout:171798691867 2023-11-08T18:05:25.864 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-08T18:05:26.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:26 smithi019 bash[24123]: cluster 2023-11-08T18:05:25.240532+0000 mgr.smithi019.obqwgt (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-08T18:05:26.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:26 smithi122 bash[28108]: cluster 2023-11-08T18:05:25.240532+0000 mgr.smithi019.obqwgt (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-08T18:05:28.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:28 smithi019 bash[24123]: cluster 2023-11-08T18:05:27.241144+0000 mgr.smithi019.obqwgt (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-08T18:05:28.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:28 smithi122 bash[28108]: cluster 2023-11-08T18:05:27.241144+0000 mgr.smithi019.obqwgt (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-08T18:05:29.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:29 smithi122 bash[28108]: cluster 2023-11-08T18:05:29.241718+0000 mgr.smithi019.obqwgt (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-08T18:05:29.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:29 smithi019 bash[24123]: cluster 2023-11-08T18:05:29.241718+0000 mgr.smithi019.obqwgt (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-08T18:05:30.659 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:05:32.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:32 smithi019 bash[24123]: cluster 2023-11-08T18:05:31.242329+0000 mgr.smithi019.obqwgt (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-08T18:05:32.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:32 smithi122 bash[28108]: cluster 2023-11-08T18:05:31.242329+0000 mgr.smithi019.obqwgt (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-08T18:05:33.796 INFO:teuthology.orchestra.run.smithi019.stdout:68719476772 2023-11-08T18:05:34.476 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476759 got 68719476772 for osd.0 2023-11-08T18:05:34.477 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-08T18:05:34.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:34 smithi019 bash[24123]: cluster 2023-11-08T18:05:33.242973+0000 mgr.smithi019.obqwgt (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-08T18:05:34.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:34 smithi019 bash[24123]: audit 2023-11-08T18:05:33.795143+0000 mon.smithi019 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.19:0/3387451130' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-08T18:05:34.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:34 smithi122 bash[28108]: cluster 2023-11-08T18:05:33.242973+0000 mgr.smithi019.obqwgt (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-08T18:05:34.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:34 smithi122 bash[28108]: audit 2023-11-08T18:05:33.795143+0000 mon.smithi019 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.19:0/3387451130' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-08T18:05:36.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:36 smithi019 bash[24123]: cluster 2023-11-08T18:05:35.243535+0000 mgr.smithi019.obqwgt (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-08T18:05:36.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:36 smithi122 bash[28108]: cluster 2023-11-08T18:05:35.243535+0000 mgr.smithi019.obqwgt (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-08T18:05:38.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:38 smithi019 bash[24123]: cluster 2023-11-08T18:05:37.244097+0000 mgr.smithi019.obqwgt (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-08T18:05:38.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:38 smithi122 bash[28108]: cluster 2023-11-08T18:05:37.244097+0000 mgr.smithi019.obqwgt (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-08T18:05:39.271 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:05:39.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:39 smithi019 bash[24123]: cluster 2023-11-08T18:05:39.244679+0000 mgr.smithi019.obqwgt (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-08T18:05:39.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:39 smithi122 bash[28108]: cluster 2023-11-08T18:05:39.244679+0000 mgr.smithi019.obqwgt (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-08T18:05:42.394 INFO:teuthology.orchestra.run.smithi019.stdout:103079215139 2023-11-08T18:05:42.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:42 smithi019 bash[24123]: cluster 2023-11-08T18:05:41.245251+0000 mgr.smithi019.obqwgt (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-08T18:05:42.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:42 smithi122 bash[28108]: cluster 2023-11-08T18:05:41.245251+0000 mgr.smithi019.obqwgt (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-08T18:05:43.105 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215126 got 103079215139 for osd.1 2023-11-08T18:05:43.106 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-08T18:05:43.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:43 smithi019 bash[24123]: audit 2023-11-08T18:05:42.392845+0000 mon.smithi019 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.19:0/1393778124' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-08T18:05:43.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:43 smithi122 bash[28108]: audit 2023-11-08T18:05:42.392845+0000 mon.smithi019 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.19:0/1393778124' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-08T18:05:44.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:44 smithi019 bash[24123]: cluster 2023-11-08T18:05:43.245674+0000 mgr.smithi019.obqwgt (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-08T18:05:44.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:44 smithi122 bash[28108]: cluster 2023-11-08T18:05:43.245674+0000 mgr.smithi019.obqwgt (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-08T18:05:46.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:46 smithi019 bash[24123]: cluster 2023-11-08T18:05:45.246249+0000 mgr.smithi019.obqwgt (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-08T18:05:46.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:46 smithi122 bash[28108]: cluster 2023-11-08T18:05:45.246249+0000 mgr.smithi019.obqwgt (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-08T18:05:47.897 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:05:48.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:48 smithi019 bash[24123]: cluster 2023-11-08T18:05:47.246839+0000 mgr.smithi019.obqwgt (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-08T18:05:48.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:48 smithi122 bash[28108]: cluster 2023-11-08T18:05:47.246839+0000 mgr.smithi019.obqwgt (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-08T18:05:49.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:49 smithi019 bash[24123]: cluster 2023-11-08T18:05:49.247415+0000 mgr.smithi019.obqwgt (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-08T18:05:49.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:49 smithi122 bash[28108]: cluster 2023-11-08T18:05:49.247415+0000 mgr.smithi019.obqwgt (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-08T18:05:50.860 INFO:teuthology.orchestra.run.smithi019.stdout:85899345958 2023-11-08T18:05:51.051 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:50 smithi019 bash[24123]: audit 2023-11-08T18:05:50.857981+0000 mon.smithi019 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.19:0/2563882825' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-08T18:05:51.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:50 smithi122 bash[28108]: audit 2023-11-08T18:05:50.857981+0000 mon.smithi019 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.19:0/2563882825' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-08T18:05:51.529 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345945 got 85899345958 for osd.2 2023-11-08T18:05:51.530 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-08T18:05:52.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:51 smithi122 bash[28108]: cluster 2023-11-08T18:05:51.247787+0000 mgr.smithi019.obqwgt (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-08T18:05:52.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:51 smithi019 bash[24123]: cluster 2023-11-08T18:05:51.247787+0000 mgr.smithi019.obqwgt (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-08T18:05:54.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:54 smithi019 bash[24123]: cluster 2023-11-08T18:05:53.248314+0000 mgr.smithi019.obqwgt (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-08T18:05:54.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:54 smithi122 bash[28108]: cluster 2023-11-08T18:05:53.248314+0000 mgr.smithi019.obqwgt (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-08T18:05:56.328 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:05:56.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:56 smithi019 bash[24123]: cluster 2023-11-08T18:05:55.248916+0000 mgr.smithi019.obqwgt (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-08T18:05:56.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:56 smithi122 bash[28108]: cluster 2023-11-08T18:05:55.248916+0000 mgr.smithi019.obqwgt (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-08T18:05:58.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:58 smithi019 bash[24123]: cluster 2023-11-08T18:05:57.249315+0000 mgr.smithi019.obqwgt (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-08T18:05:58.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:58 smithi122 bash[28108]: cluster 2023-11-08T18:05:57.249315+0000 mgr.smithi019.obqwgt (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-08T18:05:59.104 INFO:teuthology.orchestra.run.smithi019.stdout:133143986211 2023-11-08T18:05:59.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:59 smithi122 bash[28108]: audit 2023-11-08T18:05:59.102338+0000 mon.smithi019 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.19:0/3645297025' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-08T18:05:59.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:05:59 smithi122 bash[28108]: cluster 2023-11-08T18:05:59.249898+0000 mgr.smithi019.obqwgt (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-08T18:05:59.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:59 smithi019 bash[24123]: audit 2023-11-08T18:05:59.102338+0000 mon.smithi019 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.19:0/3645297025' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-08T18:05:59.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:05:59 smithi019 bash[24123]: cluster 2023-11-08T18:05:59.249898+0000 mgr.smithi019.obqwgt (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-08T18:05:59.889 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986199 got 133143986211 for osd.3 2023-11-08T18:05:59.889 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-08T18:06:02.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:02 smithi019 bash[24123]: cluster 2023-11-08T18:06:01.250461+0000 mgr.smithi019.obqwgt (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-08T18:06:02.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:02 smithi122 bash[28108]: cluster 2023-11-08T18:06:01.250461+0000 mgr.smithi019.obqwgt (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-08T18:06:04.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:04 smithi019 bash[24123]: cluster 2023-11-08T18:06:03.251030+0000 mgr.smithi019.obqwgt (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-08T18:06:04.675 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:06:04.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:04 smithi122 bash[28108]: cluster 2023-11-08T18:06:03.251030+0000 mgr.smithi019.obqwgt (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-08T18:06:06.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:06 smithi019 bash[24123]: cluster 2023-11-08T18:06:05.251574+0000 mgr.smithi019.obqwgt (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-08T18:06:06.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:06 smithi122 bash[28108]: cluster 2023-11-08T18:06:05.251574+0000 mgr.smithi019.obqwgt (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-08T18:06:07.718 INFO:teuthology.orchestra.run.smithi019.stdout:111669149735 2023-11-08T18:06:08.446 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149722 got 111669149735 for osd.4 2023-11-08T18:06:08.447 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-08T18:06:08.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:08 smithi019 bash[24123]: cluster 2023-11-08T18:06:07.252124+0000 mgr.smithi019.obqwgt (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-08T18:06:08.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:08 smithi019 bash[24123]: audit 2023-11-08T18:06:07.716390+0000 mon.smithi019 (mon.0) 611 : audit [DBG] from='client.? 172.21.15.19:0/100051190' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-08T18:06:08.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:08 smithi122 bash[28108]: cluster 2023-11-08T18:06:07.252124+0000 mgr.smithi019.obqwgt (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-08T18:06:08.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:08 smithi122 bash[28108]: audit 2023-11-08T18:06:07.716390+0000 mon.smithi019 (mon.0) 611 : audit [DBG] from='client.? 172.21.15.19:0/100051190' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-08T18:06:09.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:09 smithi122 bash[28108]: cluster 2023-11-08T18:06:09.252734+0000 mgr.smithi019.obqwgt (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-08T18:06:09.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:09 smithi019 bash[24123]: cluster 2023-11-08T18:06:09.252734+0000 mgr.smithi019.obqwgt (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-08T18:06:12.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:12 smithi019 bash[24123]: cluster 2023-11-08T18:06:11.253333+0000 mgr.smithi019.obqwgt (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-08T18:06:12.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:12 smithi122 bash[28108]: cluster 2023-11-08T18:06:11.253333+0000 mgr.smithi019.obqwgt (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-08T18:06:13.237 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:06:14.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:14 smithi019 bash[24123]: cluster 2023-11-08T18:06:13.253759+0000 mgr.smithi019.obqwgt (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-08T18:06:14.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:14 smithi122 bash[28108]: cluster 2023-11-08T18:06:13.253759+0000 mgr.smithi019.obqwgt (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-08T18:06:15.998 INFO:teuthology.orchestra.run.smithi019.stdout:154618822695 2023-11-08T18:06:16.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:16 smithi019 bash[24123]: cluster 2023-11-08T18:06:15.254260+0000 mgr.smithi019.obqwgt (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-08T18:06:16.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:16 smithi019 bash[24123]: audit 2023-11-08T18:06:15.996281+0000 mon.smithi019 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.19:0/3989089574' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-08T18:06:16.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:16 smithi122 bash[28108]: cluster 2023-11-08T18:06:15.254260+0000 mgr.smithi019.obqwgt (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-08T18:06:16.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:16 smithi122 bash[28108]: audit 2023-11-08T18:06:15.996281+0000 mon.smithi019 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.19:0/3989089574' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-08T18:06:16.774 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822682 got 154618822695 for osd.5 2023-11-08T18:06:16.775 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-08T18:06:18.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:18 smithi019 bash[24123]: cluster 2023-11-08T18:06:17.254941+0000 mgr.smithi019.obqwgt (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-08T18:06:18.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:18 smithi122 bash[28108]: cluster 2023-11-08T18:06:17.254941+0000 mgr.smithi019.obqwgt (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-08T18:06:19.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:19 smithi122 bash[28108]: cluster 2023-11-08T18:06:19.255575+0000 mgr.smithi019.obqwgt (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-08T18:06:19.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:19 smithi019 bash[24123]: cluster 2023-11-08T18:06:19.255575+0000 mgr.smithi019.obqwgt (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-08T18:06:20.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:20 smithi122 bash[28108]: audit 2023-11-08T18:06:20.605519+0000 mon.smithi019 (mon.0) 613 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:06:21.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:20 smithi019 bash[24123]: audit 2023-11-08T18:06:20.605519+0000 mon.smithi019 (mon.0) 613 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:06:21.564 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:06:21.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:21 smithi122 bash[28108]: cluster 2023-11-08T18:06:21.256179+0000 mgr.smithi019.obqwgt (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-08T18:06:22.087 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:21 smithi019 bash[24123]: cluster 2023-11-08T18:06:21.256179+0000 mgr.smithi019.obqwgt (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-08T18:06:24.337 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:24 smithi019 bash[24123]: cluster 2023-11-08T18:06:23.256784+0000 mgr.smithi019.obqwgt (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-08T18:06:24.469 INFO:teuthology.orchestra.run.smithi019.stdout:128849018922 2023-11-08T18:06:24.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:24 smithi122 bash[28108]: cluster 2023-11-08T18:06:23.256784+0000 mgr.smithi019.obqwgt (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-08T18:06:25.216 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018909 got 128849018922 for osd.6 2023-11-08T18:06:25.217 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-08T18:06:25.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:25 smithi019 bash[24123]: audit 2023-11-08T18:06:24.466790+0000 mon.smithi019 (mon.0) 614 : audit [DBG] from='client.? 172.21.15.19:0/2751148097' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-08T18:06:25.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:25 smithi122 bash[28108]: audit 2023-11-08T18:06:24.466790+0000 mon.smithi019 (mon.0) 614 : audit [DBG] from='client.? 172.21.15.19:0/2751148097' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-08T18:06:26.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:26 smithi019 bash[24123]: cluster 2023-11-08T18:06:25.257280+0000 mgr.smithi019.obqwgt (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-08T18:06:26.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:26 smithi019 bash[24123]: audit 2023-11-08T18:06:25.872121+0000 mon.smithi019 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:06:26.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:26 smithi019 bash[24123]: audit 2023-11-08T18:06:26.150692+0000 mon.smithi019 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:06:26.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:26 smithi122 bash[28108]: cluster 2023-11-08T18:06:25.257280+0000 mgr.smithi019.obqwgt (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-08T18:06:26.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:26 smithi122 bash[28108]: audit 2023-11-08T18:06:25.872121+0000 mon.smithi019 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:06:26.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:26 smithi122 bash[28108]: audit 2023-11-08T18:06:26.150692+0000 mon.smithi019 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:06:27.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:27 smithi019 bash[24123]: audit 2023-11-08T18:06:26.449896+0000 mon.smithi019 (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:06:27.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:27 smithi019 bash[24123]: audit 2023-11-08T18:06:26.452002+0000 mon.smithi019 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:06:27.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:27 smithi019 bash[24123]: audit 2023-11-08T18:06:26.461717+0000 mon.smithi019 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:06:27.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:27 smithi019 bash[24123]: audit 2023-11-08T18:06:26.470634+0000 mon.smithi019 (mon.0) 620 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:06:27.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:27 smithi122 bash[28108]: audit 2023-11-08T18:06:26.449896+0000 mon.smithi019 (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:06:27.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:27 smithi122 bash[28108]: audit 2023-11-08T18:06:26.452002+0000 mon.smithi019 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:06:27.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:27 smithi122 bash[28108]: audit 2023-11-08T18:06:26.461717+0000 mon.smithi019 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:06:27.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:27 smithi122 bash[28108]: audit 2023-11-08T18:06:26.470634+0000 mon.smithi019 (mon.0) 620 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:06:28.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:28 smithi019 bash[24123]: cluster 2023-11-08T18:06:27.257950+0000 mgr.smithi019.obqwgt (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-08T18:06:28.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:28 smithi122 bash[28108]: cluster 2023-11-08T18:06:27.257950+0000 mgr.smithi019.obqwgt (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-08T18:06:29.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:29 smithi122 bash[28108]: cluster 2023-11-08T18:06:29.258620+0000 mgr.smithi019.obqwgt (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-08T18:06:29.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:29 smithi019 bash[24123]: cluster 2023-11-08T18:06:29.258620+0000 mgr.smithi019.obqwgt (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-08T18:06:30.035 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:06:32.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:32 smithi019 bash[24123]: cluster 2023-11-08T18:06:31.259083+0000 mgr.smithi019.obqwgt (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-08T18:06:32.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:32 smithi122 bash[28108]: cluster 2023-11-08T18:06:31.259083+0000 mgr.smithi019.obqwgt (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-08T18:06:33.157 INFO:teuthology.orchestra.run.smithi019.stdout:171798691880 2023-11-08T18:06:33.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:33 smithi019 bash[24123]: audit 2023-11-08T18:06:33.154713+0000 mon.smithi019 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.19:0/1289357242' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-08T18:06:33.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:33 smithi122 bash[28108]: audit 2023-11-08T18:06:33.154713+0000 mon.smithi019 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.19:0/1289357242' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-08T18:06:33.866 INFO:tasks.cephadm.ceph_manager.ceph:need seq 171798691867 got 171798691880 for osd.7 2023-11-08T18:06:33.866 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-08T18:06:33.867 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph pg dump --format=json 2023-11-08T18:06:34.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:34 smithi019 bash[24123]: cluster 2023-11-08T18:06:33.259722+0000 mgr.smithi019.obqwgt (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-08T18:06:34.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:34 smithi122 bash[28108]: cluster 2023-11-08T18:06:33.259722+0000 mgr.smithi019.obqwgt (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-08T18:06:36.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:36 smithi019 bash[24123]: cluster 2023-11-08T18:06:35.260333+0000 mgr.smithi019.obqwgt (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-08T18:06:36.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:36 smithi122 bash[28108]: cluster 2023-11-08T18:06:35.260333+0000 mgr.smithi019.obqwgt (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-08T18:06:38.662 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:06:38.691 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:38 smithi019 bash[24123]: cluster 2023-11-08T18:06:37.260941+0000 mgr.smithi019.obqwgt (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-08T18:06:38.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:38 smithi122 bash[28108]: cluster 2023-11-08T18:06:37.260941+0000 mgr.smithi019.obqwgt (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-08T18:06:39.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:39 smithi122 bash[28108]: cluster 2023-11-08T18:06:39.261544+0000 mgr.smithi019.obqwgt (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-08T18:06:39.819 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:39 smithi019 bash[24123]: cluster 2023-11-08T18:06:39.261544+0000 mgr.smithi019.obqwgt (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-08T18:06:41.517 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:06:41.520 INFO:teuthology.orchestra.run.smithi019.stderr:dumped all 2023-11-08T18:06:42.207 INFO:teuthology.orchestra.run.smithi019.stdout:{"pg_ready":true,"pg_map":{"version":217,"stamp":"2023-11-08T18:06:41.261811+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":2380060,"kb_used_data":3292,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548388,"statfs":{"total":767926730752,"available":765489549312,"internally_reserved":0,"allocated":3371008,"data_stored":1307701,"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-08T18:03:24.535749+0000","last_change":"2023-11-08T18:03:24.535749+0000","last_active":"2023-11-08T18:03:24.535749+0000","last_peered":"2023-11-08T18:03:24.535749+0000","last_clean":"2023-11-08T18:03:24.535749+0000","last_became_active":"2023-11-08T18:03:24.535308+0000","last_became_peered":"2023-11-08T18:03:24.535308+0000","last_unstale":"2023-11-08T18:03:24.535749+0000","last_undegraded":"2023-11-08T18:03:24.535749+0000","last_fullsized":"2023-11-08T18:03:24.535749+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-08T18:03:01.190348+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-08T18:03:01.190348+0000","last_clean_scrub_stamp":"2023-11-08T18:03:01.190348+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":171798691882,"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":163187,"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 18:06:25 2023","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.83599999999999997,"15min":0.83499999999999996},"min":{"1min":0.65500000000000003,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.1890000000000001,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.89600000000000002},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.872,"15min":0.85799999999999998},"min":{"1min":0.625,"5min":0.621,"15min":0.621},"max":{"1min":1.167,"5min":1.234,"15min":1.234},"last":1.2210000000000001}]},{"osd":1,"last update":"Wed Nov 8 18:06:25 2023","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.73999999999999999,"15min":0.72999999999999998},"min":{"1min":0.61299999999999999,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.80200000000000005,"15min":0.78400000000000003},"min":{"1min":0.56899999999999995,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.4179999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":0.94499999999999995}]},{"osd":2,"last update":"Wed Nov 8 18:06:25 2023","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.89000000000000001,"15min":0.89300000000000002},"min":{"1min":0.78600000000000003,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.92400000000000004},{"interface":"front","average":{"1min":0.97199999999999998,"5min":0.94099999999999995,"15min":0.95099999999999996},"min":{"1min":0.69699999999999995,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.2310000000000001,"5min":1.405,"15min":1.405},"last":0.97899999999999998}]},{"osd":3,"last update":"Wed Nov 8 18:06:25 2023","interfaces":[{"interface":"back","average":{"1min":0.95399999999999996,"5min":0.89300000000000002,"15min":0.879},"min":{"1min":0.66600000000000004,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.234,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":1.1539999999999999},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.90700000000000003,"15min":0.91200000000000003},"min":{"1min":0.60399999999999998,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.165,"5min":1.401,"15min":1.401},"last":0.76900000000000002}]},{"osd":4,"last update":"Wed Nov 8 18:06:25 2023","interfaces":[{"interface":"back","average":{"1min":1.0669999999999999,"5min":1.0449999999999999,"15min":1.054},"min":{"1min":0.88700000000000001,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.306,"5min":1.6859999999999999,"15min":1.6859999999999999},"last":1.083},{"interface":"front","average":{"1min":1.0880000000000001,"5min":1.024,"15min":1.016},"min":{"1min":0.84799999999999998,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.325,"5min":1.325,"15min":1.325},"last":1.042}]},{"osd":5,"last update":"Wed Nov 8 18:06:25 2023","interfaces":[{"interface":"back","average":{"1min":1.083,"5min":0.96999999999999997,"15min":0.94399999999999995},"min":{"1min":0.54000000000000004,"5min":0.437,"15min":0.437},"max":{"1min":1.304,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":1.115},{"interface":"front","average":{"1min":1.0549999999999999,"5min":1.05,"15min":1.046},"min":{"1min":0.57999999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.4770000000000001,"5min":1.506,"15min":1.506},"last":1.0620000000000001}]},{"osd":6,"last update":"Wed Nov 8 18:06:25 2023","interfaces":[{"interface":"back","average":{"1min":1.1819999999999999,"5min":1.1659999999999999,"15min":1.1579999999999999},"min":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.6100000000000001,"5min":1.6459999999999999,"15min":1.6459999999999999},"last":1.266},{"interface":"front","average":{"1min":1.202,"5min":1.177,"15min":1.173},"min":{"1min":0.96999999999999997,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.6140000000000001,"5min":1.726,"15min":1.726},"last":1.0229999999999999}]}]},{"osd":5,"up_from":36,"seq":154618822700,"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":163502,"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 18:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.86599999999999999,"5min":0.88800000000000001,"15min":0.90900000000000003},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.1719999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.95999999999999996},{"interface":"front","average":{"1min":0.86099999999999999,"5min":0.84799999999999998,"15min":0.83999999999999997},"min":{"1min":0.629,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.044,"5min":1.1180000000000001,"15min":1.1180000000000001},"last":0.91900000000000004}]},{"osd":1,"last update":"Wed Nov 8 18:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.80300000000000005,"5min":0.80600000000000005,"15min":0.79900000000000004},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.3089999999999999,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.78600000000000003,"5min":0.82199999999999995,"15min":0.83099999999999996},"min":{"1min":0.56399999999999995,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.147,"5min":1.232,"15min":1.232},"last":0.81100000000000005}]},{"osd":2,"last update":"Wed Nov 8 18:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":1.012,"15min":1.024},"min":{"1min":0.72599999999999998,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.272,"5min":1.4590000000000001,"15min":1.4590000000000001},"last":1.0820000000000001},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.92000000000000004,"15min":0.92500000000000004},"min":{"1min":0.71499999999999997,"5min":0.627,"15min":0.627},"max":{"1min":1.216,"5min":1.216,"15min":1.216},"last":1.0529999999999999}]},{"osd":3,"last update":"Wed Nov 8 18:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.89600000000000002,"15min":0.91800000000000004},"min":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.466,"5min":1.466,"15min":1.466},"last":1.129},{"interface":"front","average":{"1min":0.95599999999999996,"5min":1.0129999999999999,"15min":1.0269999999999999},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.25,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":1.2849999999999999}]},{"osd":4,"last update":"Wed Nov 8 18:06:23 2023","interfaces":[{"interface":"back","average":{"1min":1.0680000000000001,"5min":1.069,"15min":1.079},"min":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.4139999999999999,"5min":1.597,"15min":1.597},"last":0.875},{"interface":"front","average":{"1min":1.137,"5min":1.169,"15min":1.181},"min":{"1min":0.92500000000000004,"5min":0.876,"15min":0.876},"max":{"1min":1.347,"5min":1.538,"15min":1.538},"last":1.175}]},{"osd":6,"last update":"Wed Nov 8 18:06:23 2023","interfaces":[{"interface":"back","average":{"1min":1.1120000000000001,"5min":1.0900000000000001,"15min":1.087},"min":{"1min":0.80300000000000005,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.5529999999999999,"5min":1.5529999999999999,"15min":1.5529999999999999},"last":1.143},{"interface":"front","average":{"1min":1.1519999999999999,"5min":1.1339999999999999,"15min":1.1379999999999999},"min":{"1min":0.752,"5min":0.73699999999999999,"15min":0.73699999999999999},"max":{"1min":1.4730000000000001,"5min":1.5269999999999999,"15min":1.5269999999999999},"last":1.2050000000000001}]},{"osd":7,"last update":"Wed Nov 8 18:06:30 2023","interfaces":[{"interface":"back","average":{"1min":1.069,"5min":1.1120000000000001,"15min":1.1259999999999999},"min":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.4179999999999999,"5min":1.482,"15min":1.482},"last":1.248},{"interface":"front","average":{"1min":1.121,"5min":1.171,"15min":1.1870000000000001},"min":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.385,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":1.0189999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345968,"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":163502,"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 18:06:03 2023","interfaces":[{"interface":"back","average":{"1min":0.66500000000000004,"5min":0.65600000000000003,"15min":0.64200000000000002},"min":{"1min":0.51200000000000001,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.89100000000000001,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.628},{"interface":"front","average":{"1min":0.73699999999999999,"5min":0.75800000000000001,"15min":0.748},"min":{"1min":0.57299999999999995,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.2130000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.65900000000000003}]},{"osd":1,"last update":"Wed Nov 8 18:06:03 2023","interfaces":[{"interface":"back","average":{"1min":0.97399999999999998,"5min":0.93799999999999994,"15min":0.92700000000000005},"min":{"1min":0.81899999999999995,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.2010000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":0.92200000000000004},{"interface":"front","average":{"1min":0.85099999999999998,"5min":0.88600000000000001,"15min":0.90600000000000003},"min":{"1min":0.64900000000000002,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.157,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.89900000000000002}]},{"osd":3,"last update":"Wed Nov 8 18:06:11 2023","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":1.054,"15min":1.042},"min":{"1min":0.83999999999999997,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.252,"5min":1.387,"15min":1.387},"last":1.149},{"interface":"front","average":{"1min":1.0189999999999999,"5min":0.98499999999999999,"15min":0.97099999999999997},"min":{"1min":0.80300000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.234,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":0.94999999999999996}]},{"osd":4,"last update":"Wed Nov 8 18:06:05 2023","interfaces":[{"interface":"back","average":{"1min":0.92100000000000004,"5min":0.88,"15min":0.85499999999999998},"min":{"1min":0.70299999999999996,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.1519999999999999,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.85199999999999998},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.83499999999999996,"15min":0.82099999999999995},"min":{"1min":0.64000000000000001,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.173,"5min":1.212,"15min":1.212},"last":0.875}]},{"osd":5,"last update":"Wed Nov 8 18:06:18 2023","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":1.0209999999999999,"15min":1.02},"min":{"1min":0.82599999999999996,"5min":0.78600000000000003,"15min":0.78600000000000003},"max":{"1min":1.286,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":1.073},{"interface":"front","average":{"1min":1.002,"5min":0.97799999999999998,"15min":0.97599999999999998},"min":{"1min":0.77300000000000002,"5min":0.74399999999999999,"15min":0.74399999999999999},"max":{"1min":1.2210000000000001,"5min":1.331,"15min":1.331},"last":1.0620000000000001}]},{"osd":6,"last update":"Wed Nov 8 18:06:11 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.95599999999999996,"15min":0.94399999999999995},"min":{"1min":0.79500000000000004,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.2649999999999999,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.81000000000000005},{"interface":"front","average":{"1min":1.04,"5min":0.97499999999999998,"15min":0.95299999999999996},"min":{"1min":0.84199999999999997,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.258,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.99399999999999999}]},{"osd":7,"last update":"Wed Nov 8 18:06:32 2023","interfaces":[{"interface":"back","average":{"1min":1.1020000000000001,"5min":1.079,"15min":1.073},"min":{"1min":0.94599999999999995,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.325,"5min":1.325,"15min":1.325},"last":1.0309999999999999},{"interface":"front","average":{"1min":1.155,"5min":1.1639999999999999,"15min":1.1579999999999999},"min":{"1min":0.90600000000000003,"5min":0.90600000000000003,"15min":0.90600000000000003},"max":{"1min":1.629,"5min":1.629,"15min":1.629},"last":1.2110000000000001}]}]},{"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":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":163502,"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 18:06:05 2023","interfaces":[{"interface":"back","average":{"1min":0.82699999999999996,"5min":0.84899999999999998,"15min":0.85899999999999999},"min":{"1min":0.60199999999999998,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.093,"5min":1.51,"15min":1.51},"last":0.67200000000000004},{"interface":"front","average":{"1min":0.80200000000000005,"5min":0.84299999999999997,"15min":0.85199999999999998},"min":{"1min":0.63500000000000001,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.0680000000000001,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":0.78800000000000003}]},{"osd":2,"last update":"Wed Nov 8 18:06:05 2023","interfaces":[{"interface":"back","average":{"1min":0.74299999999999999,"5min":0.75900000000000001,"15min":0.76200000000000001},"min":{"1min":0.58499999999999996,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.92400000000000004,"5min":1.1020000000000001,"15min":1.1020000000000001},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.83499999999999996,"15min":0.80700000000000005},"min":{"1min":0.61199999999999999,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.1910000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.753}]},{"osd":3,"last update":"Wed Nov 8 18:06:17 2023","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":1.028,"15min":1.026},"min":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.2210000000000001,"5min":1.524,"15min":1.524},"last":0.999},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.96799999999999997,"15min":0.97399999999999998},"min":{"1min":0.68300000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.1539999999999999,"5min":1.6890000000000001,"15min":1.6890000000000001},"last":0.95599999999999996}]},{"osd":4,"last update":"Wed Nov 8 18:06:05 2023","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":0.91400000000000003,"15min":0.89700000000000002},"min":{"1min":0.70599999999999996,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.216,"5min":1.216,"15min":1.216},"last":0.92800000000000005},{"interface":"front","average":{"1min":0.876,"5min":0.874,"15min":0.85999999999999999},"min":{"1min":0.67000000000000004,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.0329999999999999,"5min":1.482,"15min":1.482},"last":0.69299999999999995}]},{"osd":5,"last update":"Wed Nov 8 18:06:21 2023","interfaces":[{"interface":"back","average":{"1min":1.1699999999999999,"5min":1.141,"15min":1.145},"min":{"1min":1.0349999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"max":{"1min":1.391,"5min":1.802,"15min":1.802},"last":1.0429999999999999},{"interface":"front","average":{"1min":1.028,"5min":1.038,"15min":1.054},"min":{"1min":0.86199999999999999,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.1779999999999999,"5min":1.9319999999999999,"15min":1.9319999999999999},"last":0.90800000000000003}]},{"osd":6,"last update":"Wed Nov 8 18:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.93100000000000005,"15min":0.93899999999999995},"min":{"1min":0.53400000000000003,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.1830000000000001,"5min":1.284,"15min":1.284},"last":0.72599999999999998},{"interface":"front","average":{"1min":1.165,"5min":1.1100000000000001,"15min":1.0980000000000001},"min":{"1min":0.92800000000000005,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.4590000000000001,"5min":2.0329999999999999,"15min":2.0329999999999999},"last":1.0900000000000001}]},{"osd":7,"last update":"Wed Nov 8 18:06:25 2023","interfaces":[{"interface":"back","average":{"1min":1.2589999999999999,"5min":1.2010000000000001,"15min":1.196},"min":{"1min":1.0800000000000001,"5min":0.91200000000000003,"15min":0.91200000000000003},"max":{"1min":1.5900000000000001,"5min":1.7190000000000001,"15min":1.7190000000000001},"last":1.208},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.113,"15min":1.119},"min":{"1min":0.84299999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"max":{"1min":1.2729999999999999,"5min":1.641,"15min":1.641},"last":1.0169999999999999}]}]},{"osd":1,"up_from":24,"seq":103079215151,"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":163502,"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 18:06:03 2023","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.876,"15min":0.874},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.155,"5min":1.4750000000000001,"15min":1.4750000000000001},"last":0.76200000000000001},{"interface":"front","average":{"1min":0.91100000000000003,"5min":0.85999999999999999,"15min":0.84199999999999997},"min":{"1min":0.58299999999999996,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.4239999999999999,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":1.022}]},{"osd":2,"last update":"Wed Nov 8 18:06:03 2023","interfaces":[{"interface":"back","average":{"1min":1.032,"5min":1.0349999999999999,"15min":1.0229999999999999},"min":{"1min":0.69899999999999995,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.3759999999999999,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":1.1299999999999999},{"interface":"front","average":{"1min":0.93600000000000005,"5min":0.94899999999999995,"15min":0.95099999999999996},"min":{"1min":0.69599999999999995,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.2010000000000001,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":0.83199999999999996}]},{"osd":3,"last update":"Wed Nov 8 18:06:15 2023","interfaces":[{"interface":"back","average":{"1min":0.86899999999999999,"5min":0.81499999999999995,"15min":0.78100000000000003},"min":{"1min":0.51600000000000001,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.556,"5min":1.556,"15min":1.556},"last":0.97199999999999998},{"interface":"front","average":{"1min":0.84199999999999997,"5min":0.83399999999999996,"15min":0.82299999999999995},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.8859999999999999,"5min":1.8859999999999999,"15min":1.8859999999999999},"last":1.2909999999999999}]},{"osd":4,"last update":"Wed Nov 8 18:06:10 2023","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":1.0449999999999999,"15min":1.028},"min":{"1min":0.67000000000000004,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.3169999999999999,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":1.054},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.92800000000000005,"15min":0.91100000000000003},"min":{"1min":0.65400000000000003,"5min":0.63,"15min":0.63},"max":{"1min":1.2729999999999999,"5min":1.5109999999999999,"15min":1.5109999999999999},"last":0.72999999999999998}]},{"osd":5,"last update":"Wed Nov 8 18:06:19 2023","interfaces":[{"interface":"back","average":{"1min":0.82599999999999996,"5min":0.84499999999999997,"15min":0.83299999999999996},"min":{"1min":0.55600000000000005,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.145,"5min":1.286,"15min":1.286},"last":0.70099999999999996},{"interface":"front","average":{"1min":1.1000000000000001,"5min":1.0640000000000001,"15min":1.0329999999999999},"min":{"1min":0.63700000000000001,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.407,"5min":1.454,"15min":1.454},"last":1.262}]},{"osd":6,"last update":"Wed Nov 8 18:06:10 2023","interfaces":[{"interface":"back","average":{"1min":0.97399999999999998,"5min":1.0249999999999999,"15min":1.014},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.149,"5min":1.532,"15min":1.532},"last":1.2130000000000001},{"interface":"front","average":{"1min":1.1559999999999999,"5min":1.177,"15min":1.159},"min":{"1min":0.76800000000000002,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.4590000000000001,"5min":1.7889999999999999,"15min":1.7889999999999999},"last":1.173}]},{"osd":7,"last update":"Wed Nov 8 18:06:28 2023","interfaces":[{"interface":"back","average":{"1min":1.01,"5min":1.0249999999999999,"15min":1.008},"min":{"1min":0.69399999999999995,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.3220000000000001,"5min":1.458,"15min":1.458},"last":0.91600000000000004},{"interface":"front","average":{"1min":1.137,"5min":1.208,"15min":1.2050000000000001},"min":{"1min":0.71099999999999997,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.6160000000000001,"5min":1.6830000000000001,"15min":1.6830000000000001},"last":1.3280000000000001}]}]},{"osd":4,"up_from":26,"seq":111669149742,"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":163502,"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 18:06:06 2023","interfaces":[{"interface":"back","average":{"1min":0.72499999999999998,"5min":0.69999999999999996,"15min":0.68799999999999994},"min":{"1min":0.52300000000000002,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.89800000000000002,"5min":1.0640000000000001,"15min":1.0640000000000001},"last":0.747},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.76500000000000001,"15min":0.74199999999999999},"min":{"1min":0.57099999999999995,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":1.103,"5min":1.5640000000000001,"15min":1.5640000000000001},"last":0.66400000000000003}]},{"osd":1,"last update":"Wed Nov 8 18:06:06 2023","interfaces":[{"interface":"back","average":{"1min":0.90100000000000002,"5min":0.84199999999999997,"15min":0.83099999999999996},"min":{"1min":0.66400000000000003,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.1459999999999999,"5min":1.1459999999999999,"15min":1.1459999999999999},"last":0.97199999999999998},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.89500000000000002,"15min":0.88700000000000001},"min":{"1min":0.65500000000000003,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.1539999999999999,"5min":1.7210000000000001,"15min":1.7210000000000001},"last":1.079}]},{"osd":2,"last update":"Wed Nov 8 18:06:06 2023","interfaces":[{"interface":"back","average":{"1min":0.84099999999999997,"5min":0.78700000000000003,"15min":0.77200000000000002},"min":{"1min":0.67300000000000004,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.0960000000000001,"5min":1.337,"15min":1.337},"last":0.84399999999999997},{"interface":"front","average":{"1min":0.81599999999999995,"5min":0.80200000000000005,"15min":0.78400000000000003},"min":{"1min":0.59599999999999997,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":1.0780000000000001,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":0.81200000000000006}]},{"osd":3,"last update":"Wed Nov 8 18:06:12 2023","interfaces":[{"interface":"back","average":{"1min":0.95799999999999996,"5min":0.98399999999999999,"15min":0.98199999999999998},"min":{"1min":0.83499999999999996,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.069,"5min":1.9330000000000001,"15min":1.9330000000000001},"last":0.998},{"interface":"front","average":{"1min":1.0980000000000001,"5min":1.0680000000000001,"15min":1.0620000000000001},"min":{"1min":0.72199999999999998,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.351,"5min":1.962,"15min":1.962},"last":1.2989999999999999}]},{"osd":5,"last update":"Wed Nov 8 18:06:20 2023","interfaces":[{"interface":"back","average":{"1min":1.0549999999999999,"5min":1.028,"15min":1.016},"min":{"1min":0.86799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.2829999999999999,"5min":1.496,"15min":1.496},"last":1.115},{"interface":"front","average":{"1min":1.024,"5min":1.048,"15min":1.042},"min":{"1min":0.70499999999999996,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.2470000000000001,"5min":1.369,"15min":1.369},"last":1.278}]},{"osd":6,"last update":"Wed Nov 8 18:06:12 2023","interfaces":[{"interface":"back","average":{"1min":1.0800000000000001,"5min":1.008,"15min":1.0049999999999999},"min":{"1min":0.77500000000000002,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":1.3600000000000001,"5min":1.4470000000000001,"15min":1.4470000000000001},"last":1.21},{"interface":"front","average":{"1min":1.079,"5min":1.0449999999999999,"15min":1.0369999999999999},"min":{"1min":0.71499999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.339,"5min":1.6060000000000001,"15min":1.6060000000000001},"last":1.0549999999999999}]},{"osd":7,"last update":"Wed Nov 8 18:06:24 2023","interfaces":[{"interface":"back","average":{"1min":1.165,"5min":1.1459999999999999,"15min":1.1419999999999999},"min":{"1min":0.93300000000000005,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.5840000000000001,"5min":1.5840000000000001,"15min":1.5840000000000001},"last":1.3500000000000001},{"interface":"front","average":{"1min":1.181,"5min":1.1739999999999999,"15min":1.1619999999999999},"min":{"1min":0.94699999999999995,"5min":0.75,"15min":0.75},"max":{"1min":1.4570000000000001,"5min":1.488,"15min":1.488},"last":1.2430000000000001}]}]},{"osd":6,"up_from":30,"seq":128849018925,"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":163502,"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 18:06:13 2023","interfaces":[{"interface":"back","average":{"1min":0.71999999999999997,"5min":0.69999999999999996,"15min":0.68999999999999995},"min":{"1min":0.61899999999999999,"5min":0.504,"15min":0.504},"max":{"1min":0.96399999999999997,"5min":1.024,"15min":1.024},"last":0.63},{"interface":"front","average":{"1min":0.77500000000000002,"5min":0.79500000000000004,"15min":0.79600000000000004},"min":{"1min":0.59099999999999997,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.137,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.877}]},{"osd":1,"last update":"Wed Nov 8 18:06:13 2023","interfaces":[{"interface":"back","average":{"1min":0.80900000000000005,"5min":0.83099999999999996,"15min":0.80800000000000005},"min":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.0700000000000001,"5min":3.3799999999999999,"15min":3.3799999999999999},"last":0.74299999999999999},{"interface":"front","average":{"1min":1.008,"5min":0.96399999999999997,"15min":0.93100000000000005},"min":{"1min":0.82999999999999996,"5min":0.754,"15min":0.754},"max":{"1min":1.1839999999999999,"5min":3.0249999999999999,"15min":3.0249999999999999},"last":1.28}]},{"osd":2,"last update":"Wed Nov 8 18:06:13 2023","interfaces":[{"interface":"back","average":{"1min":0.90600000000000003,"5min":0.83899999999999997,"15min":0.81599999999999995},"min":{"1min":0.65500000000000003,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.222,"5min":1.222,"15min":1.222},"last":1.0269999999999999},{"interface":"front","average":{"1min":0.91700000000000004,"5min":0.88500000000000001,"15min":0.88900000000000001},"min":{"1min":0.64600000000000002,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.288,"5min":1.288,"15min":1.288},"last":0.66000000000000003}]},{"osd":3,"last update":"Wed Nov 8 18:06:13 2023","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":0.98299999999999998,"15min":0.95699999999999996},"min":{"1min":0.85899999999999999,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.1859999999999999,"5min":3.2650000000000001,"15min":3.2650000000000001},"last":1.0640000000000001},{"interface":"front","average":{"1min":0.91500000000000004,"5min":0.92800000000000005,"15min":0.90000000000000002},"min":{"1min":0.748,"5min":0.629,"15min":0.629},"max":{"1min":1.2,"5min":3.149,"15min":3.149},"last":0.85099999999999998}]},{"osd":4,"last update":"Wed Nov 8 18:06:13 2023","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":1.012,"15min":1.0109999999999999},"min":{"1min":0.78400000000000003,"5min":0.629,"15min":0.629},"max":{"1min":1.2290000000000001,"5min":1.264,"15min":1.264},"last":0.97599999999999998},{"interface":"front","average":{"1min":0.93700000000000006,"5min":0.94699999999999995,"15min":0.95299999999999996},"min":{"1min":0.69799999999999995,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.145,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":0.95699999999999996}]},{"osd":5,"last update":"Wed Nov 8 18:06:26 2023","interfaces":[{"interface":"back","average":{"1min":1.0249999999999999,"5min":1.0720000000000001,"15min":1.0629999999999999},"min":{"1min":0.85499999999999998,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.179,"5min":3.444,"15min":3.444},"last":1.147},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.103,"15min":1.0740000000000001},"min":{"1min":0.996,"5min":0.753,"15min":0.753},"max":{"1min":1.2989999999999999,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":1.1259999999999999}]},{"osd":7,"last update":"Wed Nov 8 18:06:26 2023","interfaces":[{"interface":"back","average":{"1min":1.1699999999999999,"5min":1.1970000000000001,"15min":1.179},"min":{"1min":0.94299999999999995,"5min":0.876,"15min":0.876},"max":{"1min":1.393,"5min":3.331,"15min":3.331},"last":1.1910000000000001},{"interface":"front","average":{"1min":1.1679999999999999,"5min":1.1739999999999999,"15min":1.1419999999999999},"min":{"1min":0.90500000000000003,"5min":0.84199999999999997,"15min":0.84199999999999997},"max":{"1min":1.3340000000000001,"5min":3.1899999999999999,"15min":3.1899999999999999},"last":1.212}]}]},{"osd":3,"up_from":31,"seq":133143986220,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"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":163502,"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 18:06:12 2023","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.88300000000000001,"15min":0.89000000000000001},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.171,"5min":1.337,"15min":1.337},"last":0.90100000000000002},{"interface":"front","average":{"1min":0.88300000000000001,"5min":0.878,"15min":0.86199999999999999},"min":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.155,"5min":1.179,"15min":1.179},"last":0.97099999999999997}]},{"osd":1,"last update":"Wed Nov 8 18:06:12 2023","interfaces":[{"interface":"back","average":{"1min":0.74299999999999999,"5min":0.75600000000000001,"15min":0.753},"min":{"1min":0.55100000000000005,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.1000000000000001,"5min":1.22,"15min":1.22},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.82899999999999996,"5min":0.82699999999999996,"15min":0.82099999999999995},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":1.2689999999999999,"5min":1.49,"15min":1.49},"last":0.78100000000000003}]},{"osd":2,"last update":"Wed Nov 8 18:06:12 2023","interfaces":[{"interface":"back","average":{"1min":0.97399999999999998,"5min":0.98699999999999999,"15min":0.98899999999999999},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.284,"5min":1.323,"15min":1.323},"last":0.995},{"interface":"front","average":{"1min":0.95299999999999996,"5min":0.94699999999999995,"15min":0.93400000000000005},"min":{"1min":0.75600000000000001,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.1910000000000001,"5min":1.337,"15min":1.337},"last":0.83399999999999996}]},{"osd":4,"last update":"Wed Nov 8 18:06:12 2023","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":0.98699999999999999,"15min":0.97899999999999998},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.4319999999999999,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":0.91800000000000004},{"interface":"front","average":{"1min":1.01,"5min":1.0069999999999999,"15min":1.0009999999999999},"min":{"1min":0.68799999999999994,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.3640000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":1.151}]},{"osd":5,"last update":"Wed Nov 8 18:06:19 2023","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":0.98199999999999998,"15min":0.98299999999999998},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.3759999999999999,"5min":1.583,"15min":1.583},"last":1.099},{"interface":"front","average":{"1min":1.089,"5min":1.0109999999999999,"15min":1.002},"min":{"1min":0.66200000000000003,"5min":0.496,"15min":0.496},"max":{"1min":1.3180000000000001,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":1.071}]},{"osd":6,"last update":"Wed Nov 8 18:06:12 2023","interfaces":[{"interface":"back","average":{"1min":1.048,"5min":1.042,"15min":1.0369999999999999},"min":{"1min":0.82999999999999996,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.373,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":1.028},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.1579999999999999,"15min":1.149},"min":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.5069999999999999,"5min":1.806,"15min":1.806},"last":1.2150000000000001}]},{"osd":7,"last update":"Wed Nov 8 18:06:29 2023","interfaces":[{"interface":"back","average":{"1min":1.0860000000000001,"5min":1.069,"15min":1.0609999999999999},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.349,"5min":1.448,"15min":1.448},"last":1.1830000000000001},{"interface":"front","average":{"1min":1.143,"5min":1.125,"15min":1.111},"min":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.3959999999999999,"5min":1.464,"15min":1.464},"last":1.24}]}]}],"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-08T18:06:42.209 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph pg dump --format=json 2023-11-08T18:06:42.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:42 smithi019 bash[24123]: cluster 2023-11-08T18:06:41.261990+0000 mgr.smithi019.obqwgt (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-08T18:06:42.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:42 smithi122 bash[28108]: cluster 2023-11-08T18:06:41.261990+0000 mgr.smithi019.obqwgt (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-08T18:06:43.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:43 smithi019 bash[24123]: audit 2023-11-08T18:06:41.511964+0000 mgr.smithi019.obqwgt (mgr.14180) 234 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:06:43.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:43 smithi122 bash[28108]: audit 2023-11-08T18:06:41.511964+0000 mgr.smithi019.obqwgt (mgr.14180) 234 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:06:44.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:44 smithi019 bash[24123]: cluster 2023-11-08T18:06:43.262692+0000 mgr.smithi019.obqwgt (mgr.14180) 235 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:06:44.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:44 smithi122 bash[28108]: cluster 2023-11-08T18:06:43.262692+0000 mgr.smithi019.obqwgt (mgr.14180) 235 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:06:46.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:46 smithi019 bash[24123]: cluster 2023-11-08T18:06:45.263302+0000 mgr.smithi019.obqwgt (mgr.14180) 236 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:06:46.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:46 smithi122 bash[28108]: cluster 2023-11-08T18:06:45.263302+0000 mgr.smithi019.obqwgt (mgr.14180) 236 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:06:47.003 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:06:48.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:48 smithi019 bash[24123]: cluster 2023-11-08T18:06:47.263942+0000 mgr.smithi019.obqwgt (mgr.14180) 237 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:06:48.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:48 smithi122 bash[28108]: cluster 2023-11-08T18:06:47.263942+0000 mgr.smithi019.obqwgt (mgr.14180) 237 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:06:49.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:49 smithi122 bash[28108]: cluster 2023-11-08T18:06:49.264563+0000 mgr.smithi019.obqwgt (mgr.14180) 238 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:06:49.815 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:06:49.818 INFO:teuthology.orchestra.run.smithi019.stderr:dumped all 2023-11-08T18:06:49.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:49 smithi019 bash[24123]: cluster 2023-11-08T18:06:49.264563+0000 mgr.smithi019.obqwgt (mgr.14180) 238 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:06:50.517 INFO:teuthology.orchestra.run.smithi019.stdout:{"pg_ready":true,"pg_map":{"version":221,"stamp":"2023-11-08T18:06:49.264270+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":2380060,"kb_used_data":3292,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548388,"statfs":{"total":767926730752,"available":765489549312,"internally_reserved":0,"allocated":3371008,"data_stored":1307701,"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-08T18:03:24.535749+0000","last_change":"2023-11-08T18:03:24.535749+0000","last_active":"2023-11-08T18:03:24.535749+0000","last_peered":"2023-11-08T18:03:24.535749+0000","last_clean":"2023-11-08T18:03:24.535749+0000","last_became_active":"2023-11-08T18:03:24.535308+0000","last_became_peered":"2023-11-08T18:03:24.535308+0000","last_unstale":"2023-11-08T18:03:24.535749+0000","last_undegraded":"2023-11-08T18:03:24.535749+0000","last_fullsized":"2023-11-08T18:03:24.535749+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-08T18:03:01.190348+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-08T18:03:01.190348+0000","last_clean_scrub_stamp":"2023-11-08T18:03:01.190348+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":171798691884,"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":163187,"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 18:06:25 2023","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.83599999999999997,"15min":0.83499999999999996},"min":{"1min":0.65500000000000003,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.1890000000000001,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.84999999999999998},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.872,"15min":0.85799999999999998},"min":{"1min":0.625,"5min":0.621,"15min":0.621},"max":{"1min":1.167,"5min":1.234,"15min":1.234},"last":0.69399999999999995}]},{"osd":1,"last update":"Wed Nov 8 18:06:25 2023","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.73999999999999999,"15min":0.72999999999999998},"min":{"1min":0.61299999999999999,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":0.67100000000000004},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.80200000000000005,"15min":0.78400000000000003},"min":{"1min":0.56899999999999995,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.4179999999999999,"5min":1.4179999999999999,"15min":1.4179999999999999},"last":0.64800000000000002}]},{"osd":2,"last update":"Wed Nov 8 18:06:25 2023","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.89000000000000001,"15min":0.89300000000000002},"min":{"1min":0.78600000000000003,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.71899999999999997},{"interface":"front","average":{"1min":0.97199999999999998,"5min":0.94099999999999995,"15min":0.95099999999999996},"min":{"1min":0.69699999999999995,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.2310000000000001,"5min":1.405,"15min":1.405},"last":0.878}]},{"osd":3,"last update":"Wed Nov 8 18:06:25 2023","interfaces":[{"interface":"back","average":{"1min":0.95399999999999996,"5min":0.89300000000000002,"15min":0.879},"min":{"1min":0.66600000000000004,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.234,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":0.54400000000000004},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.90700000000000003,"15min":0.91200000000000003},"min":{"1min":0.60399999999999998,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.165,"5min":1.401,"15min":1.401},"last":0.78400000000000003}]},{"osd":4,"last update":"Wed Nov 8 18:06:25 2023","interfaces":[{"interface":"back","average":{"1min":1.0669999999999999,"5min":1.0449999999999999,"15min":1.054},"min":{"1min":0.88700000000000001,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.306,"5min":1.6859999999999999,"15min":1.6859999999999999},"last":0.94899999999999995},{"interface":"front","average":{"1min":1.0880000000000001,"5min":1.024,"15min":1.016},"min":{"1min":0.84799999999999998,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.325,"5min":1.325,"15min":1.325},"last":0.80800000000000005}]},{"osd":5,"last update":"Wed Nov 8 18:06:25 2023","interfaces":[{"interface":"back","average":{"1min":1.083,"5min":0.96999999999999997,"15min":0.94399999999999995},"min":{"1min":0.54000000000000004,"5min":0.437,"15min":0.437},"max":{"1min":1.304,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.91500000000000004},{"interface":"front","average":{"1min":1.0549999999999999,"5min":1.05,"15min":1.046},"min":{"1min":0.57999999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.4770000000000001,"5min":1.506,"15min":1.506},"last":0.76500000000000001}]},{"osd":6,"last update":"Wed Nov 8 18:06:25 2023","interfaces":[{"interface":"back","average":{"1min":1.1819999999999999,"5min":1.1659999999999999,"15min":1.1579999999999999},"min":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.6100000000000001,"5min":1.6459999999999999,"15min":1.6459999999999999},"last":0.82799999999999996},{"interface":"front","average":{"1min":1.202,"5min":1.177,"15min":1.173},"min":{"1min":0.96999999999999997,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.6140000000000001,"5min":1.726,"15min":1.726},"last":0.89500000000000002}]}]},{"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":163502,"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 18:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.86599999999999999,"5min":0.88800000000000001,"15min":0.90900000000000003},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.1719999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.78100000000000003},{"interface":"front","average":{"1min":0.86099999999999999,"5min":0.84799999999999998,"15min":0.83999999999999997},"min":{"1min":0.629,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.044,"5min":1.1180000000000001,"15min":1.1180000000000001},"last":0.99199999999999999}]},{"osd":1,"last update":"Wed Nov 8 18:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.80300000000000005,"5min":0.80600000000000005,"15min":0.79900000000000004},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.3089999999999999,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":1.026},{"interface":"front","average":{"1min":0.78600000000000003,"5min":0.82199999999999995,"15min":0.83099999999999996},"min":{"1min":0.56399999999999995,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.147,"5min":1.232,"15min":1.232},"last":0.68999999999999995}]},{"osd":2,"last update":"Wed Nov 8 18:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":1.012,"15min":1.024},"min":{"1min":0.72599999999999998,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.272,"5min":1.4590000000000001,"15min":1.4590000000000001},"last":0.95599999999999996},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.92000000000000004,"15min":0.92500000000000004},"min":{"1min":0.71499999999999997,"5min":0.627,"15min":0.627},"max":{"1min":1.216,"5min":1.216,"15min":1.216},"last":1.095}]},{"osd":3,"last update":"Wed Nov 8 18:06:23 2023","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.89600000000000002,"15min":0.91800000000000004},"min":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.466,"5min":1.466,"15min":1.466},"last":0.89400000000000002},{"interface":"front","average":{"1min":0.95599999999999996,"5min":1.0129999999999999,"15min":1.0269999999999999},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.25,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":1.0609999999999999}]},{"osd":4,"last update":"Wed Nov 8 18:06:23 2023","interfaces":[{"interface":"back","average":{"1min":1.0680000000000001,"5min":1.069,"15min":1.079},"min":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.4139999999999999,"5min":1.597,"15min":1.597},"last":1.1259999999999999},{"interface":"front","average":{"1min":1.137,"5min":1.169,"15min":1.181},"min":{"1min":0.92500000000000004,"5min":0.876,"15min":0.876},"max":{"1min":1.347,"5min":1.538,"15min":1.538},"last":1.1539999999999999}]},{"osd":6,"last update":"Wed Nov 8 18:06:23 2023","interfaces":[{"interface":"back","average":{"1min":1.1120000000000001,"5min":1.0900000000000001,"15min":1.087},"min":{"1min":0.80300000000000005,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.5529999999999999,"5min":1.5529999999999999,"15min":1.5529999999999999},"last":1.145},{"interface":"front","average":{"1min":1.1519999999999999,"5min":1.1339999999999999,"15min":1.1379999999999999},"min":{"1min":0.752,"5min":0.73699999999999999,"15min":0.73699999999999999},"max":{"1min":1.4730000000000001,"5min":1.5269999999999999,"15min":1.5269999999999999},"last":1.296}]},{"osd":7,"last update":"Wed Nov 8 18:06:30 2023","interfaces":[{"interface":"back","average":{"1min":1.069,"5min":1.1120000000000001,"15min":1.1259999999999999},"min":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.4179999999999999,"5min":1.482,"15min":1.482},"last":1.1990000000000001},{"interface":"front","average":{"1min":1.121,"5min":1.171,"15min":1.1870000000000001},"min":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.385,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":1.409}]}]},{"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":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":163502,"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 18:06:03 2023","interfaces":[{"interface":"back","average":{"1min":0.66500000000000004,"5min":0.65600000000000003,"15min":0.64200000000000002},"min":{"1min":0.51200000000000001,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.89100000000000001,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.57199999999999995},{"interface":"front","average":{"1min":0.73699999999999999,"5min":0.75800000000000001,"15min":0.748},"min":{"1min":0.57299999999999995,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.2130000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.84099999999999997}]},{"osd":1,"last update":"Wed Nov 8 18:06:03 2023","interfaces":[{"interface":"back","average":{"1min":0.97399999999999998,"5min":0.93799999999999994,"15min":0.92700000000000005},"min":{"1min":0.81899999999999995,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.2010000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":1.0189999999999999},{"interface":"front","average":{"1min":0.85099999999999998,"5min":0.88600000000000001,"15min":0.90600000000000003},"min":{"1min":0.64900000000000002,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.157,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.77000000000000002}]},{"osd":3,"last update":"Wed Nov 8 18:06:11 2023","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":1.054,"15min":1.042},"min":{"1min":0.83999999999999997,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.252,"5min":1.387,"15min":1.387},"last":1.107},{"interface":"front","average":{"1min":1.0189999999999999,"5min":0.98499999999999999,"15min":0.97099999999999997},"min":{"1min":0.80300000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.234,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":1.0489999999999999}]},{"osd":4,"last update":"Wed Nov 8 18:06:05 2023","interfaces":[{"interface":"back","average":{"1min":0.92100000000000004,"5min":0.88,"15min":0.85499999999999998},"min":{"1min":0.70299999999999996,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.1519999999999999,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.73899999999999999},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.83499999999999996,"15min":0.82099999999999995},"min":{"1min":0.64000000000000001,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.173,"5min":1.212,"15min":1.212},"last":0.81000000000000005}]},{"osd":5,"last update":"Wed Nov 8 18:06:18 2023","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":1.0209999999999999,"15min":1.02},"min":{"1min":0.82599999999999996,"5min":0.78600000000000003,"15min":0.78600000000000003},"max":{"1min":1.286,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":0.97299999999999998},{"interface":"front","average":{"1min":1.002,"5min":0.97799999999999998,"15min":0.97599999999999998},"min":{"1min":0.77300000000000002,"5min":0.74399999999999999,"15min":0.74399999999999999},"max":{"1min":1.2210000000000001,"5min":1.331,"15min":1.331},"last":0.90100000000000002}]},{"osd":6,"last update":"Wed Nov 8 18:06:11 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.95599999999999996,"15min":0.94399999999999995},"min":{"1min":0.79500000000000004,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.2649999999999999,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.94499999999999995},{"interface":"front","average":{"1min":1.04,"5min":0.97499999999999998,"15min":0.95299999999999996},"min":{"1min":0.84199999999999997,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.258,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.99399999999999999}]},{"osd":7,"last update":"Wed Nov 8 18:06:32 2023","interfaces":[{"interface":"back","average":{"1min":1.1020000000000001,"5min":1.079,"15min":1.073},"min":{"1min":0.94599999999999995,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.325,"5min":1.325,"15min":1.325},"last":1.0109999999999999},{"interface":"front","average":{"1min":1.155,"5min":1.1639999999999999,"15min":1.1579999999999999},"min":{"1min":0.90600000000000003,"5min":0.90600000000000003,"15min":0.90600000000000003},"max":{"1min":1.629,"5min":1.629,"15min":1.629},"last":1.0660000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476787,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"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":163502,"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 18:06:05 2023","interfaces":[{"interface":"back","average":{"1min":0.82699999999999996,"5min":0.84899999999999998,"15min":0.85899999999999999},"min":{"1min":0.60199999999999998,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.093,"5min":1.51,"15min":1.51},"last":1.0309999999999999},{"interface":"front","average":{"1min":0.80200000000000005,"5min":0.84299999999999997,"15min":0.85199999999999998},"min":{"1min":0.63500000000000001,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.0680000000000001,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":0.88100000000000001}]},{"osd":2,"last update":"Wed Nov 8 18:06:05 2023","interfaces":[{"interface":"back","average":{"1min":0.74299999999999999,"5min":0.75900000000000001,"15min":0.76200000000000001},"min":{"1min":0.58499999999999996,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.92400000000000004,"5min":1.1020000000000001,"15min":1.1020000000000001},"last":0.71699999999999997},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.83499999999999996,"15min":0.80700000000000005},"min":{"1min":0.61199999999999999,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.1910000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.66300000000000003}]},{"osd":3,"last update":"Wed Nov 8 18:06:17 2023","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":1.028,"15min":1.026},"min":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.2210000000000001,"5min":1.524,"15min":1.524},"last":0.91500000000000004},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.96799999999999997,"15min":0.97399999999999998},"min":{"1min":0.68300000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.1539999999999999,"5min":1.6890000000000001,"15min":1.6890000000000001},"last":0.98599999999999999}]},{"osd":4,"last update":"Wed Nov 8 18:06:05 2023","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":0.91400000000000003,"15min":0.89700000000000002},"min":{"1min":0.70599999999999996,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.216,"5min":1.216,"15min":1.216},"last":1.099},{"interface":"front","average":{"1min":0.876,"5min":0.874,"15min":0.85999999999999999},"min":{"1min":0.67000000000000004,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.0329999999999999,"5min":1.482,"15min":1.482},"last":1.081}]},{"osd":5,"last update":"Wed Nov 8 18:06:21 2023","interfaces":[{"interface":"back","average":{"1min":1.1699999999999999,"5min":1.141,"15min":1.145},"min":{"1min":1.0349999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"max":{"1min":1.391,"5min":1.802,"15min":1.802},"last":1.1479999999999999},{"interface":"front","average":{"1min":1.028,"5min":1.038,"15min":1.054},"min":{"1min":0.86199999999999999,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.1779999999999999,"5min":1.9319999999999999,"15min":1.9319999999999999},"last":1.123}]},{"osd":6,"last update":"Wed Nov 8 18:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.93100000000000005,"15min":0.93899999999999995},"min":{"1min":0.53400000000000003,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.1830000000000001,"5min":1.284,"15min":1.284},"last":0.95099999999999996},{"interface":"front","average":{"1min":1.165,"5min":1.1100000000000001,"15min":1.0980000000000001},"min":{"1min":0.92800000000000005,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.4590000000000001,"5min":2.0329999999999999,"15min":2.0329999999999999},"last":1.1930000000000001}]},{"osd":7,"last update":"Wed Nov 8 18:06:25 2023","interfaces":[{"interface":"back","average":{"1min":1.2589999999999999,"5min":1.2010000000000001,"15min":1.196},"min":{"1min":1.0800000000000001,"5min":0.91200000000000003,"15min":0.91200000000000003},"max":{"1min":1.5900000000000001,"5min":1.7190000000000001,"15min":1.7190000000000001},"last":1.24},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.113,"15min":1.119},"min":{"1min":0.84299999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"max":{"1min":1.2729999999999999,"5min":1.641,"15min":1.641},"last":1.1639999999999999}]}]},{"osd":1,"up_from":24,"seq":103079215152,"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":163502,"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 18:06:03 2023","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.876,"15min":0.874},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.155,"5min":1.4750000000000001,"15min":1.4750000000000001},"last":1.254},{"interface":"front","average":{"1min":0.91100000000000003,"5min":0.85999999999999999,"15min":0.84199999999999997},"min":{"1min":0.58299999999999996,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.4239999999999999,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":1.2789999999999999}]},{"osd":2,"last update":"Wed Nov 8 18:06:03 2023","interfaces":[{"interface":"back","average":{"1min":1.032,"5min":1.0349999999999999,"15min":1.0229999999999999},"min":{"1min":0.69899999999999995,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.3759999999999999,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":0.70699999999999996},{"interface":"front","average":{"1min":0.93600000000000005,"5min":0.94899999999999995,"15min":0.95099999999999996},"min":{"1min":0.69599999999999995,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.2010000000000001,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":0.92800000000000005}]},{"osd":3,"last update":"Wed Nov 8 18:06:15 2023","interfaces":[{"interface":"back","average":{"1min":0.86899999999999999,"5min":0.81499999999999995,"15min":0.78100000000000003},"min":{"1min":0.51600000000000001,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.556,"5min":1.556,"15min":1.556},"last":0.85499999999999998},{"interface":"front","average":{"1min":0.84199999999999997,"5min":0.83399999999999996,"15min":0.82299999999999995},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.8859999999999999,"5min":1.8859999999999999,"15min":1.8859999999999999},"last":1.0229999999999999}]},{"osd":4,"last update":"Wed Nov 8 18:06:10 2023","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":1.0449999999999999,"15min":1.028},"min":{"1min":0.67000000000000004,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.3169999999999999,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":1.0940000000000001},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.92800000000000005,"15min":0.91100000000000003},"min":{"1min":0.65400000000000003,"5min":0.63,"15min":0.63},"max":{"1min":1.2729999999999999,"5min":1.5109999999999999,"15min":1.5109999999999999},"last":1.073}]},{"osd":5,"last update":"Wed Nov 8 18:06:19 2023","interfaces":[{"interface":"back","average":{"1min":0.82599999999999996,"5min":0.84499999999999997,"15min":0.83299999999999996},"min":{"1min":0.55600000000000005,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.145,"5min":1.286,"15min":1.286},"last":1.042},{"interface":"front","average":{"1min":1.1000000000000001,"5min":1.0640000000000001,"15min":1.0329999999999999},"min":{"1min":0.63700000000000001,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.407,"5min":1.454,"15min":1.454},"last":1.3360000000000001}]},{"osd":6,"last update":"Wed Nov 8 18:06:10 2023","interfaces":[{"interface":"back","average":{"1min":0.97399999999999998,"5min":1.0249999999999999,"15min":1.014},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.149,"5min":1.532,"15min":1.532},"last":1.1859999999999999},{"interface":"front","average":{"1min":1.1559999999999999,"5min":1.177,"15min":1.159},"min":{"1min":0.76800000000000002,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.4590000000000001,"5min":1.7889999999999999,"15min":1.7889999999999999},"last":1.4259999999999999}]},{"osd":7,"last update":"Wed Nov 8 18:06:28 2023","interfaces":[{"interface":"back","average":{"1min":1.01,"5min":1.0249999999999999,"15min":1.008},"min":{"1min":0.69399999999999995,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.3220000000000001,"5min":1.458,"15min":1.458},"last":1.369},{"interface":"front","average":{"1min":1.137,"5min":1.208,"15min":1.2050000000000001},"min":{"1min":0.71099999999999997,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.6160000000000001,"5min":1.6830000000000001,"15min":1.6830000000000001},"last":1.5}]}]},{"osd":4,"up_from":26,"seq":111669149744,"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":163502,"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 18:06:06 2023","interfaces":[{"interface":"back","average":{"1min":0.72499999999999998,"5min":0.69999999999999996,"15min":0.68799999999999994},"min":{"1min":0.52300000000000002,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.89800000000000002,"5min":1.0640000000000001,"15min":1.0640000000000001},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.76500000000000001,"15min":0.74199999999999999},"min":{"1min":0.57099999999999995,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":1.103,"5min":1.5640000000000001,"15min":1.5640000000000001},"last":0.78300000000000003}]},{"osd":1,"last update":"Wed Nov 8 18:06:06 2023","interfaces":[{"interface":"back","average":{"1min":0.90100000000000002,"5min":0.84199999999999997,"15min":0.83099999999999996},"min":{"1min":0.66400000000000003,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.1459999999999999,"5min":1.1459999999999999,"15min":1.1459999999999999},"last":1.048},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.89500000000000002,"15min":0.88700000000000001},"min":{"1min":0.65500000000000003,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.1539999999999999,"5min":1.7210000000000001,"15min":1.7210000000000001},"last":0.82199999999999995}]},{"osd":2,"last update":"Wed Nov 8 18:06:06 2023","interfaces":[{"interface":"back","average":{"1min":0.84099999999999997,"5min":0.78700000000000003,"15min":0.77200000000000002},"min":{"1min":0.67300000000000004,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.0960000000000001,"5min":1.337,"15min":1.337},"last":0.68300000000000005},{"interface":"front","average":{"1min":0.81599999999999995,"5min":0.80200000000000005,"15min":0.78400000000000003},"min":{"1min":0.59599999999999997,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":1.0780000000000001,"5min":1.1850000000000001,"15min":1.1850000000000001},"last":0.748}]},{"osd":3,"last update":"Wed Nov 8 18:06:12 2023","interfaces":[{"interface":"back","average":{"1min":0.95799999999999996,"5min":0.98399999999999999,"15min":0.98199999999999998},"min":{"1min":0.83499999999999996,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.069,"5min":1.9330000000000001,"15min":1.9330000000000001},"last":0.99399999999999999},{"interface":"front","average":{"1min":1.0980000000000001,"5min":1.0680000000000001,"15min":1.0620000000000001},"min":{"1min":0.72199999999999998,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.351,"5min":1.962,"15min":1.962},"last":0.97699999999999998}]},{"osd":5,"last update":"Wed Nov 8 18:06:20 2023","interfaces":[{"interface":"back","average":{"1min":1.0549999999999999,"5min":1.028,"15min":1.016},"min":{"1min":0.86799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.2829999999999999,"5min":1.496,"15min":1.496},"last":0.85799999999999998},{"interface":"front","average":{"1min":1.024,"5min":1.048,"15min":1.042},"min":{"1min":0.70499999999999996,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.2470000000000001,"5min":1.369,"15min":1.369},"last":1.0980000000000001}]},{"osd":6,"last update":"Wed Nov 8 18:06:12 2023","interfaces":[{"interface":"back","average":{"1min":1.0800000000000001,"5min":1.008,"15min":1.0049999999999999},"min":{"1min":0.77500000000000002,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":1.3600000000000001,"5min":1.4470000000000001,"15min":1.4470000000000001},"last":0.93000000000000005},{"interface":"front","average":{"1min":1.079,"5min":1.0449999999999999,"15min":1.0369999999999999},"min":{"1min":0.71499999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.339,"5min":1.6060000000000001,"15min":1.6060000000000001},"last":0.94399999999999995}]},{"osd":7,"last update":"Wed Nov 8 18:06:24 2023","interfaces":[{"interface":"back","average":{"1min":1.165,"5min":1.1459999999999999,"15min":1.1419999999999999},"min":{"1min":0.93300000000000005,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.5840000000000001,"5min":1.5840000000000001,"15min":1.5840000000000001},"last":0.88},{"interface":"front","average":{"1min":1.181,"5min":1.1739999999999999,"15min":1.1619999999999999},"min":{"1min":0.94699999999999995,"5min":0.75,"15min":0.75},"max":{"1min":1.4570000000000001,"5min":1.488,"15min":1.488},"last":1.1279999999999999}]}]},{"osd":6,"up_from":30,"seq":128849018927,"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":163502,"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 18:06:13 2023","interfaces":[{"interface":"back","average":{"1min":0.71999999999999997,"5min":0.69999999999999996,"15min":0.68999999999999995},"min":{"1min":0.61899999999999999,"5min":0.504,"15min":0.504},"max":{"1min":0.96399999999999997,"5min":1.024,"15min":1.024},"last":0.70999999999999996},{"interface":"front","average":{"1min":0.77500000000000002,"5min":0.79500000000000004,"15min":0.79600000000000004},"min":{"1min":0.59099999999999997,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.137,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.89200000000000002}]},{"osd":1,"last update":"Wed Nov 8 18:06:13 2023","interfaces":[{"interface":"back","average":{"1min":0.80900000000000005,"5min":0.83099999999999996,"15min":0.80800000000000005},"min":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.0700000000000001,"5min":3.3799999999999999,"15min":3.3799999999999999},"last":1.1220000000000001},{"interface":"front","average":{"1min":1.008,"5min":0.96399999999999997,"15min":0.93100000000000005},"min":{"1min":0.82999999999999996,"5min":0.754,"15min":0.754},"max":{"1min":1.1839999999999999,"5min":3.0249999999999999,"15min":3.0249999999999999},"last":0.93300000000000005}]},{"osd":2,"last update":"Wed Nov 8 18:06:13 2023","interfaces":[{"interface":"back","average":{"1min":0.90600000000000003,"5min":0.83899999999999997,"15min":0.81599999999999995},"min":{"1min":0.65500000000000003,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.222,"5min":1.222,"15min":1.222},"last":1.004},{"interface":"front","average":{"1min":0.91700000000000004,"5min":0.88500000000000001,"15min":0.88900000000000001},"min":{"1min":0.64600000000000002,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.288,"5min":1.288,"15min":1.288},"last":0.64000000000000001}]},{"osd":3,"last update":"Wed Nov 8 18:06:13 2023","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":0.98299999999999998,"15min":0.95699999999999996},"min":{"1min":0.85899999999999999,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.1859999999999999,"5min":3.2650000000000001,"15min":3.2650000000000001},"last":1.0669999999999999},{"interface":"front","average":{"1min":0.91500000000000004,"5min":0.92800000000000005,"15min":0.90000000000000002},"min":{"1min":0.748,"5min":0.629,"15min":0.629},"max":{"1min":1.2,"5min":3.149,"15min":3.149},"last":0.98299999999999998}]},{"osd":4,"last update":"Wed Nov 8 18:06:13 2023","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":1.012,"15min":1.0109999999999999},"min":{"1min":0.78400000000000003,"5min":0.629,"15min":0.629},"max":{"1min":1.2290000000000001,"5min":1.264,"15min":1.264},"last":0.78400000000000003},{"interface":"front","average":{"1min":0.93700000000000006,"5min":0.94699999999999995,"15min":0.95299999999999996},"min":{"1min":0.69799999999999995,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.145,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":0.84699999999999998}]},{"osd":5,"last update":"Wed Nov 8 18:06:26 2023","interfaces":[{"interface":"back","average":{"1min":1.0249999999999999,"5min":1.0720000000000001,"15min":1.0629999999999999},"min":{"1min":0.85499999999999998,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.179,"5min":3.444,"15min":3.444},"last":1.198},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.103,"15min":1.0740000000000001},"min":{"1min":0.996,"5min":0.753,"15min":0.753},"max":{"1min":1.2989999999999999,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":1.1040000000000001}]},{"osd":7,"last update":"Wed Nov 8 18:06:26 2023","interfaces":[{"interface":"back","average":{"1min":1.1699999999999999,"5min":1.1970000000000001,"15min":1.179},"min":{"1min":0.94299999999999995,"5min":0.876,"15min":0.876},"max":{"1min":1.393,"5min":3.331,"15min":3.331},"last":1.1759999999999999},{"interface":"front","average":{"1min":1.1679999999999999,"5min":1.1739999999999999,"15min":1.1419999999999999},"min":{"1min":0.90500000000000003,"5min":0.84199999999999997,"15min":0.84199999999999997},"max":{"1min":1.3340000000000001,"5min":3.1899999999999999,"15min":3.1899999999999999},"last":1.157}]}]},{"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":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":163502,"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 18:06:12 2023","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.88300000000000001,"15min":0.89000000000000001},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.171,"5min":1.337,"15min":1.337},"last":0.72099999999999997},{"interface":"front","average":{"1min":0.88300000000000001,"5min":0.878,"15min":0.86199999999999999},"min":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.155,"5min":1.179,"15min":1.179},"last":0.92700000000000005}]},{"osd":1,"last update":"Wed Nov 8 18:06:12 2023","interfaces":[{"interface":"back","average":{"1min":0.74299999999999999,"5min":0.75600000000000001,"15min":0.753},"min":{"1min":0.55100000000000005,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.1000000000000001,"5min":1.22,"15min":1.22},"last":0.87},{"interface":"front","average":{"1min":0.82899999999999996,"5min":0.82699999999999996,"15min":0.82099999999999995},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":1.2689999999999999,"5min":1.49,"15min":1.49},"last":1.1479999999999999}]},{"osd":2,"last update":"Wed Nov 8 18:06:12 2023","interfaces":[{"interface":"back","average":{"1min":0.97399999999999998,"5min":0.98699999999999999,"15min":0.98899999999999999},"min":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.284,"5min":1.323,"15min":1.323},"last":0.97099999999999997},{"interface":"front","average":{"1min":0.95299999999999996,"5min":0.94699999999999995,"15min":0.93400000000000005},"min":{"1min":0.75600000000000001,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.1910000000000001,"5min":1.337,"15min":1.337},"last":0.81399999999999995}]},{"osd":4,"last update":"Wed Nov 8 18:06:12 2023","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":0.98699999999999999,"15min":0.97899999999999998},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.4319999999999999,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":1.196},{"interface":"front","average":{"1min":1.01,"5min":1.0069999999999999,"15min":1.0009999999999999},"min":{"1min":0.68799999999999994,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.3640000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":1.3560000000000001}]},{"osd":5,"last update":"Wed Nov 8 18:06:19 2023","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":0.98199999999999998,"15min":0.98299999999999998},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.3759999999999999,"5min":1.583,"15min":1.583},"last":1.415},{"interface":"front","average":{"1min":1.089,"5min":1.0109999999999999,"15min":1.002},"min":{"1min":0.66200000000000003,"5min":0.496,"15min":0.496},"max":{"1min":1.3180000000000001,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":1.4930000000000001}]},{"osd":6,"last update":"Wed Nov 8 18:06:12 2023","interfaces":[{"interface":"back","average":{"1min":1.048,"5min":1.042,"15min":1.0369999999999999},"min":{"1min":0.82999999999999996,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.373,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":1.0549999999999999},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.1579999999999999,"15min":1.149},"min":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.5069999999999999,"5min":1.806,"15min":1.806},"last":1.111}]},{"osd":7,"last update":"Wed Nov 8 18:06:29 2023","interfaces":[{"interface":"back","average":{"1min":1.0860000000000001,"5min":1.069,"15min":1.0609999999999999},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.349,"5min":1.448,"15min":1.448},"last":1.7390000000000001},{"interface":"front","average":{"1min":1.143,"5min":1.125,"15min":1.111},"min":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.3959999999999999,"5min":1.464,"15min":1.464},"last":1.593}]}]}],"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-08T18:06:50.519 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-08T18:06:50.520 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-08T18:06:50.520 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-08T18:06:50.520 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph health --format=json 2023-11-08T18:06:50.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:50 smithi122 bash[28108]: audit 2023-11-08T18:06:49.806243+0000 mgr.smithi019.obqwgt (mgr.14180) 239 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:06:50.752 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:50 smithi019 bash[24123]: audit 2023-11-08T18:06:49.806243+0000 mgr.smithi019.obqwgt (mgr.14180) 239 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:06:51.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:51 smithi019 bash[24123]: cluster 2023-11-08T18:06:51.265110+0000 mgr.smithi019.obqwgt (mgr.14180) 240 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:06:51.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:51 smithi122 bash[28108]: cluster 2023-11-08T18:06:51.265110+0000 mgr.smithi019.obqwgt (mgr.14180) 240 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:06:54.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:54 smithi019 bash[24123]: cluster 2023-11-08T18:06:53.265655+0000 mgr.smithi019.obqwgt (mgr.14180) 241 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:06:54.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:54 smithi122 bash[28108]: cluster 2023-11-08T18:06:53.265655+0000 mgr.smithi019.obqwgt (mgr.14180) 241 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:06:55.317 INFO:teuthology.orchestra.run.smithi019.stderr:Inferring config /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/mon.smithi019/config 2023-11-08T18:06:56.493 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:56 smithi019 bash[24123]: cluster 2023-11-08T18:06:55.266282+0000 mgr.smithi019.obqwgt (mgr.14180) 242 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:06:56.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:56 smithi122 bash[28108]: cluster 2023-11-08T18:06:55.266282+0000 mgr.smithi019.obqwgt (mgr.14180) 242 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:06:58.176 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:06:58.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:58 smithi019 bash[24123]: cluster 2023-11-08T18:06:57.266799+0000 mgr.smithi019.obqwgt (mgr.14180) 243 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:06:58.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:58 smithi019 bash[24123]: audit 2023-11-08T18:06:58.174119+0000 mon.smithi019 (mon.0) 622 : audit [DBG] from='client.? 172.21.15.19:0/4191915828' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-08T18:06:58.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:58 smithi122 bash[28108]: cluster 2023-11-08T18:06:57.266799+0000 mgr.smithi019.obqwgt (mgr.14180) 243 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:06:58.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:58 smithi122 bash[28108]: audit 2023-11-08T18:06:58.174119+0000 mon.smithi019 (mon.0) 622 : audit [DBG] from='client.? 172.21.15.19:0/4191915828' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-08T18:06:58.937 INFO:teuthology.orchestra.run.smithi019.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-08T18:06:58.937 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-08T18:06:58.938 INFO:tasks.cephadm:Setup complete, yielding 2023-11-08T18:06:58.938 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T18:06:58.948 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2023-11-08T18:06:58.949 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-08T18:06:59.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:06:59 smithi122 bash[28108]: cluster 2023-11-08T18:06:59.267301+0000 mgr.smithi019.obqwgt (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-08T18:06:59.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:06:59 smithi019 bash[24123]: cluster 2023-11-08T18:06:59.267301+0000 mgr.smithi019.obqwgt (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-08T18:07:02.081 INFO:teuthology.orchestra.run.smithi019.stdout:Backend: cephadm 2023-11-08T18:07:02.081 INFO:teuthology.orchestra.run.smithi019.stdout:Available: Yes 2023-11-08T18:07:02.081 INFO:teuthology.orchestra.run.smithi019.stdout:Paused: No 2023-11-08T18:07:02.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:02 smithi019 bash[24123]: cluster 2023-11-08T18:07:01.267902+0000 mgr.smithi019.obqwgt (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-08T18:07:02.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:02 smithi122 bash[28108]: cluster 2023-11-08T18:07:01.267902+0000 mgr.smithi019.obqwgt (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-08T18:07:02.755 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-08T18:07:03.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:03 smithi019 bash[24123]: audit 2023-11-08T18:07:02.077420+0000 mgr.smithi019.obqwgt (mgr.14180) 246 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T18:07:03.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:03 smithi122 bash[28108]: audit 2023-11-08T18:07:02.077420+0000 mgr.smithi019.obqwgt (mgr.14180) 246 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T18:07:04.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:04 smithi019 bash[24123]: cluster 2023-11-08T18:07:03.268400+0000 mgr.smithi019.obqwgt (mgr.14180) 247 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:04.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:04 smithi122 bash[28108]: cluster 2023-11-08T18:07:03.268400+0000 mgr.smithi019.obqwgt (mgr.14180) 247 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:05.857 INFO:teuthology.orchestra.run.smithi019.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T18:07:05.857 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager.smithi019 smithi019 *:9093,9094 running (5m) 39s ago 7m 12.1M - 0.23.0 ba2b418f427c d8f60910a323 2023-11-08T18:07:05.858 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi019 smithi019 running (7m) 39s ago 7m 6928k - 16.2.14-129-gcfb6fd52 450c989a0092 6ecec0a07889 2023-11-08T18:07:05.858 INFO:teuthology.orchestra.run.smithi019.stdout:crash.smithi122 smithi122 running (6m) 39s ago 6m 7092k - 16.2.14-129-gcfb6fd52 450c989a0092 0c0b50427790 2023-11-08T18:07:05.858 INFO:teuthology.orchestra.run.smithi019.stdout:grafana.smithi019 smithi019 *:3000 running (5m) 39s ago 6m 40.5M - 8.3.5 dad864ee21e9 a19f127e94a1 2023-11-08T18:07:05.859 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi019.obqwgt smithi019 *:9283 running (8m) 39s ago 8m 428M - 16.2.14-129-gcfb6fd52 450c989a0092 6ad8fca818be 2023-11-08T18:07:05.859 INFO:teuthology.orchestra.run.smithi019.stdout:mgr.smithi122.qwqjhv smithi122 *:8443,9283 running (5m) 39s ago 6m 374M - 16.2.14-129-gcfb6fd52 450c989a0092 94467c371c99 2023-11-08T18:07:05.859 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi019 smithi019 running (8m) 39s ago 8m 62.8M 2048M 16.2.14-129-gcfb6fd52 450c989a0092 35608fee6a63 2023-11-08T18:07:05.860 INFO:teuthology.orchestra.run.smithi019.stdout:mon.smithi122 smithi122 running (5m) 39s ago 5m 62.0M 2048M 16.2.14-129-gcfb6fd52 450c989a0092 634948d663d7 2023-11-08T18:07:05.860 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi019 smithi019 *:9100 running (6m) 39s ago 6m 10.1M - 1.3.1 1dbe0e931976 51c0a5db69a6 2023-11-08T18:07:05.861 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter.smithi122 smithi122 *:9100 running (5m) 39s ago 5m 10.0M - 1.3.1 1dbe0e931976 bea2e8cf4816 2023-11-08T18:07:05.861 INFO:teuthology.orchestra.run.smithi019.stdout:osd.0 smithi122 running (4m) 39s ago 4m 32.9M 4028M 16.2.14-129-gcfb6fd52 450c989a0092 3a7a5410fcfc 2023-11-08T18:07:05.861 INFO:teuthology.orchestra.run.smithi019.stdout:osd.1 smithi019 running (4m) 39s ago 4m 32.9M 3261M 16.2.14-129-gcfb6fd52 450c989a0092 8ca5654faef9 2023-11-08T18:07:05.862 INFO:teuthology.orchestra.run.smithi019.stdout:osd.2 smithi122 running (4m) 39s ago 4m 33.0M 4028M 16.2.14-129-gcfb6fd52 450c989a0092 8816400ea3ee 2023-11-08T18:07:05.862 INFO:teuthology.orchestra.run.smithi019.stdout:osd.3 smithi019 running (4m) 39s ago 4m 35.6M 3261M 16.2.14-129-gcfb6fd52 450c989a0092 b5618b959ecc 2023-11-08T18:07:05.862 INFO:teuthology.orchestra.run.smithi019.stdout:osd.4 smithi122 running (4m) 39s ago 4m 32.6M 4028M 16.2.14-129-gcfb6fd52 450c989a0092 98e47c183a99 2023-11-08T18:07:05.862 INFO:teuthology.orchestra.run.smithi019.stdout:osd.5 smithi019 running (3m) 39s ago 4m 32.4M 3261M 16.2.14-129-gcfb6fd52 450c989a0092 4d613ee7d1fc 2023-11-08T18:07:05.863 INFO:teuthology.orchestra.run.smithi019.stdout:osd.6 smithi122 running (4m) 39s ago 4m 32.2M 4028M 16.2.14-129-gcfb6fd52 450c989a0092 4187bba7f62f 2023-11-08T18:07:05.863 INFO:teuthology.orchestra.run.smithi019.stdout:osd.7 smithi019 running (3m) 39s ago 3m 32.9M 3261M 16.2.14-129-gcfb6fd52 450c989a0092 9345781ba654 2023-11-08T18:07:05.863 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus.smithi019 smithi019 *:9095 running (5m) 39s ago 6m 54.5M - 2.33.4 514e6a882f6e 0b247d3364eb 2023-11-08T18:07:06.553 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-08T18:07:06.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:06 smithi122 bash[28108]: cluster 2023-11-08T18:07:05.268961+0000 mgr.smithi019.obqwgt (mgr.14180) 248 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:06.752 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:06 smithi019 bash[24123]: cluster 2023-11-08T18:07:05.268961+0000 mgr.smithi019.obqwgt (mgr.14180) 248 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:07.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:07 smithi019 bash[24123]: audit 2023-11-08T18:07:05.838305+0000 mgr.smithi019.obqwgt (mgr.14180) 249 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T18:07:07.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:07 smithi122 bash[28108]: audit 2023-11-08T18:07:05.838305+0000 mgr.smithi019.obqwgt (mgr.14180) 249 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T18:07:08.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:08 smithi122 bash[28108]: cluster 2023-11-08T18:07:07.269541+0000 mgr.smithi019.obqwgt (mgr.14180) 250 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:08.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:08 smithi019 bash[24123]: cluster 2023-11-08T18:07:07.269541+0000 mgr.smithi019.obqwgt (mgr.14180) 250 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:09.630 INFO:teuthology.orchestra.run.smithi019.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-08T18:07:09.630 INFO:teuthology.orchestra.run.smithi019.stdout:alertmanager ?:9093,9094 1/1 43s ago 7m count:1 2023-11-08T18:07:09.631 INFO:teuthology.orchestra.run.smithi019.stdout:crash 2/2 43s ago 8m * 2023-11-08T18:07:09.631 INFO:teuthology.orchestra.run.smithi019.stdout:grafana ?:3000 1/1 43s ago 8m count:1 2023-11-08T18:07:09.631 INFO:teuthology.orchestra.run.smithi019.stdout:mgr 2/2 43s ago 8m count:2 2023-11-08T18:07:09.631 INFO:teuthology.orchestra.run.smithi019.stdout:mon 2/2 43s ago 6m smithi019:172.21.15.19=smithi019;smithi122:172.21.15.122=smithi122;count:2 2023-11-08T18:07:09.632 INFO:teuthology.orchestra.run.smithi019.stdout:node-exporter ?:9100 2/2 43s ago 7m * 2023-11-08T18:07:09.632 INFO:teuthology.orchestra.run.smithi019.stdout:osd.all-available-devices 8 43s ago 5m * 2023-11-08T18:07:09.632 INFO:teuthology.orchestra.run.smithi019.stdout:prometheus ?:9095 1/1 43s ago 8m count:1 2023-11-08T18:07:09.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:09 smithi122 bash[28108]: cluster 2023-11-08T18:07:09.270199+0000 mgr.smithi019.obqwgt (mgr.14180) 251 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:09.717 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:09 smithi019 bash[24123]: cluster 2023-11-08T18:07:09.270199+0000 mgr.smithi019.obqwgt (mgr.14180) 251 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:10.337 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-08T18:07:10.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:10 smithi019 bash[24123]: audit 2023-11-08T18:07:09.617166+0000 mgr.smithi019.obqwgt (mgr.14180) 252 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T18:07:10.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:10 smithi122 bash[28108]: audit 2023-11-08T18:07:09.617166+0000 mgr.smithi019.obqwgt (mgr.14180) 252 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T18:07:11.683 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:11 smithi019 bash[24123]: cluster 2023-11-08T18:07:11.270863+0000 mgr.smithi019.obqwgt (mgr.14180) 253 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:11.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:11 smithi122 bash[28108]: cluster 2023-11-08T18:07:11.270863+0000 mgr.smithi019.obqwgt (mgr.14180) 253 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:13.474 INFO:teuthology.orchestra.run.smithi019.stdout:HOST ADDR LABELS STATUS 2023-11-08T18:07:13.474 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 172.21.15.19 2023-11-08T18:07:13.474 INFO:teuthology.orchestra.run.smithi019.stdout:smithi122 172.21.15.122 2023-11-08T18:07:13.475 INFO:teuthology.orchestra.run.smithi019.stdout:2 hosts in cluster 2023-11-08T18:07:14.193 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-08T18:07:14.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:14 smithi019 bash[24123]: cluster 2023-11-08T18:07:13.271285+0000 mgr.smithi019.obqwgt (mgr.14180) 254 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:14.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:14 smithi122 bash[28108]: cluster 2023-11-08T18:07:13.271285+0000 mgr.smithi019.obqwgt (mgr.14180) 254 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:15.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:15 smithi019 bash[24123]: audit 2023-11-08T18:07:13.470111+0000 mgr.smithi019.obqwgt (mgr.14180) 255 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T18:07:15.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:15 smithi122 bash[28108]: audit 2023-11-08T18:07:13.470111+0000 mgr.smithi019.obqwgt (mgr.14180) 255 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T18:07:16.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:16 smithi122 bash[28108]: cluster 2023-11-08T18:07:15.271768+0000 mgr.smithi019.obqwgt (mgr.14180) 256 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:16.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:16 smithi019 bash[24123]: cluster 2023-11-08T18:07:15.271768+0000 mgr.smithi019.obqwgt (mgr.14180) 256 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:17.313 INFO:teuthology.orchestra.run.smithi019.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-08T18:07:17.314 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT5330002G400BGN 372G 3m ago LVM detected, locked 2023-11-08T18:07:17.314 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme1n1 ssd Linux_04e9163cf771d2f4c1ed 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T18:07:17.314 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme2n1 ssd Linux_5d9f922d93e1544c4721 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T18:07:17.314 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme3n1 ssd Linux_2da99991b22c696c6ded 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T18:07:17.314 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme4n1 ssd Linux_f27a11b0e5ad8054795e 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T18:07:17.315 INFO:teuthology.orchestra.run.smithi019.stdout:smithi122 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT6204010U400BGN 372G 3m ago LVM detected, locked 2023-11-08T18:07:17.315 INFO:teuthology.orchestra.run.smithi019.stdout:smithi122 /dev/nvme1n1 ssd Linux_8ce95380ccf0ce2e3f9e 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T18:07:17.315 INFO:teuthology.orchestra.run.smithi019.stdout:smithi122 /dev/nvme2n1 ssd Linux_1807a5dd28b30ea49e58 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T18:07:17.315 INFO:teuthology.orchestra.run.smithi019.stdout:smithi122 /dev/nvme3n1 ssd Linux_9b373d682b58f1373ff5 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T18:07:17.315 INFO:teuthology.orchestra.run.smithi019.stdout:smithi122 /dev/nvme4n1 ssd Linux_fbcfa0cdf7c3d5d380ad 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T18:07:18.059 INFO:teuthology.run_tasks:Running task vip... 2023-11-08T18:07:18.069 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-08T18:07:18.069 INFO:tasks.vip:peername 172.21.15.19 2023-11-08T18:07:18.074 INFO:tasks.vip:172.21.15.19 in 172.21.0.0/20, pos 3858 2023-11-08T18:07:18.078 INFO:tasks.vip:smithi019.front.sepia.ceph.com static 10.0.15.19, vnet 10.0.0.0/16 2023-11-08T18:07:18.078 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-08T18:07:18.079 DEBUG:teuthology.orchestra.run.smithi019:> sudo ip route ls 2023-11-08T18:07:18.094 INFO:teuthology.orchestra.run.smithi019.stdout:default via 172.21.15.254 dev ens1f0 2023-11-08T18:07:18.095 INFO:teuthology.orchestra.run.smithi019.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-08T18:07:18.095 INFO:teuthology.orchestra.run.smithi019.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.19 2023-11-08T18:07:18.096 INFO:tasks.vip:Configuring 10.0.15.19 on smithi019.front.sepia.ceph.com iface ens1f0... 2023-11-08T18:07:18.096 DEBUG:teuthology.orchestra.run.smithi019:> sudo ip addr add 10.0.15.19/16 dev ens1f0 2023-11-08T18:07:18.151 INFO:tasks.vip:peername 172.21.15.122 2023-11-08T18:07:18.154 INFO:tasks.vip:172.21.15.122 in 172.21.0.0/20, pos 3961 2023-11-08T18:07:18.158 INFO:tasks.vip:smithi122.front.sepia.ceph.com static 10.0.15.122, vnet 10.0.0.0/16 2023-11-08T18:07:18.159 DEBUG:teuthology.orchestra.run.smithi122:> sudo ip route ls 2023-11-08T18:07:18.173 INFO:teuthology.orchestra.run.smithi122.stdout:default via 172.21.15.254 dev enp3s0f1 2023-11-08T18:07:18.173 INFO:teuthology.orchestra.run.smithi122.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.122 metric 100 2023-11-08T18:07:18.173 INFO:teuthology.orchestra.run.smithi122.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-08T18:07:18.173 INFO:teuthology.orchestra.run.smithi122.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.122 2023-11-08T18:07:18.174 INFO:teuthology.orchestra.run.smithi122.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.122 metric 100 2023-11-08T18:07:18.175 INFO:tasks.vip:Configuring 10.0.15.122 on smithi122.front.sepia.ceph.com iface enp3s0f1... 2023-11-08T18:07:18.175 DEBUG:teuthology.orchestra.run.smithi122:> sudo ip addr add 10.0.15.122/16 dev enp3s0f1 2023-11-08T18:07:18.233 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T18:07:18.242 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2023-11-08T18:07:18.243 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-11-08T18:07:18.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:18 smithi122 bash[28108]: cluster 2023-11-08T18:07:17.272170+0000 mgr.smithi019.obqwgt (mgr.14180) 257 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:18.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:18 smithi122 bash[28108]: audit 2023-11-08T18:07:17.301996+0000 mgr.smithi019.obqwgt (mgr.14180) 258 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T18:07:18.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:18 smithi019 bash[24123]: cluster 2023-11-08T18:07:17.272170+0000 mgr.smithi019.obqwgt (mgr.14180) 257 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:18.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:18 smithi019 bash[24123]: audit 2023-11-08T18:07:17.301996+0000 mgr.smithi019.obqwgt (mgr.14180) 258 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T18:07:19.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:19 smithi122 bash[28108]: cluster 2023-11-08T18:07:19.272748+0000 mgr.smithi019.obqwgt (mgr.14180) 259 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:19.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:19 smithi019 bash[24123]: cluster 2023-11-08T18:07:19.272748+0000 mgr.smithi019.obqwgt (mgr.14180) 259 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:21.240 INFO:teuthology.orchestra.run.smithi019.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-08T18:07:21.240 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT5330002G400BGN 372G 3m ago LVM detected, locked 2023-11-08T18:07:21.241 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme1n1 ssd Linux_04e9163cf771d2f4c1ed 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T18:07:21.241 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme2n1 ssd Linux_5d9f922d93e1544c4721 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T18:07:21.241 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme3n1 ssd Linux_2da99991b22c696c6ded 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T18:07:21.241 INFO:teuthology.orchestra.run.smithi019.stdout:smithi019 /dev/nvme4n1 ssd Linux_f27a11b0e5ad8054795e 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T18:07:21.242 INFO:teuthology.orchestra.run.smithi019.stdout:smithi122 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT6204010U400BGN 372G 3m ago LVM detected, locked 2023-11-08T18:07:21.242 INFO:teuthology.orchestra.run.smithi019.stdout:smithi122 /dev/nvme1n1 ssd Linux_8ce95380ccf0ce2e3f9e 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T18:07:21.242 INFO:teuthology.orchestra.run.smithi019.stdout:smithi122 /dev/nvme2n1 ssd Linux_1807a5dd28b30ea49e58 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T18:07:21.242 INFO:teuthology.orchestra.run.smithi019.stdout:smithi122 /dev/nvme3n1 ssd Linux_9b373d682b58f1373ff5 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T18:07:21.242 INFO:teuthology.orchestra.run.smithi019.stdout:smithi122 /dev/nvme4n1 ssd Linux_fbcfa0cdf7c3d5d380ad 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T18:07:21.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:21 smithi019 bash[24123]: audit 2023-11-08T18:07:21.278651+0000 mon.smithi019 (mon.0) 623 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:07:21.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:21 smithi122 bash[28108]: audit 2023-11-08T18:07:21.278651+0000 mon.smithi019 (mon.0) 623 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:07:21.981 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-08T18:07:21.992 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2023-11-08T18:07:21.992 DEBUG:teuthology.orchestra.run.smithi019:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-08T18:07:22.007 INFO:teuthology.orchestra.run.smithi019.stderr:+ systemctl stop nfs-server 2023-11-08T18:07:22.160 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi122.front.sepia.ceph.com 2023-11-08T18:07:22.160 DEBUG:teuthology.orchestra.run.smithi122:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-08T18:07:22.176 INFO:teuthology.orchestra.run.smithi122.stderr:+ systemctl stop nfs-server 2023-11-08T18:07:22.335 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T18:07:22.345 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi019.front.sepia.ceph.com 2023-11-08T18:07:22.346 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-11-08T18:07:22.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:22 smithi122 bash[28108]: audit 2023-11-08T18:07:21.234114+0000 mgr.smithi019.obqwgt (mgr.14180) 260 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T18:07:22.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:22 smithi122 bash[28108]: cluster 2023-11-08T18:07:21.273293+0000 mgr.smithi019.obqwgt (mgr.14180) 261 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:22.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:22 smithi019 bash[24123]: audit 2023-11-08T18:07:21.234114+0000 mgr.smithi019.obqwgt (mgr.14180) 260 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T18:07:22.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:22 smithi019 bash[24123]: cluster 2023-11-08T18:07:21.273293+0000 mgr.smithi019.obqwgt (mgr.14180) 261 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:24.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:24 smithi019 bash[24123]: cluster 2023-11-08T18:07:23.273792+0000 mgr.smithi019.obqwgt (mgr.14180) 262 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:24.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:24 smithi122 bash[28108]: cluster 2023-11-08T18:07:23.273792+0000 mgr.smithi019.obqwgt (mgr.14180) 262 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:26.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:26 smithi122 bash[28108]: cluster 2023-11-08T18:07:25.274328+0000 mgr.smithi019.obqwgt (mgr.14180) 263 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:26.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:26 smithi122 bash[28108]: audit 2023-11-08T18:07:25.528221+0000 mon.smithi019 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-08T18:07:26.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:26 smithi019 bash[24123]: cluster 2023-11-08T18:07:25.274328+0000 mgr.smithi019.obqwgt (mgr.14180) 263 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:26.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:26 smithi019 bash[24123]: audit 2023-11-08T18:07:25.528221+0000 mon.smithi019 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-08T18:07:27.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:27 smithi122 bash[28108]: audit 2023-11-08T18:07:25.527297+0000 mgr.smithi019.obqwgt (mgr.14180) 264 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T18:07:27.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:27 smithi122 bash[28108]: audit 2023-11-08T18:07:26.353760+0000 mon.smithi019 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-08T18:07:27.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:27 smithi122 bash[28108]: cluster 2023-11-08T18:07:26.353834+0000 mon.smithi019 (mon.0) 626 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-08T18:07:27.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:27 smithi122 bash[28108]: audit 2023-11-08T18:07:26.358996+0000 mon.smithi019 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-08T18:07:27.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:27 smithi122 bash[28108]: audit 2023-11-08T18:07:26.835246+0000 mon.smithi019 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:27.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:27 smithi019 bash[24123]: audit 2023-11-08T18:07:25.527297+0000 mgr.smithi019.obqwgt (mgr.14180) 264 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T18:07:27.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:27 smithi019 bash[24123]: audit 2023-11-08T18:07:26.353760+0000 mon.smithi019 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-08T18:07:27.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:27 smithi019 bash[24123]: cluster 2023-11-08T18:07:26.353834+0000 mon.smithi019 (mon.0) 626 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-08T18:07:27.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:27 smithi019 bash[24123]: audit 2023-11-08T18:07:26.358996+0000 mon.smithi019 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-08T18:07:27.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:27 smithi019 bash[24123]: audit 2023-11-08T18:07:26.835246+0000 mon.smithi019 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:27.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:27 smithi019 bash[24123]: debug 2023-11-08T18:07:27.379+0000 7fe5b6a1f700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-08T18:07:28.178 INFO:teuthology.run_tasks:Running task cephadm.apply... 2023-11-08T18:07:28.190 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.19/16' 2023-11-08T18:07:28.191 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch apply -i - 2023-11-08T18:07:28.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:28 smithi019 bash[24123]: cluster 2023-11-08T18:07:27.275094+0000 mgr.smithi019.obqwgt (mgr.14180) 265 : cluster [DBG] pgmap v241: 33 pgs: 18 creating+peering, 1 active+clean, 14 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:28.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:28 smithi019 bash[24123]: audit 2023-11-08T18:07:27.359106+0000 mon.smithi019 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-08T18:07:28.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:28 smithi019 bash[24123]: cluster 2023-11-08T18:07:27.359825+0000 mon.smithi019 (mon.0) 630 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-08T18:07:28.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:28 smithi019 bash[24123]: audit 2023-11-08T18:07:27.384943+0000 mon.smithi019 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-08T18:07:28.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:28 smithi019 bash[24123]: cluster 2023-11-08T18:07:27.385938+0000 mon.smithi019 (mon.0) 632 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-08T18:07:28.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:28 smithi019 bash[24123]: cluster 2023-11-08T18:07:27.385974+0000 mon.smithi019 (mon.0) 633 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-08T18:07:28.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:28 smithi019 bash[24123]: cluster 2023-11-08T18:07:27.393339+0000 mon.smithi019 (mon.0) 634 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-08T18:07:28.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:28 smithi019 bash[24123]: audit 2023-11-08T18:07:27.393469+0000 mon.smithi019 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-08T18:07:28.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:28 smithi019 bash[24123]: cluster 2023-11-08T18:07:27.393617+0000 mon.smithi019 (mon.0) 636 : cluster [DBG] fsmap foofs:0 2023-11-08T18:07:28.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:28 smithi019 bash[24123]: cephadm 2023-11-08T18:07:27.397265+0000 mgr.smithi019.obqwgt (mgr.14180) 266 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-11-08T18:07:28.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:28 smithi019 bash[24123]: audit 2023-11-08T18:07:27.401007+0000 mon.smithi019 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:28.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:28 smithi019 bash[24123]: audit 2023-11-08T18:07:28.275579+0000 mon.smithi019 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:28.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:28 smithi122 bash[28108]: cluster 2023-11-08T18:07:27.275094+0000 mgr.smithi019.obqwgt (mgr.14180) 265 : cluster [DBG] pgmap v241: 33 pgs: 18 creating+peering, 1 active+clean, 14 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:28.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:28 smithi122 bash[28108]: audit 2023-11-08T18:07:27.359106+0000 mon.smithi019 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-08T18:07:28.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:28 smithi122 bash[28108]: cluster 2023-11-08T18:07:27.359825+0000 mon.smithi019 (mon.0) 630 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-08T18:07:28.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:28 smithi122 bash[28108]: audit 2023-11-08T18:07:27.384943+0000 mon.smithi019 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-08T18:07:28.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:28 smithi122 bash[28108]: cluster 2023-11-08T18:07:27.385938+0000 mon.smithi019 (mon.0) 632 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-08T18:07:28.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:28 smithi122 bash[28108]: cluster 2023-11-08T18:07:27.385974+0000 mon.smithi019 (mon.0) 633 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-08T18:07:28.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:28 smithi122 bash[28108]: cluster 2023-11-08T18:07:27.393339+0000 mon.smithi019 (mon.0) 634 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-08T18:07:28.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:28 smithi122 bash[28108]: audit 2023-11-08T18:07:27.393469+0000 mon.smithi019 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-08T18:07:28.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:28 smithi122 bash[28108]: cluster 2023-11-08T18:07:27.393617+0000 mon.smithi019 (mon.0) 636 : cluster [DBG] fsmap foofs:0 2023-11-08T18:07:28.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:28 smithi122 bash[28108]: cephadm 2023-11-08T18:07:27.397265+0000 mgr.smithi019.obqwgt (mgr.14180) 266 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-11-08T18:07:28.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:28 smithi122 bash[28108]: audit 2023-11-08T18:07:27.401007+0000 mon.smithi019 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:28.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:28 smithi122 bash[28108]: audit 2023-11-08T18:07:28.275579+0000 mon.smithi019 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:29.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:29 smithi019 bash[24123]: cluster 2023-11-08T18:07:28.394837+0000 mon.smithi019 (mon.0) 639 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-08T18:07:29.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:29 smithi019 bash[24123]: cluster 2023-11-08T18:07:29.275808+0000 mgr.smithi019.obqwgt (mgr.14180) 267 : cluster [DBG] pgmap v245: 65 pgs: 7 creating+activating, 18 creating+peering, 14 active+clean, 26 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:29.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:29 smithi122 bash[28108]: cluster 2023-11-08T18:07:28.394837+0000 mon.smithi019 (mon.0) 639 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-08T18:07:29.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:29 smithi122 bash[28108]: cluster 2023-11-08T18:07:29.275808+0000 mgr.smithi019.obqwgt (mgr.14180) 267 : cluster [DBG] pgmap v245: 65 pgs: 7 creating+activating, 18 creating+peering, 14 active+clean, 26 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:30.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:30 smithi019 bash[24123]: cluster 2023-11-08T18:07:29.398611+0000 mon.smithi019 (mon.0) 640 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-08T18:07:30.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:30 smithi019 bash[24123]: audit 2023-11-08T18:07:29.410674+0000 mon.smithi019 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:30.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:30 smithi122 bash[28108]: cluster 2023-11-08T18:07:29.398611+0000 mon.smithi019 (mon.0) 640 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-08T18:07:30.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:30 smithi122 bash[28108]: audit 2023-11-08T18:07:29.410674+0000 mon.smithi019 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:31.525 INFO:teuthology.orchestra.run.smithi019.stdout:Scheduled nfs.foo update... 2023-11-08T18:07:31.526 INFO:teuthology.orchestra.run.smithi019.stdout:Scheduled ingress.nfs.foo update... 2023-11-08T18:07:31.755 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:31 smithi019 bash[24123]: cluster 2023-11-08T18:07:31.276476+0000 mgr.smithi019.obqwgt (mgr.14180) 268 : cluster [DBG] pgmap v247: 65 pgs: 7 creating+activating, 18 creating+peering, 24 active+clean, 16 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:31.790 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:31 smithi122 bash[28108]: cluster 2023-11-08T18:07:31.276476+0000 mgr.smithi019.obqwgt (mgr.14180) 268 : cluster [DBG] pgmap v247: 65 pgs: 7 creating+activating, 18 creating+peering, 24 active+clean, 16 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:32.303 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-08T18:07:32.315 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-11-08T18:07:32.316 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:07:32.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:32 smithi019 bash[24123]: audit 2023-11-08T18:07:31.505994+0000 mgr.smithi019.obqwgt (mgr.14180) 269 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T18:07:32.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:32 smithi019 bash[24123]: cephadm 2023-11-08T18:07:31.510651+0000 mgr.smithi019.obqwgt (mgr.14180) 270 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-11-08T18:07:32.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:32 smithi019 bash[24123]: audit 2023-11-08T18:07:31.516785+0000 mon.smithi019 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:32.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:32 smithi019 bash[24123]: cephadm 2023-11-08T18:07:31.517751+0000 mgr.smithi019.obqwgt (mgr.14180) 271 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-08T18:07:32.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:32 smithi019 bash[24123]: audit 2023-11-08T18:07:31.522300+0000 mon.smithi019 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:32.847 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:32 smithi122 bash[28108]: audit 2023-11-08T18:07:31.505994+0000 mgr.smithi019.obqwgt (mgr.14180) 269 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T18:07:32.847 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:32 smithi122 bash[28108]: cephadm 2023-11-08T18:07:31.510651+0000 mgr.smithi019.obqwgt (mgr.14180) 270 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-11-08T18:07:32.848 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:32 smithi122 bash[28108]: audit 2023-11-08T18:07:31.516785+0000 mon.smithi019 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:32.848 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:32 smithi122 bash[28108]: cephadm 2023-11-08T18:07:31.517751+0000 mgr.smithi019.obqwgt (mgr.14180) 271 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-08T18:07:32.848 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:32 smithi122 bash[28108]: audit 2023-11-08T18:07:31.522300+0000 mon.smithi019 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:33.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:33 smithi019 bash[24123]: cluster 2023-11-08T18:07:33.277108+0000 mgr.smithi019.obqwgt (mgr.14180) 272 : cluster [DBG] pgmap v248: 65 pgs: 3 creating+activating, 62 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:33.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:33 smithi122 bash[28108]: cluster 2023-11-08T18:07:33.277108+0000 mgr.smithi019.obqwgt (mgr.14180) 272 : cluster [DBG] pgmap v248: 65 pgs: 3 creating+activating, 62 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:36.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:36 smithi019 bash[24123]: cluster 2023-11-08T18:07:35.277802+0000 mgr.smithi019.obqwgt (mgr.14180) 273 : cluster [DBG] pgmap v249: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:36.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:36 smithi122 bash[28108]: cluster 2023-11-08T18:07:35.277802+0000 mgr.smithi019.obqwgt (mgr.14180) 273 : cluster [DBG] pgmap v249: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:37.159 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:07:37.160 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:07:28.262673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:07:26.793460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:07:28.263151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:07:31.522624Z service:ingress.nfs.foo [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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:07:26.793698Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:07:26.793852Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:07:26.793997Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:07:26.794140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:07:28.263626Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:07:37.870 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-08T18:07:38.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:37 smithi019 bash[24123]: audit 2023-11-08T18:07:36.963861+0000 mon.smithi019 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:38.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:37 smithi019 bash[24123]: audit 2023-11-08T18:07:37.147060+0000 mgr.smithi019.obqwgt (mgr.14180) 274 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:07:38.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:37 smithi019 bash[24123]: cluster 2023-11-08T18:07:37.278801+0000 mgr.smithi019.obqwgt (mgr.14180) 275 : cluster [DBG] pgmap v250: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:38.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:37 smithi122 bash[28108]: audit 2023-11-08T18:07:36.963861+0000 mon.smithi019 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:38.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:37 smithi122 bash[28108]: audit 2023-11-08T18:07:37.147060+0000 mgr.smithi019.obqwgt (mgr.14180) 274 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:07:38.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:37 smithi122 bash[28108]: cluster 2023-11-08T18:07:37.278801+0000 mgr.smithi019.obqwgt (mgr.14180) 275 : cluster [DBG] pgmap v250: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:38.871 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:07:39.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:39 smithi019 bash[24123]: cluster 2023-11-08T18:07:39.279282+0000 mgr.smithi019.obqwgt (mgr.14180) 276 : cluster [DBG] pgmap v251: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:39.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:39 smithi122 bash[28108]: cluster 2023-11-08T18:07:39.279282+0000 mgr.smithi019.obqwgt (mgr.14180) 276 : cluster [DBG] pgmap v251: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:41.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:41 smithi019 bash[24123]: audit 2023-11-08T18:07:40.053722+0000 mon.smithi019 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:41.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:41 smithi019 bash[24123]: audit 2023-11-08T18:07:40.326259+0000 mon.smithi019 (mon.0) 646 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:07:41.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:41 smithi019 bash[24123]: audit 2023-11-08T18:07:40.327710+0000 mon.smithi019 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:07:41.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:41 smithi019 bash[24123]: audit 2023-11-08T18:07:40.334174+0000 mon.smithi019 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:41.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:41 smithi019 bash[24123]: audit 2023-11-08T18:07:40.341926+0000 mon.smithi019 (mon.0) 649 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:07:41.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:41 smithi019 bash[24123]: audit 2023-11-08T18:07:40.355673+0000 mon.smithi019 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:41.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:41 smithi019 bash[24123]: audit 2023-11-08T18:07:40.364501+0000 mon.smithi019 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi122.bgdsqw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-08T18:07:41.340 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:41 smithi019 bash[24123]: audit 2023-11-08T18:07:40.368954+0000 mon.smithi019 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi122.bgdsqw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-08T18:07:41.340 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:41 smithi019 bash[24123]: audit 2023-11-08T18:07:40.370309+0000 mon.smithi019 (mon.0) 653 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:07:41.447 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:41 smithi122 bash[28108]: audit 2023-11-08T18:07:40.053722+0000 mon.smithi019 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:41.447 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:41 smithi122 bash[28108]: audit 2023-11-08T18:07:40.326259+0000 mon.smithi019 (mon.0) 646 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:07:41.447 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:41 smithi122 bash[28108]: audit 2023-11-08T18:07:40.327710+0000 mon.smithi019 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:07:41.448 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:41 smithi122 bash[28108]: audit 2023-11-08T18:07:40.334174+0000 mon.smithi019 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:41.448 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:41 smithi122 bash[28108]: audit 2023-11-08T18:07:40.341926+0000 mon.smithi019 (mon.0) 649 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:07:41.448 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:41 smithi122 bash[28108]: audit 2023-11-08T18:07:40.355673+0000 mon.smithi019 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:41.448 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:41 smithi122 bash[28108]: audit 2023-11-08T18:07:40.364501+0000 mon.smithi019 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi122.bgdsqw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-08T18:07:41.448 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:41 smithi122 bash[28108]: audit 2023-11-08T18:07:40.368954+0000 mon.smithi019 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi122.bgdsqw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-08T18:07:41.449 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:41 smithi122 bash[28108]: audit 2023-11-08T18:07:40.370309+0000 mon.smithi019 (mon.0) 653 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:07:42.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:42 smithi122 bash[28108]: cephadm 2023-11-08T18:07:40.371304+0000 mgr.smithi019.obqwgt (mgr.14180) 277 : cephadm [INF] Deploying daemon mds.foofs.smithi122.bgdsqw on smithi122 2023-11-08T18:07:42.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:42 smithi122 bash[28108]: cluster 2023-11-08T18:07:41.279970+0000 mgr.smithi019.obqwgt (mgr.14180) 278 : cluster [DBG] pgmap v252: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:42.316 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:07:42.317 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:07:28.262673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:07:26.793460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:07:28.263151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:07:31.522624Z service:ingress.nfs.foo [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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:07:26.793698Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:07:26.793852Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:07:26.793997Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:07:26.794140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:07:28.263626Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:07:42.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:42 smithi019 bash[24123]: cephadm 2023-11-08T18:07:40.371304+0000 mgr.smithi019.obqwgt (mgr.14180) 277 : cephadm [INF] Deploying daemon mds.foofs.smithi122.bgdsqw on smithi122 2023-11-08T18:07:42.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:42 smithi019 bash[24123]: cluster 2023-11-08T18:07:41.279970+0000 mgr.smithi019.obqwgt (mgr.14180) 278 : cluster [DBG] pgmap v252: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:43.175 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-08T18:07:43.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:43 smithi019 bash[24123]: audit 2023-11-08T18:07:42.303683+0000 mgr.smithi019.obqwgt (mgr.14180) 279 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:07:43.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:43 smithi019 bash[24123]: audit 2023-11-08T18:07:42.800333+0000 mon.smithi019 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:43.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:43 smithi019 bash[24123]: audit 2023-11-08T18:07:42.802288+0000 mon.smithi019 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi019.sqhnqf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-08T18:07:43.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:43 smithi019 bash[24123]: audit 2023-11-08T18:07:42.808356+0000 mon.smithi019 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi019.sqhnqf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-08T18:07:43.340 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:43 smithi019 bash[24123]: audit 2023-11-08T18:07:42.809543+0000 mon.smithi019 (mon.0) 657 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:07:43.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:43 smithi122 bash[28108]: audit 2023-11-08T18:07:42.303683+0000 mgr.smithi019.obqwgt (mgr.14180) 279 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:07:43.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:43 smithi122 bash[28108]: audit 2023-11-08T18:07:42.800333+0000 mon.smithi019 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:43.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:43 smithi122 bash[28108]: audit 2023-11-08T18:07:42.802288+0000 mon.smithi019 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi019.sqhnqf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-08T18:07:43.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:43 smithi122 bash[28108]: audit 2023-11-08T18:07:42.808356+0000 mon.smithi019 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi019.sqhnqf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-08T18:07:43.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:43 smithi122 bash[28108]: audit 2023-11-08T18:07:42.809543+0000 mon.smithi019 (mon.0) 657 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:07:44.177 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:07:44.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:44 smithi019 bash[24123]: cephadm 2023-11-08T18:07:42.810659+0000 mgr.smithi019.obqwgt (mgr.14180) 280 : cephadm [INF] Deploying daemon mds.foofs.smithi019.sqhnqf on smithi019 2023-11-08T18:07:44.338 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:44 smithi019 bash[24123]: cluster 2023-11-08T18:07:43.280882+0000 mgr.smithi019.obqwgt (mgr.14180) 281 : cluster [DBG] pgmap v253: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:44.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:44 smithi122 bash[28108]: cephadm 2023-11-08T18:07:42.810659+0000 mgr.smithi019.obqwgt (mgr.14180) 280 : cephadm [INF] Deploying daemon mds.foofs.smithi019.sqhnqf on smithi019 2023-11-08T18:07:44.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:44 smithi122 bash[28108]: cluster 2023-11-08T18:07:43.280882+0000 mgr.smithi019.obqwgt (mgr.14180) 281 : cluster [DBG] pgmap v253: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:45.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:45 smithi019 bash[24123]: cluster 2023-11-08T18:07:44.466650+0000 mon.smithi019 (mon.0) 658 : cluster [DBG] mds.? [v2:172.21.15.122:6832/3389928540,v1:172.21.15.122:6833/3389928540] up:boot 2023-11-08T18:07:45.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:45 smithi019 bash[24123]: cluster 2023-11-08T18:07:44.466741+0000 mon.smithi019 (mon.0) 659 : cluster [INF] daemon mds.foofs.smithi122.bgdsqw assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-08T18:07:45.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:45 smithi019 bash[24123]: cluster 2023-11-08T18:07:44.466850+0000 mon.smithi019 (mon.0) 660 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-08T18:07:45.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:45 smithi019 bash[24123]: cluster 2023-11-08T18:07:44.466887+0000 mon.smithi019 (mon.0) 661 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-08T18:07:45.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:45 smithi019 bash[24123]: cluster 2023-11-08T18:07:44.466912+0000 mon.smithi019 (mon.0) 662 : cluster [INF] Cluster is now healthy 2023-11-08T18:07:45.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:45 smithi019 bash[24123]: cluster 2023-11-08T18:07:44.467227+0000 mon.smithi019 (mon.0) 663 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-11-08T18:07:45.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:45 smithi019 bash[24123]: audit 2023-11-08T18:07:44.467439+0000 mon.smithi019 (mon.0) 664 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi122.bgdsqw"}]: dispatch 2023-11-08T18:07:45.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:45 smithi019 bash[24123]: cluster 2023-11-08T18:07:44.471644+0000 mon.smithi019 (mon.0) 665 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi122.bgdsqw=up:creating} 2023-11-08T18:07:45.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:45 smithi019 bash[24123]: cluster 2023-11-08T18:07:44.489561+0000 mon.smithi019 (mon.0) 666 : cluster [INF] daemon mds.foofs.smithi122.bgdsqw is now active in filesystem foofs as rank 0 2023-11-08T18:07:45.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:45 smithi019 bash[24123]: cluster 2023-11-08T18:07:45.281553+0000 mgr.smithi019.obqwgt (mgr.14180) 282 : cluster [DBG] pgmap v254: 65 pgs: 65 active+clean; 22 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:45.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:45 smithi122 bash[28108]: cluster 2023-11-08T18:07:44.466650+0000 mon.smithi019 (mon.0) 658 : cluster [DBG] mds.? [v2:172.21.15.122:6832/3389928540,v1:172.21.15.122:6833/3389928540] up:boot 2023-11-08T18:07:46.242 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:45 smithi122 bash[28108]: cluster 2023-11-08T18:07:44.466741+0000 mon.smithi019 (mon.0) 659 : cluster [INF] daemon mds.foofs.smithi122.bgdsqw assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-08T18:07:46.243 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:45 smithi122 bash[28108]: cluster 2023-11-08T18:07:44.466850+0000 mon.smithi019 (mon.0) 660 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-08T18:07:46.243 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:45 smithi122 bash[28108]: cluster 2023-11-08T18:07:44.466887+0000 mon.smithi019 (mon.0) 661 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-08T18:07:46.243 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:45 smithi122 bash[28108]: cluster 2023-11-08T18:07:44.466912+0000 mon.smithi019 (mon.0) 662 : cluster [INF] Cluster is now healthy 2023-11-08T18:07:46.243 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:45 smithi122 bash[28108]: cluster 2023-11-08T18:07:44.467227+0000 mon.smithi019 (mon.0) 663 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-11-08T18:07:46.244 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:45 smithi122 bash[28108]: audit 2023-11-08T18:07:44.467439+0000 mon.smithi019 (mon.0) 664 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi122.bgdsqw"}]: dispatch 2023-11-08T18:07:46.244 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:45 smithi122 bash[28108]: cluster 2023-11-08T18:07:44.471644+0000 mon.smithi019 (mon.0) 665 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi122.bgdsqw=up:creating} 2023-11-08T18:07:46.244 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:45 smithi122 bash[28108]: cluster 2023-11-08T18:07:44.489561+0000 mon.smithi019 (mon.0) 666 : cluster [INF] daemon mds.foofs.smithi122.bgdsqw is now active in filesystem foofs as rank 0 2023-11-08T18:07:46.244 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:45 smithi122 bash[28108]: cluster 2023-11-08T18:07:45.281553+0000 mgr.smithi019.obqwgt (mgr.14180) 282 : cluster [DBG] pgmap v254: 65 pgs: 65 active+clean; 22 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:07:46.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:46 smithi019 bash[24123]: cluster 2023-11-08T18:07:45.482724+0000 mon.smithi019 (mon.0) 667 : cluster [DBG] mds.? [v2:172.21.15.122:6832/3389928540,v1:172.21.15.122:6833/3389928540] up:active 2023-11-08T18:07:46.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:46 smithi019 bash[24123]: cluster 2023-11-08T18:07:45.482772+0000 mon.smithi019 (mon.0) 668 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi122.bgdsqw=up:active} 2023-11-08T18:07:46.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:46 smithi019 bash[24123]: audit 2023-11-08T18:07:45.633882+0000 mon.smithi019 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:46.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:46 smithi019 bash[24123]: audit 2023-11-08T18:07:45.641177+0000 mon.smithi019 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:46.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:46 smithi019 bash[24123]: audit 2023-11-08T18:07:45.666803+0000 mon.smithi019 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-08T18:07:46.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:46 smithi122 bash[28108]: cluster 2023-11-08T18:07:45.482724+0000 mon.smithi019 (mon.0) 667 : cluster [DBG] mds.? [v2:172.21.15.122:6832/3389928540,v1:172.21.15.122:6833/3389928540] up:active 2023-11-08T18:07:46.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:46 smithi122 bash[28108]: cluster 2023-11-08T18:07:45.482772+0000 mon.smithi019 (mon.0) 668 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi122.bgdsqw=up:active} 2023-11-08T18:07:46.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:46 smithi122 bash[28108]: audit 2023-11-08T18:07:45.633882+0000 mon.smithi019 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:46.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:46 smithi122 bash[28108]: audit 2023-11-08T18:07:45.641177+0000 mon.smithi019 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:46.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:46 smithi122 bash[28108]: audit 2023-11-08T18:07:45.666803+0000 mon.smithi019 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-08T18:07:47.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:47 smithi019 bash[24123]: audit 2023-11-08T18:07:46.645693+0000 mon.smithi019 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-08T18:07:47.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:47 smithi019 bash[24123]: cluster 2023-11-08T18:07:46.645778+0000 mon.smithi019 (mon.0) 673 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-08T18:07:47.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:47 smithi019 bash[24123]: audit 2023-11-08T18:07:46.648086+0000 mon.smithi019 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-08T18:07:47.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:47 smithi019 bash[24123]: cluster 2023-11-08T18:07:47.282387+0000 mgr.smithi019.obqwgt (mgr.14180) 283 : cluster [DBG] pgmap v256: 97 pgs: 7 creating+peering, 25 unknown, 65 active+clean; 770 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s wr, 13 op/s 2023-11-08T18:07:47.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:47 smithi122 bash[28108]: audit 2023-11-08T18:07:46.645693+0000 mon.smithi019 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-08T18:07:47.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:47 smithi122 bash[28108]: cluster 2023-11-08T18:07:46.645778+0000 mon.smithi019 (mon.0) 673 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-08T18:07:47.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:47 smithi122 bash[28108]: audit 2023-11-08T18:07:46.648086+0000 mon.smithi019 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-08T18:07:47.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:47 smithi122 bash[28108]: cluster 2023-11-08T18:07:47.282387+0000 mgr.smithi019.obqwgt (mgr.14180) 283 : cluster [DBG] pgmap v256: 97 pgs: 7 creating+peering, 25 unknown, 65 active+clean; 770 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s wr, 13 op/s 2023-11-08T18:07:48.406 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:07:48.406 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:07:28.262673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:07:26.793460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:07:28.263151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:07:31.522624Z service:ingress.nfs.foo [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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:07:26.793698Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:07:26.793852Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:07:26.793997Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:07:26.794140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:07:28.263626Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:07:48.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: audit 2023-11-08T18:07:47.654285+0000 mon.smithi019 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-08T18:07:48.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: cluster 2023-11-08T18:07:47.654503+0000 mon.smithi019 (mon.0) 676 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-08T18:07:48.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: cephadm 2023-11-08T18:07:47.660200+0000 mgr.smithi019.obqwgt (mgr.14180) 284 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi019.yuvvww 2023-11-08T18:07:48.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: audit 2023-11-08T18:07:47.660693+0000 mon.smithi019 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.yuvvww", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-08T18:07:48.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: audit 2023-11-08T18:07:47.670821+0000 mon.smithi019 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.yuvvww", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-08T18:07:48.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: cephadm 2023-11-08T18:07:47.672439+0000 mgr.smithi019.obqwgt (mgr.14180) 285 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-08T18:07:48.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: audit 2023-11-08T18:07:47.672860+0000 mon.smithi019 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 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-08T18:07:48.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: audit 2023-11-08T18:07:47.679006+0000 mon.smithi019 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 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-08T18:07:48.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: audit 2023-11-08T18:07:47.680611+0000 mon.smithi019 (mon.0) 681 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:07:48.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: audit 2023-11-08T18:07:47.732420+0000 mon.smithi019 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-08T18:07:48.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: audit 2023-11-08T18:07:47.737225+0000 mon.smithi019 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-08T18:07:48.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: cephadm 2023-11-08T18:07:47.796477+0000 mgr.smithi019.obqwgt (mgr.14180) 286 : cephadm [INF] Creating rados config object: conf-nfs.foo 2023-11-08T18:07:48.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: cephadm 2023-11-08T18:07:47.864649+0000 mgr.smithi019.obqwgt (mgr.14180) 287 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi019.yuvvww-rgw 2023-11-08T18:07:48.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: audit 2023-11-08T18:07:47.865345+0000 mon.smithi019 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.yuvvww-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T18:07:48.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: audit 2023-11-08T18:07:47.871234+0000 mon.smithi019 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.yuvvww-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T18:07:48.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: audit 2023-11-08T18:07:47.877866+0000 mon.smithi019 (mon.0) 686 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:07:48.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: cephadm 2023-11-08T18:07:47.879216+0000 mgr.smithi019.obqwgt (mgr.14180) 288 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi019.yuvvww on smithi019 2023-11-08T18:07:48.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: audit 2023-11-08T18:07:48.284019+0000 mon.smithi019 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:48.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: cluster 2023-11-08T18:07:48.464189+0000 mon.smithi019 (mon.0) 688 : cluster [DBG] mds.? [v2:172.21.15.19:6834/3072264411,v1:172.21.15.19:6835/3072264411] up:boot 2023-11-08T18:07:48.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: cluster 2023-11-08T18:07:48.464256+0000 mon.smithi019 (mon.0) 689 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi122.bgdsqw=up:active} 1 up:standby 2023-11-08T18:07:48.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:48 smithi019 bash[24123]: audit 2023-11-08T18:07:48.464543+0000 mon.smithi019 (mon.0) 690 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi019.sqhnqf"}]: dispatch 2023-11-08T18:07:48.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: audit 2023-11-08T18:07:47.654285+0000 mon.smithi019 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-08T18:07:48.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: cluster 2023-11-08T18:07:47.654503+0000 mon.smithi019 (mon.0) 676 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-08T18:07:48.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: cephadm 2023-11-08T18:07:47.660200+0000 mgr.smithi019.obqwgt (mgr.14180) 284 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi019.yuvvww 2023-11-08T18:07:48.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: audit 2023-11-08T18:07:47.660693+0000 mon.smithi019 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.yuvvww", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-08T18:07:48.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: audit 2023-11-08T18:07:47.670821+0000 mon.smithi019 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.yuvvww", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-08T18:07:48.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: cephadm 2023-11-08T18:07:47.672439+0000 mgr.smithi019.obqwgt (mgr.14180) 285 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-08T18:07:48.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: audit 2023-11-08T18:07:47.672860+0000 mon.smithi019 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 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-08T18:07:48.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: audit 2023-11-08T18:07:47.679006+0000 mon.smithi019 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 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-08T18:07:48.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: audit 2023-11-08T18:07:47.680611+0000 mon.smithi019 (mon.0) 681 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:07:48.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: audit 2023-11-08T18:07:47.732420+0000 mon.smithi019 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-08T18:07:48.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: audit 2023-11-08T18:07:47.737225+0000 mon.smithi019 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-08T18:07:48.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: cephadm 2023-11-08T18:07:47.796477+0000 mgr.smithi019.obqwgt (mgr.14180) 286 : cephadm [INF] Creating rados config object: conf-nfs.foo 2023-11-08T18:07:48.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: cephadm 2023-11-08T18:07:47.864649+0000 mgr.smithi019.obqwgt (mgr.14180) 287 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi019.yuvvww-rgw 2023-11-08T18:07:48.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: audit 2023-11-08T18:07:47.865345+0000 mon.smithi019 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.yuvvww-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T18:07:48.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: audit 2023-11-08T18:07:47.871234+0000 mon.smithi019 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi019.yuvvww-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T18:07:48.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: audit 2023-11-08T18:07:47.877866+0000 mon.smithi019 (mon.0) 686 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:07:48.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: cephadm 2023-11-08T18:07:47.879216+0000 mgr.smithi019.obqwgt (mgr.14180) 288 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi019.yuvvww on smithi019 2023-11-08T18:07:48.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: audit 2023-11-08T18:07:48.284019+0000 mon.smithi019 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:48.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: cluster 2023-11-08T18:07:48.464189+0000 mon.smithi019 (mon.0) 688 : cluster [DBG] mds.? [v2:172.21.15.19:6834/3072264411,v1:172.21.15.19:6835/3072264411] up:boot 2023-11-08T18:07:48.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: cluster 2023-11-08T18:07:48.464256+0000 mon.smithi019 (mon.0) 689 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi122.bgdsqw=up:active} 1 up:standby 2023-11-08T18:07:48.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:48 smithi122 bash[28108]: audit 2023-11-08T18:07:48.464543+0000 mon.smithi019 (mon.0) 690 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi019.sqhnqf"}]: dispatch 2023-11-08T18:07:49.567 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-08T18:07:49.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:49 smithi019 bash[24123]: audit 2023-11-08T18:07:48.396546+0000 mgr.smithi019.obqwgt (mgr.14180) 289 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:07:49.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:49 smithi019 bash[24123]: cluster 2023-11-08T18:07:48.658127+0000 mon.smithi019 (mon.0) 691 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-08T18:07:49.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:49 smithi019 bash[24123]: cluster 2023-11-08T18:07:49.283165+0000 mgr.smithi019.obqwgt (mgr.14180) 290 : cluster [DBG] pgmap v259: 97 pgs: 14 creating+peering, 17 unknown, 66 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s wr, 10 op/s 2023-11-08T18:07:49.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:49 smithi122 bash[28108]: audit 2023-11-08T18:07:48.396546+0000 mgr.smithi019.obqwgt (mgr.14180) 289 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:07:49.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:49 smithi122 bash[28108]: cluster 2023-11-08T18:07:48.658127+0000 mon.smithi019 (mon.0) 691 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-08T18:07:49.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:49 smithi122 bash[28108]: cluster 2023-11-08T18:07:49.283165+0000 mgr.smithi019.obqwgt (mgr.14180) 290 : cluster [DBG] pgmap v259: 97 pgs: 14 creating+peering, 17 unknown, 66 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s wr, 10 op/s 2023-11-08T18:07:50.568 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:07:52.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:52 smithi122 bash[28108]: audit 2023-11-08T18:07:51.180368+0000 mon.smithi019 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:52.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:52 smithi122 bash[28108]: cephadm 2023-11-08T18:07:51.181742+0000 mgr.smithi019.obqwgt (mgr.14180) 291 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi122.oprdpz 2023-11-08T18:07:52.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:52 smithi122 bash[28108]: audit 2023-11-08T18:07:51.182093+0000 mon.smithi019 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi122.oprdpz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-08T18:07:52.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:52 smithi122 bash[28108]: audit 2023-11-08T18:07:51.186055+0000 mon.smithi019 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi122.oprdpz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-08T18:07:52.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:52 smithi122 bash[28108]: cephadm 2023-11-08T18:07:51.186896+0000 mgr.smithi019.obqwgt (mgr.14180) 292 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-08T18:07:52.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:52 smithi122 bash[28108]: audit 2023-11-08T18:07:51.187323+0000 mon.smithi019 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 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-08T18:07:52.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:52 smithi122 bash[28108]: audit 2023-11-08T18:07:51.191457+0000 mon.smithi019 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 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-08T18:07:52.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:52 smithi122 bash[28108]: audit 2023-11-08T18:07:51.193219+0000 mon.smithi019 (mon.0) 697 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:07:52.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:52 smithi122 bash[28108]: audit 2023-11-08T18:07:51.245860+0000 mon.smithi019 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-08T18:07:52.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:52 smithi122 bash[28108]: audit 2023-11-08T18:07:51.249869+0000 mon.smithi019 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-08T18:07:52.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:52 smithi122 bash[28108]: cluster 2023-11-08T18:07:51.283936+0000 mgr.smithi019.obqwgt (mgr.14180) 293 : cluster [DBG] pgmap v260: 97 pgs: 14 creating+peering, 6 unknown, 77 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s wr, 7 op/s 2023-11-08T18:07:52.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:52 smithi122 bash[28108]: cephadm 2023-11-08T18:07:51.301717+0000 mgr.smithi019.obqwgt (mgr.14180) 294 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-08T18:07:52.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:52 smithi122 bash[28108]: cephadm 2023-11-08T18:07:51.301849+0000 mgr.smithi019.obqwgt (mgr.14180) 295 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi122.oprdpz-rgw 2023-11-08T18:07:52.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:52 smithi122 bash[28108]: audit 2023-11-08T18:07:51.302405+0000 mon.smithi019 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi122.oprdpz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T18:07:52.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:52 smithi122 bash[28108]: audit 2023-11-08T18:07:51.306943+0000 mon.smithi019 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi122.oprdpz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T18:07:52.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:52 smithi122 bash[28108]: audit 2023-11-08T18:07:51.308442+0000 mon.smithi019 (mon.0) 702 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:07:52.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:52 smithi122 bash[28108]: cephadm 2023-11-08T18:07:51.309442+0000 mgr.smithi019.obqwgt (mgr.14180) 296 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi122.oprdpz on smithi122 2023-11-08T18:07:52.510 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:52 smithi019 bash[24123]: audit 2023-11-08T18:07:51.180368+0000 mon.smithi019 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:52.511 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:52 smithi019 bash[24123]: cephadm 2023-11-08T18:07:51.181742+0000 mgr.smithi019.obqwgt (mgr.14180) 291 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi122.oprdpz 2023-11-08T18:07:52.511 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:52 smithi019 bash[24123]: audit 2023-11-08T18:07:51.182093+0000 mon.smithi019 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi122.oprdpz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-08T18:07:52.511 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:52 smithi019 bash[24123]: audit 2023-11-08T18:07:51.186055+0000 mon.smithi019 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi122.oprdpz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-08T18:07:52.511 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:52 smithi019 bash[24123]: cephadm 2023-11-08T18:07:51.186896+0000 mgr.smithi019.obqwgt (mgr.14180) 292 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-08T18:07:52.511 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:52 smithi019 bash[24123]: audit 2023-11-08T18:07:51.187323+0000 mon.smithi019 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 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-08T18:07:52.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:52 smithi019 bash[24123]: audit 2023-11-08T18:07:51.191457+0000 mon.smithi019 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 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-08T18:07:52.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:52 smithi019 bash[24123]: audit 2023-11-08T18:07:51.193219+0000 mon.smithi019 (mon.0) 697 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:07:52.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:52 smithi019 bash[24123]: audit 2023-11-08T18:07:51.245860+0000 mon.smithi019 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-08T18:07:52.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:52 smithi019 bash[24123]: audit 2023-11-08T18:07:51.249869+0000 mon.smithi019 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-08T18:07:52.513 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:52 smithi019 bash[24123]: cluster 2023-11-08T18:07:51.283936+0000 mgr.smithi019.obqwgt (mgr.14180) 293 : cluster [DBG] pgmap v260: 97 pgs: 14 creating+peering, 6 unknown, 77 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s wr, 7 op/s 2023-11-08T18:07:52.513 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:52 smithi019 bash[24123]: cephadm 2023-11-08T18:07:51.301717+0000 mgr.smithi019.obqwgt (mgr.14180) 294 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-08T18:07:52.513 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:52 smithi019 bash[24123]: cephadm 2023-11-08T18:07:51.301849+0000 mgr.smithi019.obqwgt (mgr.14180) 295 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi122.oprdpz-rgw 2023-11-08T18:07:52.513 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:52 smithi019 bash[24123]: audit 2023-11-08T18:07:51.302405+0000 mon.smithi019 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi122.oprdpz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T18:07:52.513 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:52 smithi019 bash[24123]: audit 2023-11-08T18:07:51.306943+0000 mon.smithi019 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi122.oprdpz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T18:07:52.514 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:52 smithi019 bash[24123]: audit 2023-11-08T18:07:51.308442+0000 mon.smithi019 (mon.0) 702 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:07:52.514 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:52 smithi019 bash[24123]: cephadm 2023-11-08T18:07:51.309442+0000 mgr.smithi019.obqwgt (mgr.14180) 296 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi122.oprdpz on smithi122 2023-11-08T18:07:54.562 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:07:54.562 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:07:28.262673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:07:26.793460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:07:28.263151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:07:31.522624Z service:ingress.nfs.foo [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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:07:26.793698Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:07:26.793852Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:07:26.793997Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:07:26.794140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:07:28.263626Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:07:54.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:54 smithi019 bash[24123]: cluster 2023-11-08T18:07:53.285139+0000 mgr.smithi019.obqwgt (mgr.14180) 297 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 308 B/s rd, 1.1 KiB/s wr, 6 op/s 2023-11-08T18:07:54.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:54 smithi019 bash[24123]: audit 2023-11-08T18:07:53.779508+0000 mon.smithi019 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:54.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:54 smithi019 bash[24123]: audit 2023-11-08T18:07:53.790948+0000 mon.smithi019 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:54.662 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:54 smithi122 bash[28108]: cluster 2023-11-08T18:07:53.285139+0000 mgr.smithi019.obqwgt (mgr.14180) 297 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 308 B/s rd, 1.1 KiB/s wr, 6 op/s 2023-11-08T18:07:54.662 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:54 smithi122 bash[28108]: audit 2023-11-08T18:07:53.779508+0000 mon.smithi019 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:54.662 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:54 smithi122 bash[28108]: audit 2023-11-08T18:07:53.790948+0000 mon.smithi019 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:55.248 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-08T18:07:55.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:55 smithi019 bash[24123]: cephadm 2023-11-08T18:07:53.806022+0000 mgr.smithi019.obqwgt (mgr.14180) 298 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.brrfkc on smithi122 2023-11-08T18:07:55.683 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:55 smithi122 bash[28108]: cephadm 2023-11-08T18:07:53.806022+0000 mgr.smithi019.obqwgt (mgr.14180) 298 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.brrfkc on smithi122 2023-11-08T18:07:56.250 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:07:56.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:56 smithi019 bash[24123]: audit 2023-11-08T18:07:54.547587+0000 mgr.smithi019.obqwgt (mgr.14180) 299 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:07:56.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:56 smithi019 bash[24123]: cluster 2023-11-08T18:07:55.286015+0000 mgr.smithi019.obqwgt (mgr.14180) 300 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 767 B/s wr, 2 op/s 2023-11-08T18:07:56.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:56 smithi122 bash[28108]: audit 2023-11-08T18:07:54.547587+0000 mgr.smithi019.obqwgt (mgr.14180) 299 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:07:56.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:56 smithi122 bash[28108]: cluster 2023-11-08T18:07:55.286015+0000 mgr.smithi019.obqwgt (mgr.14180) 300 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 767 B/s wr, 2 op/s 2023-11-08T18:07:58.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:58 smithi122 bash[28108]: cluster 2023-11-08T18:07:57.286838+0000 mgr.smithi019.obqwgt (mgr.14180) 301 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 1.8 KiB/s wr, 6 op/s 2023-11-08T18:07:58.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:58 smithi122 bash[28108]: audit 2023-11-08T18:07:57.664579+0000 mon.smithi019 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.brrfkc"}]: dispatch 2023-11-08T18:07:58.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:58 smithi122 bash[28108]: audit 2023-11-08T18:07:58.303261+0000 mon.smithi019 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:58.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:58 smithi019 bash[24123]: cluster 2023-11-08T18:07:57.286838+0000 mgr.smithi019.obqwgt (mgr.14180) 301 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 1.8 KiB/s wr, 6 op/s 2023-11-08T18:07:58.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:58 smithi019 bash[24123]: audit 2023-11-08T18:07:57.664579+0000 mon.smithi019 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.brrfkc"}]: dispatch 2023-11-08T18:07:58.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:58 smithi019 bash[24123]: audit 2023-11-08T18:07:58.303261+0000 mon.smithi019 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:07:59.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: cephadm 2023-11-08T18:07:57.663712+0000 mgr.smithi019.obqwgt (mgr.14180) 302 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-brrfkc 2023-11-08T18:07:59.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:07:59.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-brrfkc 2023-11-08T18:07:59.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.brrfkc 2023-11-08T18:07:59.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:07:59.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.brrfkc 2023-11-08T18:07:59.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.brrfkc ... 2023-11-08T18:07:59.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:07:59.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:07:59.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:07:59.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:07:59.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:07:59.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:07:59.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:07:59.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:07:59.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:07:59.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:07:59.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-brrfkc 2023-11-08T18:07:59.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:07:59.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-brrfkc 2023-11-08T18:07:59.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.brrfkc 2023-11-08T18:07:59.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:07:59.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.brrfkc 2023-11-08T18:07:59.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.brrfkc ... 2023-11-08T18:07:59.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:07:59.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:07:59.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:07:59.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:07:59.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:07:59.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: cephadm 2023-11-08T18:07:57.663962+0000 mgr.smithi019.obqwgt (mgr.14180) 303 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.brrfkc 2023-11-08T18:07:59.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: cephadm 2023-11-08T18:07:57.665952+0000 mgr.smithi019.obqwgt (mgr.14180) 304 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.brrfkc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-brrfkc 2023-11-08T18:07:59.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:07:59.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-brrfkc 2023-11-08T18:07:59.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.brrfkc 2023-11-08T18:07:59.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:07:59.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.brrfkc 2023-11-08T18:07:59.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.brrfkc ... 2023-11-08T18:07:59.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:07:59.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:07:59.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:07:59.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:07:59.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:07:59.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:07:59 smithi019 bash[24123]: cephadm 2023-11-08T18:07:57.670437+0000 mgr.smithi019.obqwgt (mgr.14180) 305 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.dlrxow on smithi019 2023-11-08T18:07:59.673 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:07:59.673 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:07:28.262673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:07:26.793460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:07:28.263151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:07:31.522624Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T18:07:57.665825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.brrfkc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-brrfkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-brrfkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.brrfkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.brrfkc\nDeploy daemon haproxy.nfs.foo.smithi122.brrfkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:07:26.793698Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:07:26.793852Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:07:26.793997Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:07:26.794140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:07:28.263626Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:07:59.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: cephadm 2023-11-08T18:07:57.663712+0000 mgr.smithi019.obqwgt (mgr.14180) 302 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-brrfkc 2023-11-08T18:07:59.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:07:59.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-brrfkc 2023-11-08T18:07:59.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.brrfkc 2023-11-08T18:07:59.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:07:59.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.brrfkc 2023-11-08T18:07:59.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.brrfkc ... 2023-11-08T18:07:59.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:07:59.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:07:59.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:07:59.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:07:59.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:07:59.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:07:59.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:07:59.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:07:59.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:07:59.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:07:59.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-brrfkc 2023-11-08T18:07:59.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:07:59.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-brrfkc 2023-11-08T18:07:59.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.brrfkc 2023-11-08T18:07:59.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:07:59.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.brrfkc 2023-11-08T18:07:59.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.brrfkc ... 2023-11-08T18:07:59.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:07:59.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:07:59.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:07:59.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:07:59.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:07:59.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: cephadm 2023-11-08T18:07:57.663962+0000 mgr.smithi019.obqwgt (mgr.14180) 303 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.brrfkc 2023-11-08T18:07:59.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: cephadm 2023-11-08T18:07:57.665952+0000 mgr.smithi019.obqwgt (mgr.14180) 304 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.brrfkc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-brrfkc 2023-11-08T18:07:59.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:07:59.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-brrfkc 2023-11-08T18:07:59.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.brrfkc 2023-11-08T18:07:59.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:07:59.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.brrfkc 2023-11-08T18:07:59.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.brrfkc ... 2023-11-08T18:07:59.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:07:59.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:07:59.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:07:59.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:07:59.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:07:59.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:07:59 smithi122 bash[28108]: cephadm 2023-11-08T18:07:57.670437+0000 mgr.smithi019.obqwgt (mgr.14180) 305 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.dlrxow on smithi019 2023-11-08T18:08:00.485 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-08T18:08:00.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:00 smithi122 bash[28108]: cluster 2023-11-08T18:07:59.287603+0000 mgr.smithi019.obqwgt (mgr.14180) 306 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 1.6 KiB/s wr, 5 op/s 2023-11-08T18:08:00.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:00 smithi122 bash[28108]: audit 2023-11-08T18:07:59.407832+0000 mon.smithi019 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:00.755 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:00 smithi019 bash[24123]: cluster 2023-11-08T18:07:59.287603+0000 mgr.smithi019.obqwgt (mgr.14180) 306 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 1.6 KiB/s wr, 5 op/s 2023-11-08T18:08:00.756 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:00 smithi019 bash[24123]: audit 2023-11-08T18:07:59.407832+0000 mon.smithi019 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:01.487 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:08:01.502 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:01 smithi019 bash[24123]: audit 2023-11-08T18:07:59.663212+0000 mgr.smithi019.obqwgt (mgr.14180) 307 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:01.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:01 smithi122 bash[28108]: audit 2023-11-08T18:07:59.663212+0000 mgr.smithi019.obqwgt (mgr.14180) 307 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:02.635 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:02 smithi019 bash[24123]: cluster 2023-11-08T18:08:01.288489+0000 mgr.smithi019.obqwgt (mgr.14180) 308 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-11-08T18:08:02.635 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:02 smithi019 bash[24123]: audit 2023-11-08T18:08:01.649345+0000 mon.smithi019 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.dlrxow"}]: dispatch 2023-11-08T18:08:02.635 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:02 smithi019 bash[24123]: audit 2023-11-08T18:08:01.656176+0000 mon.smithi019 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:02.635 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:02 smithi019 bash[24123]: audit 2023-11-08T18:08:01.659956+0000 mon.smithi019 (mon.0) 710 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:08:02.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:02 smithi122 bash[28108]: cluster 2023-11-08T18:08:01.288489+0000 mgr.smithi019.obqwgt (mgr.14180) 308 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-11-08T18:08:02.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:02 smithi122 bash[28108]: audit 2023-11-08T18:08:01.649345+0000 mon.smithi019 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.dlrxow"}]: dispatch 2023-11-08T18:08:02.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:02 smithi122 bash[28108]: audit 2023-11-08T18:08:01.656176+0000 mon.smithi019 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:02.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:02 smithi122 bash[28108]: audit 2023-11-08T18:08:01.659956+0000 mon.smithi019 (mon.0) 710 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:08:03.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: cephadm 2023-11-08T18:08:01.648635+0000 mgr.smithi019.obqwgt (mgr.14180) 309 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-dlrxow 2023-11-08T18:08:03.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:03.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-dlrxow 2023-11-08T18:08:03.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.dlrxow 2023-11-08T18:08:03.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:03.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.dlrxow 2023-11-08T18:08:03.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.dlrxow ... 2023-11-08T18:08:03.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:03.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:03.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:03.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:03.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:03.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:08:03.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:08:03.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:08:03.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:08:03.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:08:03.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-dlrxow 2023-11-08T18:08:03.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:03.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-dlrxow 2023-11-08T18:08:03.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.dlrxow 2023-11-08T18:08:03.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:03.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.dlrxow 2023-11-08T18:08:03.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.dlrxow ... 2023-11-08T18:08:03.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:03.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:03.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:03.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:03.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:03.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: cephadm 2023-11-08T18:08:01.648892+0000 mgr.smithi019.obqwgt (mgr.14180) 310 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.dlrxow 2023-11-08T18:08:03.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: cephadm 2023-11-08T18:08:01.650406+0000 mgr.smithi019.obqwgt (mgr.14180) 311 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.dlrxow on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-dlrxow 2023-11-08T18:08:03.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:03.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-dlrxow 2023-11-08T18:08:03.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.dlrxow 2023-11-08T18:08:03.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:03.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.dlrxow 2023-11-08T18:08:03.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.dlrxow ... 2023-11-08T18:08:03.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:03.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:03.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:03.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:03.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:03.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: cephadm 2023-11-08T18:08:01.656701+0000 mgr.smithi019.obqwgt (mgr.14180) 312 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.pkdmyz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:08:03.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: cephadm 2023-11-08T18:08:01.658670+0000 mgr.smithi019.obqwgt (mgr.14180) 313 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.dmtmfn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:08:03.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: cluster 2023-11-08T18:08:01.659699+0000 mgr.smithi019.obqwgt (mgr.14180) 314 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.7 KiB/s wr, 5 op/s 2023-11-08T18:08:03.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: cluster 2023-11-08T18:08:02.654356+0000 mon.smithi019 (mon.0) 711 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:08:03.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:03 smithi122 bash[28108]: audit 2023-11-08T18:08:03.313159+0000 mon.smithi019 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:03.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: cephadm 2023-11-08T18:08:01.648635+0000 mgr.smithi019.obqwgt (mgr.14180) 309 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-dlrxow 2023-11-08T18:08:03.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:03.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-dlrxow 2023-11-08T18:08:03.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.dlrxow 2023-11-08T18:08:03.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:03.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.dlrxow 2023-11-08T18:08:03.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.dlrxow ... 2023-11-08T18:08:03.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:03.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:03.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:03.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:03.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:03.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:08:03.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:08:03.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:08:03.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:08:03.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:08:03.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-dlrxow 2023-11-08T18:08:03.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:03.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-dlrxow 2023-11-08T18:08:03.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.dlrxow 2023-11-08T18:08:03.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:03.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.dlrxow 2023-11-08T18:08:03.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.dlrxow ... 2023-11-08T18:08:03.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:03.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:03.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:03.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:03.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:03.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: cephadm 2023-11-08T18:08:01.648892+0000 mgr.smithi019.obqwgt (mgr.14180) 310 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.dlrxow 2023-11-08T18:08:03.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: cephadm 2023-11-08T18:08:01.650406+0000 mgr.smithi019.obqwgt (mgr.14180) 311 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.dlrxow on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-dlrxow 2023-11-08T18:08:03.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:03.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-dlrxow 2023-11-08T18:08:03.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.dlrxow 2023-11-08T18:08:03.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:03.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.dlrxow 2023-11-08T18:08:03.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.dlrxow ... 2023-11-08T18:08:03.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:03.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:03.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:03.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:03.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:03.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: cephadm 2023-11-08T18:08:01.656701+0000 mgr.smithi019.obqwgt (mgr.14180) 312 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.pkdmyz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:08:03.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: cephadm 2023-11-08T18:08:01.658670+0000 mgr.smithi019.obqwgt (mgr.14180) 313 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.dmtmfn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:08:03.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: cluster 2023-11-08T18:08:01.659699+0000 mgr.smithi019.obqwgt (mgr.14180) 314 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.7 KiB/s wr, 5 op/s 2023-11-08T18:08:03.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: cluster 2023-11-08T18:08:02.654356+0000 mon.smithi019 (mon.0) 711 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:08:03.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:03 smithi019 bash[24123]: audit 2023-11-08T18:08:03.313159+0000 mon.smithi019 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:04.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:04 smithi019 bash[24123]: cluster 2023-11-08T18:08:03.660938+0000 mgr.smithi019.obqwgt (mgr.14180) 315 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.4 KiB/s wr, 5 op/s 2023-11-08T18:08:04.839 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:08:04.839 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:07:28.262673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:07:26.793460Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:07:28.263151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:07:31.522624Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T18:07:57.665825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.brrfkc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-brrfkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-brrfkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.brrfkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.brrfkc\nDeploy daemon haproxy.nfs.foo.smithi122.brrfkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:01.650291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.dlrxow on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-dlrxow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-dlrxow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.dlrxow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.dlrxow\nDeploy daemon haproxy.nfs.foo.smithi019.dlrxow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:01.656545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pkdmyz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:01.658569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.dmtmfn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:07:26.793698Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:07:26.793852Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:07:26.793997Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:07:26.794140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:07:28.263626Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:08:04.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:04 smithi122 bash[28108]: cluster 2023-11-08T18:08:03.660938+0000 mgr.smithi019.obqwgt (mgr.14180) 315 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.4 KiB/s wr, 5 op/s 2023-11-08T18:08:05.517 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-08T18:08:05.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:05 smithi019 bash[24123]: audit 2023-11-08T18:08:04.824892+0000 mgr.smithi019.obqwgt (mgr.14180) 316 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:05.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:05 smithi122 bash[28108]: audit 2023-11-08T18:08:04.824892+0000 mgr.smithi019.obqwgt (mgr.14180) 316 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:06.519 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:08:06.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:06 smithi019 bash[24123]: cluster 2023-11-08T18:08:05.661967+0000 mgr.smithi019.obqwgt (mgr.14180) 317 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.4 KiB/s wr, 5 op/s 2023-11-08T18:08:06.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:06 smithi122 bash[28108]: cluster 2023-11-08T18:08:05.661967+0000 mgr.smithi019.obqwgt (mgr.14180) 317 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.4 KiB/s wr, 5 op/s 2023-11-08T18:08:08.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:08 smithi122 bash[28108]: audit 2023-11-08T18:08:07.384224+0000 mon.smithi019 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:08.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:08 smithi122 bash[28108]: cluster 2023-11-08T18:08:07.663134+0000 mgr.smithi019.obqwgt (mgr.14180) 318 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 98 B/s wr, 0 op/s 2023-11-08T18:08:08.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:08 smithi019 bash[24123]: audit 2023-11-08T18:08:07.384224+0000 mon.smithi019 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:08.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:08 smithi019 bash[24123]: cluster 2023-11-08T18:08:07.663134+0000 mgr.smithi019.obqwgt (mgr.14180) 318 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 98 B/s wr, 0 op/s 2023-11-08T18:08:09.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:09 smithi122 bash[28108]: audit 2023-11-08T18:08:08.445191+0000 mon.smithi019 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:09.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:09 smithi122 bash[28108]: audit 2023-11-08T18:08:08.446669+0000 mon.smithi019 (mon.0) 715 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:08:09.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:09 smithi122 bash[28108]: audit 2023-11-08T18:08:08.447748+0000 mon.smithi019 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:08:09.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:09 smithi122 bash[28108]: audit 2023-11-08T18:08:08.453338+0000 mon.smithi019 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:09.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:09 smithi122 bash[28108]: cluster 2023-11-08T18:08:08.453996+0000 mgr.smithi019.obqwgt (mgr.14180) 319 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 223 B/s rd, 111 B/s wr, 0 op/s 2023-11-08T18:08:09.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:09 smithi122 bash[28108]: audit 2023-11-08T18:08:08.460292+0000 mon.smithi019 (mon.0) 718 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:08:09.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:09 smithi122 bash[28108]: audit 2023-11-08T18:08:08.476774+0000 mon.smithi019 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:09.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:09 smithi122 bash[28108]: cephadm 2023-11-08T18:08:08.480693+0000 mgr.smithi019.obqwgt (mgr.14180) 320 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.qjzatz on smithi122 2023-11-08T18:08:09.794 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:08:09.794 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:08:08.432007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:08:07.370855Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:08:08.432384Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:07:31.522624Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T18:07:57.665825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.brrfkc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-brrfkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-brrfkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.brrfkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.brrfkc\nDeploy daemon haproxy.nfs.foo.smithi122.brrfkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:01.650291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.dlrxow on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-dlrxow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-dlrxow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.dlrxow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.dlrxow\nDeploy daemon haproxy.nfs.foo.smithi019.dlrxow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:01.656545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pkdmyz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:01.658569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.dmtmfn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:08:07.372898Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:08:07.371180Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:08:07.371394Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:08:07.373151Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:08:07.371596Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:08:07.371794Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:08:08.432731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:08:09.828 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:09 smithi019 bash[24123]: audit 2023-11-08T18:08:08.445191+0000 mon.smithi019 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:09.828 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:09 smithi019 bash[24123]: audit 2023-11-08T18:08:08.446669+0000 mon.smithi019 (mon.0) 715 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:08:09.828 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:09 smithi019 bash[24123]: audit 2023-11-08T18:08:08.447748+0000 mon.smithi019 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:08:09.828 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:09 smithi019 bash[24123]: audit 2023-11-08T18:08:08.453338+0000 mon.smithi019 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:09.829 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:09 smithi019 bash[24123]: cluster 2023-11-08T18:08:08.453996+0000 mgr.smithi019.obqwgt (mgr.14180) 319 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 223 B/s rd, 111 B/s wr, 0 op/s 2023-11-08T18:08:09.829 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:09 smithi019 bash[24123]: audit 2023-11-08T18:08:08.460292+0000 mon.smithi019 (mon.0) 718 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:08:09.829 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:09 smithi019 bash[24123]: audit 2023-11-08T18:08:08.476774+0000 mon.smithi019 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:09.829 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:09 smithi019 bash[24123]: cephadm 2023-11-08T18:08:08.480693+0000 mgr.smithi019.obqwgt (mgr.14180) 320 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.qjzatz on smithi122 2023-11-08T18:08:10.507 INFO:tasks.cephadm:nfs.foo has 2/2 2023-11-08T18:08:10.508 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-08T18:08:10.518 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-11-08T18:08:10.519 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:08:10.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:10 smithi122 bash[28108]: cluster 2023-11-08T18:08:09.451209+0000 mon.smithi019 (mon.0) 720 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:08:10.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:10 smithi122 bash[28108]: cluster 2023-11-08T18:08:09.451243+0000 mon.smithi019 (mon.0) 721 : cluster [INF] Cluster is now healthy 2023-11-08T18:08:10.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:10 smithi122 bash[28108]: audit 2023-11-08T18:08:09.784692+0000 mgr.smithi019.obqwgt (mgr.14180) 321 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:10.721 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:10 smithi019 bash[24123]: cluster 2023-11-08T18:08:09.451209+0000 mon.smithi019 (mon.0) 720 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:08:10.721 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:10 smithi019 bash[24123]: cluster 2023-11-08T18:08:09.451243+0000 mon.smithi019 (mon.0) 721 : cluster [INF] Cluster is now healthy 2023-11-08T18:08:10.721 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:10 smithi019 bash[24123]: audit 2023-11-08T18:08:09.784692+0000 mgr.smithi019.obqwgt (mgr.14180) 321 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:11.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:11 smithi122 bash[28108]: cluster 2023-11-08T18:08:10.454595+0000 mgr.smithi019.obqwgt (mgr.14180) 322 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 223 B/s rd, 0 op/s 2023-11-08T18:08:11.770 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:11 smithi019 bash[24123]: cluster 2023-11-08T18:08:10.454595+0000 mgr.smithi019.obqwgt (mgr.14180) 322 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 223 B/s rd, 0 op/s 2023-11-08T18:08:12.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: cephadm 2023-11-08T18:08:12.318453+0000 mgr.smithi019.obqwgt (mgr.14180) 323 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-qjzatz 2023-11-08T18:08:12.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:12.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-qjzatz 2023-11-08T18:08:12.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.qjzatz 2023-11-08T18:08:12.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:12.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.qjzatz 2023-11-08T18:08:12.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.qjzatz ... 2023-11-08T18:08:12.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:12.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:12.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:12.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:12.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:12.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:08:12.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:08:12.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:08:12.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:08:12.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:08:12.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-qjzatz 2023-11-08T18:08:12.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:12.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-qjzatz 2023-11-08T18:08:12.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.qjzatz 2023-11-08T18:08:12.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:12.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.qjzatz 2023-11-08T18:08:12.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.qjzatz ... 2023-11-08T18:08:12.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:12.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:12.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:12.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:12.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:12.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: cephadm 2023-11-08T18:08:12.319060+0000 mgr.smithi019.obqwgt (mgr.14180) 324 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.qjzatz 2023-11-08T18:08:12.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: audit 2023-11-08T18:08:12.319694+0000 mon.smithi019 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.qjzatz"}]: dispatch 2023-11-08T18:08:12.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: cephadm 2023-11-08T18:08:12.321013+0000 mgr.smithi019.obqwgt (mgr.14180) 325 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.qjzatz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-qjzatz 2023-11-08T18:08:12.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:12.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-qjzatz 2023-11-08T18:08:12.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.qjzatz 2023-11-08T18:08:12.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:12.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.qjzatz 2023-11-08T18:08:12.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.qjzatz ... 2023-11-08T18:08:12.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:12.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:12.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:12.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:12.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:12.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:12 smithi019 bash[24123]: cephadm 2023-11-08T18:08:12.326264+0000 mgr.smithi019.obqwgt (mgr.14180) 326 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.xqszzt on smithi019 2023-11-08T18:08:12.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: cephadm 2023-11-08T18:08:12.318453+0000 mgr.smithi019.obqwgt (mgr.14180) 323 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-qjzatz 2023-11-08T18:08:12.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:12.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-qjzatz 2023-11-08T18:08:12.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.qjzatz 2023-11-08T18:08:12.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:12.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.qjzatz 2023-11-08T18:08:12.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.qjzatz ... 2023-11-08T18:08:12.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:12.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:12.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:12.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:12.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:12.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:08:12.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:08:12.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:08:12.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:08:12.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:08:12.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-qjzatz 2023-11-08T18:08:12.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:12.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-qjzatz 2023-11-08T18:08:12.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.qjzatz 2023-11-08T18:08:12.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:12.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.qjzatz 2023-11-08T18:08:12.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.qjzatz ... 2023-11-08T18:08:12.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:12.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:12.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:12.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:12.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:12.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: cephadm 2023-11-08T18:08:12.319060+0000 mgr.smithi019.obqwgt (mgr.14180) 324 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.qjzatz 2023-11-08T18:08:12.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: audit 2023-11-08T18:08:12.319694+0000 mon.smithi019 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.qjzatz"}]: dispatch 2023-11-08T18:08:12.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: cephadm 2023-11-08T18:08:12.321013+0000 mgr.smithi019.obqwgt (mgr.14180) 325 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.qjzatz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-qjzatz 2023-11-08T18:08:12.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:12.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-qjzatz 2023-11-08T18:08:12.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.qjzatz 2023-11-08T18:08:12.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:12.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.qjzatz 2023-11-08T18:08:12.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.qjzatz ... 2023-11-08T18:08:12.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:12.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:12.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:12.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:12.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:12.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:12 smithi122 bash[28108]: cephadm 2023-11-08T18:08:12.326264+0000 mgr.smithi019.obqwgt (mgr.14180) 326 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.xqszzt on smithi019 2023-11-08T18:08:13.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:13 smithi019 bash[24123]: cluster 2023-11-08T18:08:12.455533+0000 mgr.smithi019.obqwgt (mgr.14180) 327 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2023-11-08T18:08:13.865 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:08:13.866 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:08:08.432007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:08:07.370855Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:08:08.432384Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:07:57.665825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.brrfkc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-brrfkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-brrfkc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.brrfkc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.brrfkc\nDeploy daemon haproxy.nfs.foo.smithi122.brrfkc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:01.650291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.dlrxow on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-dlrxow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-dlrxow\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.dlrxow\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.dlrxow\nDeploy daemon haproxy.nfs.foo.smithi019.dlrxow ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:01.656545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pkdmyz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:01.658569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.dmtmfn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:12.320851Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.qjzatz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-qjzatz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-qjzatz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.qjzatz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.qjzatz\nDeploy daemon haproxy.nfs.foo.smithi122.qjzatz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:08:07.372898Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:08:07.371180Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:08:07.371394Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:08:07.373151Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:08:07.371596Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:08:07.371794Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:08:08.432731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:08:13.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:13 smithi122 bash[28108]: cluster 2023-11-08T18:08:12.455533+0000 mgr.smithi019.obqwgt (mgr.14180) 327 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2023-11-08T18:08:14.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:08:14.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:14 smithi019 bash[24123]: audit 2023-11-08T18:08:13.849619+0000 mgr.smithi019.obqwgt (mgr.14180) 328 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:14.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:14 smithi122 bash[28108]: audit 2023-11-08T18:08:13.849619+0000 mgr.smithi019.obqwgt (mgr.14180) 328 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:15.573 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:08:15.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:15 smithi019 bash[24123]: cluster 2023-11-08T18:08:14.456118+0000 mgr.smithi019.obqwgt (mgr.14180) 329 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2023-11-08T18:08:15.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:15 smithi122 bash[28108]: cluster 2023-11-08T18:08:14.456118+0000 mgr.smithi019.obqwgt (mgr.14180) 329 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2023-11-08T18:08:17.795 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: cluster 2023-11-08T18:08:16.456955+0000 mgr.smithi019.obqwgt (mgr.14180) 330 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 379 B/s rd, 0 op/s 2023-11-08T18:08:17.796 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: cephadm 2023-11-08T18:08:16.691578+0000 mgr.smithi019.obqwgt (mgr.14180) 331 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xqszzt 2023-11-08T18:08:17.796 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:17.796 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xqszzt 2023-11-08T18:08:17.797 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xqszzt 2023-11-08T18:08:17.797 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:17.797 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xqszzt 2023-11-08T18:08:17.797 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.xqszzt ... 2023-11-08T18:08:17.798 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:17.798 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:17.798 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:17.798 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:17.798 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:17.799 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:08:17.799 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:08:17.799 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:08:17.799 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:08:17.799 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:08:17.800 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xqszzt 2023-11-08T18:08:17.800 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:17.800 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xqszzt 2023-11-08T18:08:17.800 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xqszzt 2023-11-08T18:08:17.800 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:17.800 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xqszzt 2023-11-08T18:08:17.801 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.xqszzt ... 2023-11-08T18:08:17.801 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:17.801 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:17.801 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:17.802 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:17.802 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:17.802 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: cephadm 2023-11-08T18:08:16.692121+0000 mgr.smithi019.obqwgt (mgr.14180) 332 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.xqszzt 2023-11-08T18:08:17.802 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: audit 2023-11-08T18:08:16.692766+0000 mon.smithi019 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.xqszzt"}]: dispatch 2023-11-08T18:08:17.802 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: cephadm 2023-11-08T18:08:16.694219+0000 mgr.smithi019.obqwgt (mgr.14180) 333 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.xqszzt on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xqszzt 2023-11-08T18:08:17.803 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:17.803 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xqszzt 2023-11-08T18:08:17.803 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xqszzt 2023-11-08T18:08:17.803 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:17.803 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xqszzt 2023-11-08T18:08:17.804 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.xqszzt ... 2023-11-08T18:08:17.804 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:17.804 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:17.804 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:17.804 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:17.805 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:17.805 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: cephadm 2023-11-08T18:08:16.698814+0000 mgr.smithi019.obqwgt (mgr.14180) 334 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.qhrpql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:08:17.805 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: cephadm 2023-11-08T18:08:16.700805+0000 mgr.smithi019.obqwgt (mgr.14180) 335 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.keqztc on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:08:17.805 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: cluster 2023-11-08T18:08:16.701917+0000 mgr.smithi019.obqwgt (mgr.14180) 336 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 226 B/s rd, 0 op/s 2023-11-08T18:08:17.805 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:17 smithi019 bash[24123]: audit 2023-11-08T18:08:16.705001+0000 mon.smithi019 (mon.0) 724 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:08:17.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: cluster 2023-11-08T18:08:16.456955+0000 mgr.smithi019.obqwgt (mgr.14180) 330 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 379 B/s rd, 0 op/s 2023-11-08T18:08:17.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: cephadm 2023-11-08T18:08:16.691578+0000 mgr.smithi019.obqwgt (mgr.14180) 331 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xqszzt 2023-11-08T18:08:17.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:17.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xqszzt 2023-11-08T18:08:17.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xqszzt 2023-11-08T18:08:17.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:17.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xqszzt 2023-11-08T18:08:17.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.xqszzt ... 2023-11-08T18:08:17.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:17.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:17.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:17.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:17.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:17.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:08:17.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:08:17.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:08:17.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:08:17.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:08:17.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xqszzt 2023-11-08T18:08:17.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:17.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xqszzt 2023-11-08T18:08:17.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xqszzt 2023-11-08T18:08:17.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:17.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xqszzt 2023-11-08T18:08:17.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.xqszzt ... 2023-11-08T18:08:17.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:17.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:17.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:17.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:17.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:17.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: cephadm 2023-11-08T18:08:16.692121+0000 mgr.smithi019.obqwgt (mgr.14180) 332 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.xqszzt 2023-11-08T18:08:17.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: audit 2023-11-08T18:08:16.692766+0000 mon.smithi019 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.xqszzt"}]: dispatch 2023-11-08T18:08:17.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: cephadm 2023-11-08T18:08:16.694219+0000 mgr.smithi019.obqwgt (mgr.14180) 333 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.xqszzt on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xqszzt 2023-11-08T18:08:17.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:17.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xqszzt 2023-11-08T18:08:17.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xqszzt 2023-11-08T18:08:17.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:17.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xqszzt 2023-11-08T18:08:17.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.xqszzt ... 2023-11-08T18:08:17.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:17.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:17.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:17.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:17.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:17.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: cephadm 2023-11-08T18:08:16.698814+0000 mgr.smithi019.obqwgt (mgr.14180) 334 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.qhrpql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:08:17.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: cephadm 2023-11-08T18:08:16.700805+0000 mgr.smithi019.obqwgt (mgr.14180) 335 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.keqztc on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:08:17.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: cluster 2023-11-08T18:08:16.701917+0000 mgr.smithi019.obqwgt (mgr.14180) 336 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 226 B/s rd, 0 op/s 2023-11-08T18:08:17.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:17 smithi122 bash[28108]: audit 2023-11-08T18:08:16.705001+0000 mon.smithi019 (mon.0) 724 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:08:18.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:18 smithi019 bash[24123]: cluster 2023-11-08T18:08:17.526032+0000 mon.smithi019 (mon.0) 725 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:08:18.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:18 smithi019 bash[24123]: audit 2023-11-08T18:08:18.330226+0000 mon.smithi019 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:18.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:18 smithi122 bash[28108]: cluster 2023-11-08T18:08:17.526032+0000 mon.smithi019 (mon.0) 725 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:08:18.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:18 smithi122 bash[28108]: audit 2023-11-08T18:08:18.330226+0000 mon.smithi019 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:19.065 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:08:19.065 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:08:08.432007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:08:07.370855Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:08:08.432384Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:01.658569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.dmtmfn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:12.320851Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.qjzatz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-qjzatz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-qjzatz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.qjzatz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.qjzatz\nDeploy daemon haproxy.nfs.foo.smithi122.qjzatz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:16.693986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.xqszzt on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xqszzt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xqszzt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xqszzt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xqszzt\nDeploy daemon haproxy.nfs.foo.smithi019.xqszzt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:16.698494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.qhrpql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:16.700672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.keqztc on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:08:07.372898Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:08:07.371180Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:08:07.371394Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:08:07.373151Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:08:07.371596Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:08:07.371794Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:08:08.432731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:08:19.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:08:19.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:19 smithi019 bash[24123]: cluster 2023-11-08T18:08:18.703271+0000 mgr.smithi019.obqwgt (mgr.14180) 337 : cluster [DBG] pgmap v276: 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-08T18:08:19.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:19 smithi019 bash[24123]: audit 2023-11-08T18:08:19.050748+0000 mgr.smithi019.obqwgt (mgr.14180) 338 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:19.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:19 smithi122 bash[28108]: cluster 2023-11-08T18:08:18.703271+0000 mgr.smithi019.obqwgt (mgr.14180) 337 : cluster [DBG] pgmap v276: 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-08T18:08:19.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:19 smithi122 bash[28108]: audit 2023-11-08T18:08:19.050748+0000 mgr.smithi019.obqwgt (mgr.14180) 338 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:20.768 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:08:22.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:21 smithi019 bash[24123]: cluster 2023-11-08T18:08:20.704298+0000 mgr.smithi019.obqwgt (mgr.14180) 339 : cluster [DBG] pgmap v277: 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-08T18:08:22.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:21 smithi122 bash[28108]: cluster 2023-11-08T18:08:20.704298+0000 mgr.smithi019.obqwgt (mgr.14180) 339 : cluster [DBG] pgmap v277: 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-08T18:08:23.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:23 smithi019 bash[24123]: audit 2023-11-08T18:08:22.446383+0000 mon.smithi019 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:23.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:23 smithi019 bash[24123]: cluster 2023-11-08T18:08:22.705879+0000 mgr.smithi019.obqwgt (mgr.14180) 340 : cluster [DBG] pgmap v278: 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-08T18:08:23.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:23 smithi122 bash[28108]: audit 2023-11-08T18:08:22.446383+0000 mon.smithi019 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:23.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:23 smithi122 bash[28108]: cluster 2023-11-08T18:08:22.705879+0000 mgr.smithi019.obqwgt (mgr.14180) 340 : cluster [DBG] pgmap v278: 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-08T18:08:23.749 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:08:23.749 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:08:08.432007Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:08:08.432170Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:08:08.432384Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:01.658569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.dmtmfn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:12.320851Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.qjzatz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-qjzatz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-qjzatz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.qjzatz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.qjzatz\nDeploy daemon haproxy.nfs.foo.smithi122.qjzatz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:16.693986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.xqszzt on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xqszzt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xqszzt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xqszzt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xqszzt\nDeploy daemon haproxy.nfs.foo.smithi019.xqszzt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:16.698494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.qhrpql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:16.700672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.keqztc on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:08:08.433542Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:08:08.431833Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:08:08.431566Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:08:08.433701Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:08:08.432553Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:08:08.432907Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:08:08.432731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:08:24.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:08:24.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:24 smithi019 bash[24123]: audit 2023-11-08T18:08:23.734287+0000 mgr.smithi019.obqwgt (mgr.14180) 341 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:24.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:24 smithi122 bash[28108]: audit 2023-11-08T18:08:23.734287+0000 mgr.smithi019.obqwgt (mgr.14180) 341 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:25.384 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:08:25.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:25 smithi019 bash[24123]: audit 2023-11-08T18:08:24.567131+0000 mon.smithi019 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:25.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:25 smithi019 bash[24123]: audit 2023-11-08T18:08:24.569252+0000 mon.smithi019 (mon.0) 729 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:08:25.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:25 smithi019 bash[24123]: audit 2023-11-08T18:08:24.571198+0000 mon.smithi019 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:08:25.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:25 smithi019 bash[24123]: audit 2023-11-08T18:08:24.578421+0000 mon.smithi019 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:25.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:25 smithi019 bash[24123]: cluster 2023-11-08T18:08:24.579350+0000 mgr.smithi019.obqwgt (mgr.14180) 342 : cluster [DBG] pgmap v279: 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-08T18:08:25.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:25 smithi019 bash[24123]: audit 2023-11-08T18:08:24.585847+0000 mon.smithi019 (mon.0) 732 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:08:25.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:25 smithi019 bash[24123]: audit 2023-11-08T18:08:24.598626+0000 mon.smithi019 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:25.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:25 smithi019 bash[24123]: cephadm 2023-11-08T18:08:24.602212+0000 mgr.smithi019.obqwgt (mgr.14180) 343 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.emvigc on smithi122 2023-11-08T18:08:25.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:25 smithi122 bash[28108]: audit 2023-11-08T18:08:24.567131+0000 mon.smithi019 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:25.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:25 smithi122 bash[28108]: audit 2023-11-08T18:08:24.569252+0000 mon.smithi019 (mon.0) 729 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:08:25.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:25 smithi122 bash[28108]: audit 2023-11-08T18:08:24.571198+0000 mon.smithi019 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:08:25.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:25 smithi122 bash[28108]: audit 2023-11-08T18:08:24.578421+0000 mon.smithi019 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:25.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:25 smithi122 bash[28108]: cluster 2023-11-08T18:08:24.579350+0000 mgr.smithi019.obqwgt (mgr.14180) 342 : cluster [DBG] pgmap v279: 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-08T18:08:25.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:25 smithi122 bash[28108]: audit 2023-11-08T18:08:24.585847+0000 mon.smithi019 (mon.0) 732 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:08:25.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:25 smithi122 bash[28108]: audit 2023-11-08T18:08:24.598626+0000 mon.smithi019 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:25.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:25 smithi122 bash[28108]: cephadm 2023-11-08T18:08:24.602212+0000 mgr.smithi019.obqwgt (mgr.14180) 343 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.emvigc on smithi122 2023-11-08T18:08:26.730 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:26 smithi019 bash[24123]: cluster 2023-11-08T18:08:25.576280+0000 mon.smithi019 (mon.0) 734 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:08:26.730 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:26 smithi019 bash[24123]: cluster 2023-11-08T18:08:25.576329+0000 mon.smithi019 (mon.0) 735 : cluster [INF] Cluster is now healthy 2023-11-08T18:08:26.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:26 smithi122 bash[28108]: cluster 2023-11-08T18:08:25.576280+0000 mon.smithi019 (mon.0) 734 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:08:26.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:26 smithi122 bash[28108]: cluster 2023-11-08T18:08:25.576329+0000 mon.smithi019 (mon.0) 735 : cluster [INF] Cluster is now healthy 2023-11-08T18:08:27.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:27 smithi019 bash[24123]: cluster 2023-11-08T18:08:26.580251+0000 mgr.smithi019.obqwgt (mgr.14180) 344 : cluster [DBG] pgmap v280: 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-08T18:08:27.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:27 smithi122 bash[28108]: cluster 2023-11-08T18:08:26.580251+0000 mgr.smithi019.obqwgt (mgr.14180) 344 : cluster [DBG] pgmap v280: 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-08T18:08:28.524 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:08:28.525 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:08:24.552144Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:08:22.432158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:08:24.552626Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:01.658569Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.dmtmfn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:12.320851Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.qjzatz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-qjzatz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-qjzatz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.qjzatz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.qjzatz\nDeploy daemon haproxy.nfs.foo.smithi122.qjzatz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:16.693986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.xqszzt on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xqszzt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xqszzt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xqszzt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xqszzt\nDeploy daemon haproxy.nfs.foo.smithi019.xqszzt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:16.698494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.qhrpql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:16.700672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.keqztc on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:08:22.434377Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:08:22.432561Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:08:22.432840Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:08:22.434674Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:08:22.433139Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:08:22.433402Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:08:24.553107Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:08:29.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:08:29.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: cephadm 2023-11-08T18:08:28.510067+0000 mgr.smithi019.obqwgt (mgr.14180) 345 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc 2023-11-08T18:08:29.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:29.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc 2023-11-08T18:08:29.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc 2023-11-08T18:08:29.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:29.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc 2023-11-08T18:08:29.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.emvigc ... 2023-11-08T18:08:29.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:29.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:29.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:29.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:29.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:29.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:08:29.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:08:29.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:08:29.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:08:29.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:08:29.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc 2023-11-08T18:08:29.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:29.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc 2023-11-08T18:08:29.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc 2023-11-08T18:08:29.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:29.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc 2023-11-08T18:08:29.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.emvigc ... 2023-11-08T18:08:29.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:29.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:29.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:29.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:29.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:29.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: cephadm 2023-11-08T18:08:28.510312+0000 mgr.smithi019.obqwgt (mgr.14180) 346 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.emvigc 2023-11-08T18:08:29.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: audit 2023-11-08T18:08:28.510840+0000 mgr.smithi019.obqwgt (mgr.14180) 347 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:29.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: audit 2023-11-08T18:08:28.510928+0000 mon.smithi019 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.emvigc"}]: dispatch 2023-11-08T18:08:29.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: cephadm 2023-11-08T18:08:28.521064+0000 mgr.smithi019.obqwgt (mgr.14180) 348 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.emvigc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc 2023-11-08T18:08:29.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:29.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc 2023-11-08T18:08:29.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc 2023-11-08T18:08:29.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:29.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc 2023-11-08T18:08:29.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.emvigc ... 2023-11-08T18:08:29.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:29.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:29.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:29.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:29.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:29.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: cephadm 2023-11-08T18:08:28.523558+0000 mgr.smithi019.obqwgt (mgr.14180) 349 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.pqwzwu on smithi019 2023-11-08T18:08:29.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:29 smithi019 bash[24123]: cluster 2023-11-08T18:08:28.580970+0000 mgr.smithi019.obqwgt (mgr.14180) 350 : cluster [DBG] pgmap v281: 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-08T18:08:29.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: cephadm 2023-11-08T18:08:28.510067+0000 mgr.smithi019.obqwgt (mgr.14180) 345 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc 2023-11-08T18:08:29.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:29.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc 2023-11-08T18:08:29.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc 2023-11-08T18:08:29.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:29.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc 2023-11-08T18:08:29.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.emvigc ... 2023-11-08T18:08:29.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:29.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:29.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:29.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:29.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:29.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:08:29.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:08:29.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:08:29.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:08:29.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:08:29.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc 2023-11-08T18:08:29.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:29.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc 2023-11-08T18:08:29.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc 2023-11-08T18:08:29.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:29.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc 2023-11-08T18:08:29.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.emvigc ... 2023-11-08T18:08:29.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:29.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:29.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:29.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:29.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:29.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: cephadm 2023-11-08T18:08:28.510312+0000 mgr.smithi019.obqwgt (mgr.14180) 346 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.emvigc 2023-11-08T18:08:29.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: audit 2023-11-08T18:08:28.510840+0000 mgr.smithi019.obqwgt (mgr.14180) 347 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:29.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: audit 2023-11-08T18:08:28.510928+0000 mon.smithi019 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.emvigc"}]: dispatch 2023-11-08T18:08:29.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: cephadm 2023-11-08T18:08:28.521064+0000 mgr.smithi019.obqwgt (mgr.14180) 348 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.emvigc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc 2023-11-08T18:08:29.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:29.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc 2023-11-08T18:08:29.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc 2023-11-08T18:08:29.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:29.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc 2023-11-08T18:08:29.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.emvigc ... 2023-11-08T18:08:29.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:29.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:29.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:29.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:29.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:29.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: cephadm 2023-11-08T18:08:28.523558+0000 mgr.smithi019.obqwgt (mgr.14180) 349 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.pqwzwu on smithi019 2023-11-08T18:08:29.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:29 smithi122 bash[28108]: cluster 2023-11-08T18:08:28.580970+0000 mgr.smithi019.obqwgt (mgr.14180) 350 : cluster [DBG] pgmap v281: 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-08T18:08:30.338 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:08:31.813 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:31 smithi019 bash[24123]: cluster 2023-11-08T18:08:30.581739+0000 mgr.smithi019.obqwgt (mgr.14180) 351 : cluster [DBG] pgmap v282: 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-08T18:08:31.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:31 smithi122 bash[28108]: cluster 2023-11-08T18:08:30.581739+0000 mgr.smithi019.obqwgt (mgr.14180) 351 : cluster [DBG] pgmap v282: 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-08T18:08:33.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: cluster 2023-11-08T18:08:32.582476+0000 mgr.smithi019.obqwgt (mgr.14180) 352 : cluster [DBG] pgmap v283: 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-08T18:08:33.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: cephadm 2023-11-08T18:08:33.184136+0000 mgr.smithi019.obqwgt (mgr.14180) 353 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu 2023-11-08T18:08:33.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:33.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu 2023-11-08T18:08:33.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu 2023-11-08T18:08:33.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:33.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu 2023-11-08T18:08:33.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.pqwzwu ... 2023-11-08T18:08:33.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:33.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:33.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:33.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:33.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:33.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:08:33.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:08:33.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:08:33.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:08:33.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:08:33.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu 2023-11-08T18:08:33.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:33.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu 2023-11-08T18:08:33.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu 2023-11-08T18:08:33.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:33.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu 2023-11-08T18:08:33.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.pqwzwu ... 2023-11-08T18:08:33.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:33.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:33.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:33.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:33.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:33.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: cephadm 2023-11-08T18:08:33.184421+0000 mgr.smithi019.obqwgt (mgr.14180) 354 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.pqwzwu 2023-11-08T18:08:33.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: audit 2023-11-08T18:08:33.185016+0000 mon.smithi019 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.pqwzwu"}]: dispatch 2023-11-08T18:08:33.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: cephadm 2023-11-08T18:08:33.186494+0000 mgr.smithi019.obqwgt (mgr.14180) 355 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.pqwzwu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu 2023-11-08T18:08:33.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:33.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu 2023-11-08T18:08:33.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu 2023-11-08T18:08:33.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:08:33.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu 2023-11-08T18:08:33.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.pqwzwu ... 2023-11-08T18:08:33.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:33.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:33.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:33.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:33.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:33.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: cephadm 2023-11-08T18:08:33.188899+0000 mgr.smithi019.obqwgt (mgr.14180) 356 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.fjrgta on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:08:33.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: cephadm 2023-11-08T18:08:33.190645+0000 mgr.smithi019.obqwgt (mgr.14180) 357 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:08:33.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: cluster 2023-11-08T18:08:33.191525+0000 mgr.smithi019.obqwgt (mgr.14180) 358 : cluster [DBG] pgmap v284: 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-08T18:08:33.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:33 smithi019 bash[24123]: audit 2023-11-08T18:08:33.348303+0000 mon.smithi019 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:33.913 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:08:33.914 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:08:24.552144Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:08:22.432158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:08:24.552626Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:16.700672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.keqztc on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:28.520907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.emvigc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\nDeploy daemon haproxy.nfs.foo.smithi122.emvigc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.186326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pqwzwu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\nDeploy daemon haproxy.nfs.foo.smithi019.pqwzwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.188783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.fjrgta on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:08:22.434377Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:08:22.432561Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:08:22.432840Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:08:22.434674Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:08:22.433139Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:08:22.433402Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:08:24.553107Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:08:33.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: cluster 2023-11-08T18:08:32.582476+0000 mgr.smithi019.obqwgt (mgr.14180) 352 : cluster [DBG] pgmap v283: 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-08T18:08:33.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: cephadm 2023-11-08T18:08:33.184136+0000 mgr.smithi019.obqwgt (mgr.14180) 353 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu 2023-11-08T18:08:33.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:33.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu 2023-11-08T18:08:33.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu 2023-11-08T18:08:33.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:33.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu 2023-11-08T18:08:33.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.pqwzwu ... 2023-11-08T18:08:33.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:33.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:33.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:33.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:33.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:33.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:08:33.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:08:33.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:08:33.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:08:33.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:08:33.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu 2023-11-08T18:08:33.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:33.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu 2023-11-08T18:08:33.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu 2023-11-08T18:08:33.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:33.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu 2023-11-08T18:08:33.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.pqwzwu ... 2023-11-08T18:08:33.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:33.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:33.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:33.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:33.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:33.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: cephadm 2023-11-08T18:08:33.184421+0000 mgr.smithi019.obqwgt (mgr.14180) 354 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.pqwzwu 2023-11-08T18:08:33.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: audit 2023-11-08T18:08:33.185016+0000 mon.smithi019 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.pqwzwu"}]: dispatch 2023-11-08T18:08:33.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: cephadm 2023-11-08T18:08:33.186494+0000 mgr.smithi019.obqwgt (mgr.14180) 355 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.pqwzwu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu 2023-11-08T18:08:33.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:33.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu 2023-11-08T18:08:33.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu 2023-11-08T18:08:33.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:08:33.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu 2023-11-08T18:08:33.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.pqwzwu ... 2023-11-08T18:08:33.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:33.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:08:33.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:08:33.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:08:33.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:08:33.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: cephadm 2023-11-08T18:08:33.188899+0000 mgr.smithi019.obqwgt (mgr.14180) 356 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.fjrgta on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:08:33.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: cephadm 2023-11-08T18:08:33.190645+0000 mgr.smithi019.obqwgt (mgr.14180) 357 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:08:33.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: cluster 2023-11-08T18:08:33.191525+0000 mgr.smithi019.obqwgt (mgr.14180) 358 : cluster [DBG] pgmap v284: 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-08T18:08:33.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:33 smithi122 bash[28108]: audit 2023-11-08T18:08:33.348303+0000 mon.smithi019 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:34.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:08:34.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:34 smithi122 bash[28108]: cluster 2023-11-08T18:08:33.640373+0000 mon.smithi019 (mon.0) 739 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:08:34.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:34 smithi122 bash[28108]: audit 2023-11-08T18:08:33.900086+0000 mgr.smithi019.obqwgt (mgr.14180) 359 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:35.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:34 smithi019 bash[24123]: cluster 2023-11-08T18:08:33.640373+0000 mon.smithi019 (mon.0) 739 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:08:35.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:34 smithi019 bash[24123]: audit 2023-11-08T18:08:33.900086+0000 mgr.smithi019.obqwgt (mgr.14180) 359 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:35.680 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:08:35.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:35 smithi122 bash[28108]: cluster 2023-11-08T18:08:35.192520+0000 mgr.smithi019.obqwgt (mgr.14180) 360 : cluster [DBG] pgmap v285: 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-08T18:08:36.088 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:35 smithi019 bash[24123]: cluster 2023-11-08T18:08:35.192520+0000 mgr.smithi019.obqwgt (mgr.14180) 360 : cluster [DBG] pgmap v285: 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-08T18:08:38.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:38 smithi019 bash[24123]: cluster 2023-11-08T18:08:37.193832+0000 mgr.smithi019.obqwgt (mgr.14180) 361 : cluster [DBG] pgmap v286: 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-08T18:08:38.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:38 smithi122 bash[28108]: cluster 2023-11-08T18:08:37.193832+0000 mgr.smithi019.obqwgt (mgr.14180) 361 : cluster [DBG] pgmap v286: 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-08T18:08:38.720 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:08:38.720 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:08:24.552144Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:08:22.432158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:08:24.552626Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:16.700672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.keqztc on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:28.520907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.emvigc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\nDeploy daemon haproxy.nfs.foo.smithi122.emvigc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.186326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pqwzwu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\nDeploy daemon haproxy.nfs.foo.smithi019.pqwzwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.188783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.fjrgta on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:08:22.434377Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:08:22.432561Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:08:22.432840Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:08:22.434674Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:08:22.433139Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:08:22.433402Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:08:24.553107Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:08:39.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:08:39.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:39 smithi019 bash[24123]: audit 2023-11-08T18:08:38.704288+0000 mgr.smithi019.obqwgt (mgr.14180) 362 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:39.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:39 smithi019 bash[24123]: cluster 2023-11-08T18:08:39.194800+0000 mgr.smithi019.obqwgt (mgr.14180) 363 : cluster [DBG] pgmap v287: 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-08T18:08:39.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:39 smithi122 bash[28108]: audit 2023-11-08T18:08:38.704288+0000 mgr.smithi019.obqwgt (mgr.14180) 362 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:39.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:39 smithi122 bash[28108]: cluster 2023-11-08T18:08:39.194800+0000 mgr.smithi019.obqwgt (mgr.14180) 363 : cluster [DBG] pgmap v287: 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-08T18:08:40.457 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:08:42.519 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:42 smithi019 bash[24123]: cluster 2023-11-08T18:08:41.195892+0000 mgr.smithi019.obqwgt (mgr.14180) 364 : cluster [DBG] pgmap v288: 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-08T18:08:42.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:42 smithi122 bash[28108]: cluster 2023-11-08T18:08:41.195892+0000 mgr.smithi019.obqwgt (mgr.14180) 364 : cluster [DBG] pgmap v288: 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-08T18:08:43.799 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:08:43.800 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:08:24.552144Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:08:22.432158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:08:24.552626Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:16.700672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.keqztc on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:28.520907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.emvigc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\nDeploy daemon haproxy.nfs.foo.smithi122.emvigc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.186326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pqwzwu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\nDeploy daemon haproxy.nfs.foo.smithi019.pqwzwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.188783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.fjrgta on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:08:22.434377Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:08:22.432561Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:08:22.432840Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:08:22.434674Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:08:22.433139Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:08:22.433402Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:08:24.553107Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:08:44.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:44 smithi019 bash[24123]: cluster 2023-11-08T18:08:43.197260+0000 mgr.smithi019.obqwgt (mgr.14180) 365 : cluster [DBG] pgmap v289: 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-08T18:08:44.500 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:08:44.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:44 smithi122 bash[28108]: cluster 2023-11-08T18:08:43.197260+0000 mgr.smithi019.obqwgt (mgr.14180) 365 : cluster [DBG] pgmap v289: 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-08T18:08:45.501 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:08:45.515 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:45 smithi019 bash[24123]: audit 2023-11-08T18:08:43.783111+0000 mgr.smithi019.obqwgt (mgr.14180) 366 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:45.515 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:45 smithi019 bash[24123]: audit 2023-11-08T18:08:44.409788+0000 mon.smithi019 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:45.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:45 smithi122 bash[28108]: audit 2023-11-08T18:08:43.783111+0000 mgr.smithi019.obqwgt (mgr.14180) 366 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:45.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:45 smithi122 bash[28108]: audit 2023-11-08T18:08:44.409788+0000 mon.smithi019 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:08:46.575 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:46 smithi019 bash[24123]: cluster 2023-11-08T18:08:45.198310+0000 mgr.smithi019.obqwgt (mgr.14180) 367 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:08:46.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:46 smithi122 bash[28108]: cluster 2023-11-08T18:08:45.198310+0000 mgr.smithi019.obqwgt (mgr.14180) 367 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:08:48.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:48 smithi019 bash[24123]: cluster 2023-11-08T18:08:47.199651+0000 mgr.smithi019.obqwgt (mgr.14180) 368 : cluster [DBG] pgmap v291: 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-08T18:08:48.665 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:08:48.666 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:08:24.552144Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:08:22.432158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:08:24.552626Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:16.700672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.keqztc on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:28.520907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.emvigc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\nDeploy daemon haproxy.nfs.foo.smithi122.emvigc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.186326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pqwzwu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\nDeploy daemon haproxy.nfs.foo.smithi019.pqwzwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.188783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.fjrgta on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:08:22.434377Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:08:22.432561Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:08:22.432840Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:08:22.434674Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:08:22.433139Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:08:22.433402Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:08:24.553107Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:08:48.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:48 smithi122 bash[28108]: cluster 2023-11-08T18:08:47.199651+0000 mgr.smithi019.obqwgt (mgr.14180) 368 : cluster [DBG] pgmap v291: 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-08T18:08:49.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:08:49.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:49 smithi019 bash[24123]: audit 2023-11-08T18:08:48.650790+0000 mgr.smithi019.obqwgt (mgr.14180) 369 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:49.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:49 smithi019 bash[24123]: cluster 2023-11-08T18:08:49.200978+0000 mgr.smithi019.obqwgt (mgr.14180) 370 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:08:49.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:49 smithi122 bash[28108]: audit 2023-11-08T18:08:48.650790+0000 mgr.smithi019.obqwgt (mgr.14180) 369 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:49.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:49 smithi122 bash[28108]: cluster 2023-11-08T18:08:49.200978+0000 mgr.smithi019.obqwgt (mgr.14180) 370 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:08:50.375 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:08:52.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:52 smithi019 bash[24123]: cluster 2023-11-08T18:08:51.202092+0000 mgr.smithi019.obqwgt (mgr.14180) 371 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:08:52.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:52 smithi122 bash[28108]: cluster 2023-11-08T18:08:51.202092+0000 mgr.smithi019.obqwgt (mgr.14180) 371 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:08:53.700 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:08:53.701 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:08:24.552144Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:08:22.432158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:08:24.552626Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:16.700672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.keqztc on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:28.520907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.emvigc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\nDeploy daemon haproxy.nfs.foo.smithi122.emvigc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.186326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pqwzwu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\nDeploy daemon haproxy.nfs.foo.smithi019.pqwzwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.188783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.fjrgta on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:08:22.434377Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:08:22.432561Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:08:22.432840Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:08:22.434674Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:08:22.433139Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:08:22.433402Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:08:24.553107Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:08:54.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:08:54.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:54 smithi019 bash[24123]: cluster 2023-11-08T18:08:53.202940+0000 mgr.smithi019.obqwgt (mgr.14180) 372 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:08:54.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:54 smithi122 bash[28108]: cluster 2023-11-08T18:08:53.202940+0000 mgr.smithi019.obqwgt (mgr.14180) 372 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:08:55.389 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:08:55.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:55 smithi019 bash[24123]: audit 2023-11-08T18:08:53.684072+0000 mgr.smithi019.obqwgt (mgr.14180) 373 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:55.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:55 smithi122 bash[28108]: audit 2023-11-08T18:08:53.684072+0000 mgr.smithi019.obqwgt (mgr.14180) 373 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:56.531 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:56 smithi019 bash[24123]: cluster 2023-11-08T18:08:55.203940+0000 mgr.smithi019.obqwgt (mgr.14180) 374 : 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-08T18:08:56.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:56 smithi122 bash[28108]: cluster 2023-11-08T18:08:55.203940+0000 mgr.smithi019.obqwgt (mgr.14180) 374 : 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-08T18:08:58.571 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:08:58.572 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:08:24.552144Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:08:22.432158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:08:24.552626Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:16.700672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.keqztc on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:28.520907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.emvigc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\nDeploy daemon haproxy.nfs.foo.smithi122.emvigc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.186326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pqwzwu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\nDeploy daemon haproxy.nfs.foo.smithi019.pqwzwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.188783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.fjrgta on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:08:22.434377Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:08:22.432561Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:08:22.432840Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:08:22.434674Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:08:22.433139Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:08:22.433402Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:08:24.553107Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:08:58.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:58 smithi019 bash[24123]: cluster 2023-11-08T18:08:57.205239+0000 mgr.smithi019.obqwgt (mgr.14180) 375 : cluster [DBG] pgmap v296: 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-08T18:08:58.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:58 smithi122 bash[28108]: cluster 2023-11-08T18:08:57.205239+0000 mgr.smithi019.obqwgt (mgr.14180) 375 : cluster [DBG] pgmap v296: 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-08T18:08:59.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:08:59.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:59 smithi019 bash[24123]: audit 2023-11-08T18:08:58.551593+0000 mgr.smithi019.obqwgt (mgr.14180) 376 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:59.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:08:59 smithi019 bash[24123]: cluster 2023-11-08T18:08:59.206433+0000 mgr.smithi019.obqwgt (mgr.14180) 377 : 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-08T18:08:59.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:59 smithi122 bash[28108]: audit 2023-11-08T18:08:58.551593+0000 mgr.smithi019.obqwgt (mgr.14180) 376 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:08:59.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:08:59 smithi122 bash[28108]: cluster 2023-11-08T18:08:59.206433+0000 mgr.smithi019.obqwgt (mgr.14180) 377 : 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-08T18:09:00.256 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:09:02.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:02 smithi019 bash[24123]: cluster 2023-11-08T18:09:01.207475+0000 mgr.smithi019.obqwgt (mgr.14180) 378 : 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-08T18:09:02.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:02 smithi122 bash[28108]: cluster 2023-11-08T18:09:01.207475+0000 mgr.smithi019.obqwgt (mgr.14180) 378 : 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-08T18:09:03.460 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:09:03.460 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:08:24.552144Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:08:22.432158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:08:24.552626Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:16.700672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.keqztc on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:28.520907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.emvigc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\nDeploy daemon haproxy.nfs.foo.smithi122.emvigc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.186326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pqwzwu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\nDeploy daemon haproxy.nfs.foo.smithi019.pqwzwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.188783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.fjrgta on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:08:22.434377Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:08:22.432561Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:08:22.432840Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:08:22.434674Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:08:22.433139Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:08:22.433402Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:08:24.553107Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:09:04.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:09:04.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:04 smithi019 bash[24123]: cluster 2023-11-08T18:09:03.208793+0000 mgr.smithi019.obqwgt (mgr.14180) 379 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:09:04.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:04 smithi122 bash[28108]: cluster 2023-11-08T18:09:03.208793+0000 mgr.smithi019.obqwgt (mgr.14180) 379 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:09:05.141 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:09:05.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:05 smithi019 bash[24123]: audit 2023-11-08T18:09:03.443285+0000 mgr.smithi019.obqwgt (mgr.14180) 380 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:05.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:05 smithi122 bash[28108]: audit 2023-11-08T18:09:03.443285+0000 mgr.smithi019.obqwgt (mgr.14180) 380 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:06.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:06 smithi019 bash[24123]: cluster 2023-11-08T18:09:05.209887+0000 mgr.smithi019.obqwgt (mgr.14180) 381 : 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-08T18:09:06.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:06 smithi122 bash[28108]: cluster 2023-11-08T18:09:05.209887+0000 mgr.smithi019.obqwgt (mgr.14180) 381 : 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-08T18:09:08.377 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:09:08.378 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:08:24.552144Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:08:22.432158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:08:24.552626Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:16.700672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.keqztc on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:28.520907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.emvigc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\nDeploy daemon haproxy.nfs.foo.smithi122.emvigc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.186326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pqwzwu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\nDeploy daemon haproxy.nfs.foo.smithi019.pqwzwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.188783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.fjrgta on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:08:22.434377Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:08:22.432561Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:08:22.432840Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:08:22.434674Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:08:22.433139Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:08:22.433402Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:08:24.553107Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:09:08.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:08 smithi019 bash[24123]: cluster 2023-11-08T18:09:07.211274+0000 mgr.smithi019.obqwgt (mgr.14180) 382 : cluster [DBG] pgmap v301: 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-08T18:09:08.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:08 smithi122 bash[28108]: cluster 2023-11-08T18:09:07.211274+0000 mgr.smithi019.obqwgt (mgr.14180) 382 : cluster [DBG] pgmap v301: 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-08T18:09:09.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:09:09.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:09 smithi019 bash[24123]: audit 2023-11-08T18:09:08.362847+0000 mgr.smithi019.obqwgt (mgr.14180) 383 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:09.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:09 smithi122 bash[28108]: audit 2023-11-08T18:09:08.362847+0000 mgr.smithi019.obqwgt (mgr.14180) 383 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:10.126 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:09:10.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:10 smithi019 bash[24123]: cluster 2023-11-08T18:09:09.212488+0000 mgr.smithi019.obqwgt (mgr.14180) 384 : 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-08T18:09:10.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:10 smithi122 bash[28108]: cluster 2023-11-08T18:09:09.212488+0000 mgr.smithi019.obqwgt (mgr.14180) 384 : 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-08T18:09:12.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:12 smithi019 bash[24123]: cluster 2023-11-08T18:09:11.213616+0000 mgr.smithi019.obqwgt (mgr.14180) 385 : 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-08T18:09:12.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:12 smithi122 bash[28108]: cluster 2023-11-08T18:09:11.213616+0000 mgr.smithi019.obqwgt (mgr.14180) 385 : 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-08T18:09:13.221 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:09:13.221 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:08:24.552144Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:08:22.432158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:08:24.552626Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:16.700672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.keqztc on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:28.520907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.emvigc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\nDeploy daemon haproxy.nfs.foo.smithi122.emvigc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.186326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pqwzwu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\nDeploy daemon haproxy.nfs.foo.smithi019.pqwzwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.188783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.fjrgta on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:08:22.434377Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:08:22.432561Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:08:22.432840Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:08:22.434674Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:08:22.433139Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:08:22.433402Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:08:24.553107Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:09:13.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:09:14.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:14 smithi019 bash[24123]: audit 2023-11-08T18:09:13.206902+0000 mgr.smithi019.obqwgt (mgr.14180) 386 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:14.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:14 smithi019 bash[24123]: cluster 2023-11-08T18:09:13.214526+0000 mgr.smithi019.obqwgt (mgr.14180) 387 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:09:14.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:14 smithi122 bash[28108]: audit 2023-11-08T18:09:13.206902+0000 mgr.smithi019.obqwgt (mgr.14180) 386 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:14.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:14 smithi122 bash[28108]: cluster 2023-11-08T18:09:13.214526+0000 mgr.smithi019.obqwgt (mgr.14180) 387 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:09:14.998 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:09:16.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:16 smithi019 bash[24123]: cluster 2023-11-08T18:09:15.215163+0000 mgr.smithi019.obqwgt (mgr.14180) 388 : 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-08T18:09:16.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:16 smithi122 bash[28108]: cluster 2023-11-08T18:09:15.215163+0000 mgr.smithi019.obqwgt (mgr.14180) 388 : 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-08T18:09:18.073 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:09:18.074 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:08:24.552144Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:08:22.432158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:08:24.552626Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:16.700672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.keqztc on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:28.520907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.emvigc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\nDeploy daemon haproxy.nfs.foo.smithi122.emvigc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.186326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pqwzwu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\nDeploy daemon haproxy.nfs.foo.smithi019.pqwzwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.188783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.fjrgta on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:08:22.434377Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:08:22.432561Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:08:22.432840Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:08:22.434674Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:08:22.433139Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:08:22.433402Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:08:24.553107Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:09:18.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:18 smithi019 bash[24123]: cluster 2023-11-08T18:09:17.216528+0000 mgr.smithi019.obqwgt (mgr.14180) 389 : cluster [DBG] pgmap v306: 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-08T18:09:18.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:18 smithi122 bash[28108]: cluster 2023-11-08T18:09:17.216528+0000 mgr.smithi019.obqwgt (mgr.14180) 389 : cluster [DBG] pgmap v306: 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-08T18:09:18.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:09:19.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:19 smithi019 bash[24123]: audit 2023-11-08T18:09:18.058848+0000 mgr.smithi019.obqwgt (mgr.14180) 390 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:19.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:19 smithi122 bash[28108]: audit 2023-11-08T18:09:18.058848+0000 mgr.smithi019.obqwgt (mgr.14180) 390 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:19.851 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:09:20.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:20 smithi019 bash[24123]: cluster 2023-11-08T18:09:19.217783+0000 mgr.smithi019.obqwgt (mgr.14180) 391 : 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-08T18:09:20.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:20 smithi122 bash[28108]: cluster 2023-11-08T18:09:19.217783+0000 mgr.smithi019.obqwgt (mgr.14180) 391 : 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-08T18:09:22.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:22 smithi019 bash[24123]: cluster 2023-11-08T18:09:21.218923+0000 mgr.smithi019.obqwgt (mgr.14180) 392 : 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-08T18:09:22.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:22 smithi122 bash[28108]: cluster 2023-11-08T18:09:21.218923+0000 mgr.smithi019.obqwgt (mgr.14180) 392 : 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-08T18:09:22.917 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:09:22.918 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:08:24.552144Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:08:22.432158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:08:24.552626Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:16.700672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.keqztc on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:28.520907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.emvigc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\nDeploy daemon haproxy.nfs.foo.smithi122.emvigc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.186326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pqwzwu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\nDeploy daemon haproxy.nfs.foo.smithi019.pqwzwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.188783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.fjrgta on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:08:22.434377Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:08:22.432561Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:08:22.432840Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:08:22.434674Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:08:22.433139Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:08:22.433402Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:08:24.553107Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:09:23.693 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:09:24.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:24 smithi019 bash[24123]: audit 2023-11-08T18:09:22.902191+0000 mgr.smithi019.obqwgt (mgr.14180) 393 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:24.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:24 smithi019 bash[24123]: cluster 2023-11-08T18:09:23.220410+0000 mgr.smithi019.obqwgt (mgr.14180) 394 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:09:24.694 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:09:24.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:24 smithi122 bash[28108]: audit 2023-11-08T18:09:22.902191+0000 mgr.smithi019.obqwgt (mgr.14180) 393 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:24.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:24 smithi122 bash[28108]: cluster 2023-11-08T18:09:23.220410+0000 mgr.smithi019.obqwgt (mgr.14180) 394 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:09:26.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:26 smithi019 bash[24123]: cluster 2023-11-08T18:09:25.221431+0000 mgr.smithi019.obqwgt (mgr.14180) 395 : 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-08T18:09:26.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:26 smithi122 bash[28108]: cluster 2023-11-08T18:09:25.221431+0000 mgr.smithi019.obqwgt (mgr.14180) 395 : 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-08T18:09:27.912 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:09:27.912 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:08:24.552144Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:08:22.432158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:08:24.552626Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:16.700672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.keqztc on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:28.520907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.emvigc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\nDeploy daemon haproxy.nfs.foo.smithi122.emvigc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.186326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pqwzwu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\nDeploy daemon haproxy.nfs.foo.smithi019.pqwzwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.188783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.fjrgta on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:08:22.434377Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:08:22.432561Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:08:22.432840Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:08:22.434674Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:08:22.433139Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:08:22.433402Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:08:24.553107Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:09:28.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:28 smithi019 bash[24123]: cluster 2023-11-08T18:09:27.222822+0000 mgr.smithi019.obqwgt (mgr.14180) 396 : cluster [DBG] pgmap v311: 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-08T18:09:28.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:09:28.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:28 smithi122 bash[28108]: cluster 2023-11-08T18:09:27.222822+0000 mgr.smithi019.obqwgt (mgr.14180) 396 : cluster [DBG] pgmap v311: 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-08T18:09:29.615 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:09:29.627 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:29 smithi019 bash[24123]: audit 2023-11-08T18:09:27.898088+0000 mgr.smithi019.obqwgt (mgr.14180) 397 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:29.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:29 smithi122 bash[28108]: audit 2023-11-08T18:09:27.898088+0000 mgr.smithi019.obqwgt (mgr.14180) 397 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:30.656 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:30 smithi019 bash[24123]: cluster 2023-11-08T18:09:29.224121+0000 mgr.smithi019.obqwgt (mgr.14180) 398 : 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-08T18:09:30.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:30 smithi122 bash[28108]: cluster 2023-11-08T18:09:29.224121+0000 mgr.smithi019.obqwgt (mgr.14180) 398 : 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-08T18:09:32.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:32 smithi122 bash[28108]: cluster 2023-11-08T18:09:31.225221+0000 mgr.smithi019.obqwgt (mgr.14180) 399 : 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-08T18:09:32.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:32 smithi019 bash[24123]: cluster 2023-11-08T18:09:31.225221+0000 mgr.smithi019.obqwgt (mgr.14180) 399 : 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-08T18:09:32.858 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:09:32.858 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:08:24.552144Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:08:22.432158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:08:24.552626Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:16.700672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.keqztc on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:28.520907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.emvigc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\nDeploy daemon haproxy.nfs.foo.smithi122.emvigc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.186326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pqwzwu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\nDeploy daemon haproxy.nfs.foo.smithi019.pqwzwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.188783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.fjrgta on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:08:22.434377Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:08:22.432561Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:08:22.432840Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:08:22.434674Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:08:22.433139Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:08:22.433402Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:08:24.553107Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:09:33.587 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:09:33.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:33 smithi122 bash[28108]: audit 2023-11-08T18:09:33.195076+0000 mon.smithi019 (mon.0) 741 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:09:33.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:33 smithi019 bash[24123]: audit 2023-11-08T18:09:33.195076+0000 mon.smithi019 (mon.0) 741 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:09:34.589 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:09:34.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:34 smithi122 bash[28108]: audit 2023-11-08T18:09:32.843128+0000 mgr.smithi019.obqwgt (mgr.14180) 400 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:34.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:34 smithi122 bash[28108]: cluster 2023-11-08T18:09:33.226496+0000 mgr.smithi019.obqwgt (mgr.14180) 401 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:09:34.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:34 smithi122 bash[28108]: audit 2023-11-08T18:09:33.457109+0000 mon.smithi019 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:09:34.801 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:34 smithi019 bash[24123]: audit 2023-11-08T18:09:32.843128+0000 mgr.smithi019.obqwgt (mgr.14180) 400 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:34.801 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:34 smithi019 bash[24123]: cluster 2023-11-08T18:09:33.226496+0000 mgr.smithi019.obqwgt (mgr.14180) 401 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:09:34.801 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:34 smithi019 bash[24123]: audit 2023-11-08T18:09:33.457109+0000 mon.smithi019 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:09:36.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:36 smithi122 bash[28108]: cluster 2023-11-08T18:09:35.227491+0000 mgr.smithi019.obqwgt (mgr.14180) 402 : 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-08T18:09:36.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:36 smithi019 bash[24123]: cluster 2023-11-08T18:09:35.227491+0000 mgr.smithi019.obqwgt (mgr.14180) 402 : 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-08T18:09:37.597 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:09:37.597 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:08:24.552144Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:08:22.432158Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:08:24.552626Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:16.700672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.keqztc on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:28.520907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.emvigc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\nDeploy daemon haproxy.nfs.foo.smithi122.emvigc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.186326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pqwzwu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\nDeploy daemon haproxy.nfs.foo.smithi019.pqwzwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.188783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.fjrgta on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:08:22.434377Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:08:22.432561Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:08:22.432840Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:08:22.434674Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:08:22.433139Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:08:22.433402Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:08:24.553107Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:09:38.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:09:38.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:38 smithi019 bash[24123]: cluster 2023-11-08T18:09:37.228772+0000 mgr.smithi019.obqwgt (mgr.14180) 403 : cluster [DBG] pgmap v316: 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-08T18:09:38.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:38 smithi122 bash[28108]: cluster 2023-11-08T18:09:37.228772+0000 mgr.smithi019.obqwgt (mgr.14180) 403 : cluster [DBG] pgmap v316: 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-08T18:09:39.307 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:09:39.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:39 smithi019 bash[24123]: audit 2023-11-08T18:09:37.586250+0000 mgr.smithi019.obqwgt (mgr.14180) 404 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:39.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:39 smithi019 bash[24123]: audit 2023-11-08T18:09:38.922173+0000 mon.smithi019 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:09:39.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:39 smithi122 bash[28108]: audit 2023-11-08T18:09:37.586250+0000 mgr.smithi019.obqwgt (mgr.14180) 404 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:39.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:39 smithi122 bash[28108]: audit 2023-11-08T18:09:38.922173+0000 mon.smithi019 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:09:40.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:40 smithi019 bash[24123]: cluster 2023-11-08T18:09:39.229956+0000 mgr.smithi019.obqwgt (mgr.14180) 405 : 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-08T18:09:40.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:40 smithi122 bash[28108]: cluster 2023-11-08T18:09:39.229956+0000 mgr.smithi019.obqwgt (mgr.14180) 405 : 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-08T18:09:42.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:42 smithi019 bash[24123]: audit 2023-11-08T18:09:41.216312+0000 mon.smithi019 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:09:42.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:42 smithi019 bash[24123]: cluster 2023-11-08T18:09:41.230610+0000 mgr.smithi019.obqwgt (mgr.14180) 406 : 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-08T18:09:42.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:42 smithi019 bash[24123]: audit 2023-11-08T18:09:41.482499+0000 mon.smithi019 (mon.0) 745 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:09:42.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:42 smithi019 bash[24123]: audit 2023-11-08T18:09:41.483788+0000 mon.smithi019 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:09:42.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:42 smithi019 bash[24123]: audit 2023-11-08T18:09:41.492079+0000 mon.smithi019 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:09:42.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:42 smithi019 bash[24123]: audit 2023-11-08T18:09:41.501311+0000 mon.smithi019 (mon.0) 748 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:09:42.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:42 smithi019 bash[24123]: audit 2023-11-08T18:09:41.512149+0000 mon.smithi019 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:09:42.658 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:09:42.659 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:09:41.202091Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:09:38.910696Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:09:41.202671Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:16.700672Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.keqztc on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:28.520907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.emvigc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\nDeploy daemon haproxy.nfs.foo.smithi122.emvigc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.186326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pqwzwu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\nDeploy daemon haproxy.nfs.foo.smithi019.pqwzwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.188783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.fjrgta on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:09:38.912036Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:09:38.910956Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:09:38.911120Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:09:38.912188Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:09:38.911275Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:09:38.911427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:09:41.203094Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:09:42.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:42 smithi122 bash[28108]: audit 2023-11-08T18:09:41.216312+0000 mon.smithi019 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:09:42.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:42 smithi122 bash[28108]: cluster 2023-11-08T18:09:41.230610+0000 mgr.smithi019.obqwgt (mgr.14180) 406 : 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-08T18:09:42.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:42 smithi122 bash[28108]: audit 2023-11-08T18:09:41.482499+0000 mon.smithi019 (mon.0) 745 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:09:42.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:42 smithi122 bash[28108]: audit 2023-11-08T18:09:41.483788+0000 mon.smithi019 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:09:42.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:42 smithi122 bash[28108]: audit 2023-11-08T18:09:41.492079+0000 mon.smithi019 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:09:42.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:42 smithi122 bash[28108]: audit 2023-11-08T18:09:41.501311+0000 mon.smithi019 (mon.0) 748 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:09:42.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:42 smithi122 bash[28108]: audit 2023-11-08T18:09:41.512149+0000 mon.smithi019 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:09:43.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:09:43.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:43 smithi122 bash[28108]: cluster 2023-11-08T18:09:41.493274+0000 mgr.smithi019.obqwgt (mgr.14180) 407 : cluster [DBG] pgmap v319: 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-08T18:09:43.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:43 smithi122 bash[28108]: cephadm 2023-11-08T18:09:41.516224+0000 mgr.smithi019.obqwgt (mgr.14180) 408 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.pujjea on smithi122 2023-11-08T18:09:43.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:43 smithi122 bash[28108]: cluster 2023-11-08T18:09:42.212109+0000 mon.smithi019 (mon.0) 750 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:09:43.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:43 smithi122 bash[28108]: cluster 2023-11-08T18:09:42.212171+0000 mon.smithi019 (mon.0) 751 : cluster [INF] Cluster is now healthy 2023-11-08T18:09:43.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:43 smithi019 bash[24123]: cluster 2023-11-08T18:09:41.493274+0000 mgr.smithi019.obqwgt (mgr.14180) 407 : cluster [DBG] pgmap v319: 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-08T18:09:43.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:43 smithi019 bash[24123]: cephadm 2023-11-08T18:09:41.516224+0000 mgr.smithi019.obqwgt (mgr.14180) 408 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.pujjea on smithi122 2023-11-08T18:09:43.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:43 smithi019 bash[24123]: cluster 2023-11-08T18:09:42.212109+0000 mon.smithi019 (mon.0) 750 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:09:43.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:43 smithi019 bash[24123]: cluster 2023-11-08T18:09:42.212171+0000 mon.smithi019 (mon.0) 751 : cluster [INF] Cluster is now healthy 2023-11-08T18:09:44.442 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:09:44.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:44 smithi019 bash[24123]: audit 2023-11-08T18:09:42.643221+0000 mgr.smithi019.obqwgt (mgr.14180) 409 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:44.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:44 smithi122 bash[28108]: audit 2023-11-08T18:09:42.643221+0000 mgr.smithi019.obqwgt (mgr.14180) 409 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:45.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:45 smithi019 bash[24123]: cluster 2023-11-08T18:09:43.494323+0000 mgr.smithi019.obqwgt (mgr.14180) 410 : cluster [DBG] pgmap v320: 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-08T18:09:45.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:45 smithi019 bash[24123]: audit 2023-11-08T18:09:44.411863+0000 mon.smithi019 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:09:45.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:45 smithi122 bash[28108]: cluster 2023-11-08T18:09:43.494323+0000 mgr.smithi019.obqwgt (mgr.14180) 410 : cluster [DBG] pgmap v320: 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-08T18:09:45.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:45 smithi122 bash[28108]: audit 2023-11-08T18:09:44.411863+0000 mon.smithi019 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:09:46.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:46 smithi019 bash[24123]: audit 2023-11-08T18:09:45.482336+0000 mon.smithi019 (mon.0) 753 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.pujjea"}]: dispatch 2023-11-08T18:09:46.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:46 smithi122 bash[28108]: audit 2023-11-08T18:09:45.482336+0000 mon.smithi019 (mon.0) 753 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.pujjea"}]: dispatch 2023-11-08T18:09:47.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: cephadm 2023-11-08T18:09:45.480996+0000 mgr.smithi019.obqwgt (mgr.14180) 411 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea 2023-11-08T18:09:47.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:09:47.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea 2023-11-08T18:09:47.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea 2023-11-08T18:09:47.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:09:47.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea 2023-11-08T18:09:47.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.pujjea ... 2023-11-08T18:09:47.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:47.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:09:47.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:09:47.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:09:47.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:47.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:09:47.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:09:47.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:09:47.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:09:47.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:09:47.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea 2023-11-08T18:09:47.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:09:47.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea 2023-11-08T18:09:47.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea 2023-11-08T18:09:47.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:09:47.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea 2023-11-08T18:09:47.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.pujjea ... 2023-11-08T18:09:47.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:47.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:09:47.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:09:47.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:09:47.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:47.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: cephadm 2023-11-08T18:09:45.481692+0000 mgr.smithi019.obqwgt (mgr.14180) 412 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.pujjea 2023-11-08T18:09:47.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: cephadm 2023-11-08T18:09:45.483594+0000 mgr.smithi019.obqwgt (mgr.14180) 413 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.pujjea on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea 2023-11-08T18:09:47.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:09:47.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea 2023-11-08T18:09:47.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea 2023-11-08T18:09:47.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:09:47.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea 2023-11-08T18:09:47.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.pujjea ... 2023-11-08T18:09:47.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:47.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:09:47.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:09:47.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:09:47.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:47.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: cephadm 2023-11-08T18:09:45.486347+0000 mgr.smithi019.obqwgt (mgr.14180) 414 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.ovnucf on smithi019 2023-11-08T18:09:47.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:47 smithi019 bash[24123]: cluster 2023-11-08T18:09:45.494922+0000 mgr.smithi019.obqwgt (mgr.14180) 415 : cluster [DBG] pgmap v321: 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-08T18:09:47.661 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:09:47.661 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:09:41.202091Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:09:38.910696Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:09:41.202671Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:28.520907Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.emvigc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-emvigc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.emvigc\nDeploy daemon haproxy.nfs.foo.smithi122.emvigc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.186326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pqwzwu on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pqwzwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pqwzwu\nDeploy daemon haproxy.nfs.foo.smithi019.pqwzwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:08:33.188783Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.fjrgta on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:45.483449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pujjea on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\nDeploy daemon haproxy.nfs.foo.smithi122.pujjea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:09:38.912036Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:09:38.910956Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:09:38.911120Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:09:38.912188Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:09:38.911275Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:09:38.911427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:09:41.203094Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:09:47.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: cephadm 2023-11-08T18:09:45.480996+0000 mgr.smithi019.obqwgt (mgr.14180) 411 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea 2023-11-08T18:09:47.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:09:47.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea 2023-11-08T18:09:47.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea 2023-11-08T18:09:47.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:09:47.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea 2023-11-08T18:09:47.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.pujjea ... 2023-11-08T18:09:47.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:47.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:09:47.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:09:47.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:09:47.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:47.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:09:47.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:09:47.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:09:47.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:09:47.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:09:47.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea 2023-11-08T18:09:47.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:09:47.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea 2023-11-08T18:09:47.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea 2023-11-08T18:09:47.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:09:47.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea 2023-11-08T18:09:47.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.pujjea ... 2023-11-08T18:09:47.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:47.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:09:47.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:09:47.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:09:47.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:47.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: cephadm 2023-11-08T18:09:45.481692+0000 mgr.smithi019.obqwgt (mgr.14180) 412 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.pujjea 2023-11-08T18:09:47.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: cephadm 2023-11-08T18:09:45.483594+0000 mgr.smithi019.obqwgt (mgr.14180) 413 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.pujjea on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea 2023-11-08T18:09:47.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:09:47.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea 2023-11-08T18:09:47.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea 2023-11-08T18:09:47.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:09:47.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea 2023-11-08T18:09:47.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.pujjea ... 2023-11-08T18:09:47.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:47.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:09:47.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:09:47.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:09:47.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:47.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: cephadm 2023-11-08T18:09:45.486347+0000 mgr.smithi019.obqwgt (mgr.14180) 414 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.ovnucf on smithi019 2023-11-08T18:09:47.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:47 smithi122 bash[28108]: cluster 2023-11-08T18:09:45.494922+0000 mgr.smithi019.obqwgt (mgr.14180) 415 : cluster [DBG] pgmap v321: 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-08T18:09:48.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:09:49.274 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:49 smithi019 bash[24123]: cluster 2023-11-08T18:09:47.495953+0000 mgr.smithi019.obqwgt (mgr.14180) 416 : cluster [DBG] pgmap v322: 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-08T18:09:49.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:49 smithi019 bash[24123]: audit 2023-11-08T18:09:47.650394+0000 mgr.smithi019.obqwgt (mgr.14180) 417 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:49.380 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:09:49.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:49 smithi122 bash[28108]: cluster 2023-11-08T18:09:47.495953+0000 mgr.smithi019.obqwgt (mgr.14180) 416 : cluster [DBG] pgmap v322: 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-08T18:09:49.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:49 smithi122 bash[28108]: audit 2023-11-08T18:09:47.650394+0000 mgr.smithi019.obqwgt (mgr.14180) 417 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:50.540 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: cephadm 2023-11-08T18:09:49.269050+0000 mgr.smithi019.obqwgt (mgr.14180) 418 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf 2023-11-08T18:09:50.540 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:09:50.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf 2023-11-08T18:09:50.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf 2023-11-08T18:09:50.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:09:50.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf 2023-11-08T18:09:50.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.ovnucf ... 2023-11-08T18:09:50.542 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:50.542 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:09:50.542 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:09:50.542 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:09:50.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:50.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:09:50.543 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:09:50.544 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:09:50.544 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:09:50.544 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:09:50.544 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf 2023-11-08T18:09:50.544 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:09:50.545 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf 2023-11-08T18:09:50.545 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf 2023-11-08T18:09:50.545 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:09:50.545 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf 2023-11-08T18:09:50.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.ovnucf ... 2023-11-08T18:09:50.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:50.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:09:50.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:09:50.546 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:09:50.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:50.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: cephadm 2023-11-08T18:09:49.269524+0000 mgr.smithi019.obqwgt (mgr.14180) 419 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.ovnucf 2023-11-08T18:09:50.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: audit 2023-11-08T18:09:49.270038+0000 mon.smithi019 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.ovnucf"}]: dispatch 2023-11-08T18:09:50.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: cephadm 2023-11-08T18:09:49.271228+0000 mgr.smithi019.obqwgt (mgr.14180) 420 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.ovnucf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf 2023-11-08T18:09:50.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:09:50.548 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf 2023-11-08T18:09:50.548 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf 2023-11-08T18:09:50.548 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:09:50.548 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf 2023-11-08T18:09:50.548 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.ovnucf ... 2023-11-08T18:09:50.549 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:50.549 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:09:50.549 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:09:50.549 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:09:50.550 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:50.550 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: cephadm 2023-11-08T18:09:49.274615+0000 mgr.smithi019.obqwgt (mgr.14180) 421 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.nmqotz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:09:50.550 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: cephadm 2023-11-08T18:09:49.277043+0000 mgr.smithi019.obqwgt (mgr.14180) 422 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:09:50.551 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:50 smithi019 bash[24123]: cluster 2023-11-08T18:09:49.278139+0000 mgr.smithi019.obqwgt (mgr.14180) 423 : cluster [DBG] pgmap v323: 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-08T18:09:50.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: cephadm 2023-11-08T18:09:49.269050+0000 mgr.smithi019.obqwgt (mgr.14180) 418 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf 2023-11-08T18:09:50.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:09:50.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf 2023-11-08T18:09:50.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf 2023-11-08T18:09:50.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:09:50.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf 2023-11-08T18:09:50.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.ovnucf ... 2023-11-08T18:09:50.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:50.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:09:50.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:09:50.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:09:50.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:50.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:09:50.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:09:50.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:09:50.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:09:50.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:09:50.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf 2023-11-08T18:09:50.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:09:50.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf 2023-11-08T18:09:50.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf 2023-11-08T18:09:50.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:09:50.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf 2023-11-08T18:09:50.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.ovnucf ... 2023-11-08T18:09:50.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:50.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:09:50.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:09:50.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:09:50.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:50.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: cephadm 2023-11-08T18:09:49.269524+0000 mgr.smithi019.obqwgt (mgr.14180) 419 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.ovnucf 2023-11-08T18:09:50.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: audit 2023-11-08T18:09:49.270038+0000 mon.smithi019 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.ovnucf"}]: dispatch 2023-11-08T18:09:50.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: cephadm 2023-11-08T18:09:49.271228+0000 mgr.smithi019.obqwgt (mgr.14180) 420 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.ovnucf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf 2023-11-08T18:09:50.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:09:50.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf 2023-11-08T18:09:50.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf 2023-11-08T18:09:50.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:09:50.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf 2023-11-08T18:09:50.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.ovnucf ... 2023-11-08T18:09:50.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:50.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:09:50.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:09:50.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:09:50.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:09:50.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: cephadm 2023-11-08T18:09:49.274615+0000 mgr.smithi019.obqwgt (mgr.14180) 421 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.nmqotz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:09:50.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: cephadm 2023-11-08T18:09:49.277043+0000 mgr.smithi019.obqwgt (mgr.14180) 422 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:09:50.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:50 smithi122 bash[28108]: cluster 2023-11-08T18:09:49.278139+0000 mgr.smithi019.obqwgt (mgr.14180) 423 : cluster [DBG] pgmap v323: 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-08T18:09:51.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:51 smithi019 bash[24123]: cluster 2023-11-08T18:09:50.254203+0000 mon.smithi019 (mon.0) 755 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:09:51.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:51 smithi122 bash[28108]: cluster 2023-11-08T18:09:50.254203+0000 mon.smithi019 (mon.0) 755 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:09:52.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:52 smithi019 bash[24123]: cluster 2023-11-08T18:09:51.278918+0000 mgr.smithi019.obqwgt (mgr.14180) 424 : cluster [DBG] pgmap v324: 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-08T18:09:52.653 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:09:52.654 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:09:41.202091Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:09:38.910696Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:09:41.202671Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:45.483449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pujjea on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\nDeploy daemon haproxy.nfs.foo.smithi122.pujjea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.271028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.ovnucf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\nDeploy daemon haproxy.nfs.foo.smithi019.ovnucf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.274409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.nmqotz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:09:38.912036Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:09:38.910956Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:09:38.911120Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:09:38.912188Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:09:38.911275Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:09:38.911427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:09:41.203094Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:09:52.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:52 smithi122 bash[28108]: cluster 2023-11-08T18:09:51.278918+0000 mgr.smithi019.obqwgt (mgr.14180) 424 : cluster [DBG] pgmap v324: 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-08T18:09:53.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:09:54.322 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:09:54.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:54 smithi019 bash[24123]: audit 2023-11-08T18:09:52.636881+0000 mgr.smithi019.obqwgt (mgr.14180) 425 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:54.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:54 smithi019 bash[24123]: cluster 2023-11-08T18:09:53.280218+0000 mgr.smithi019.obqwgt (mgr.14180) 426 : cluster [DBG] pgmap v325: 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-08T18:09:54.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:54 smithi019 bash[24123]: audit 2023-11-08T18:09:53.405979+0000 mon.smithi019 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:09:54.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:54 smithi122 bash[28108]: audit 2023-11-08T18:09:52.636881+0000 mgr.smithi019.obqwgt (mgr.14180) 425 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:54.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:54 smithi122 bash[28108]: cluster 2023-11-08T18:09:53.280218+0000 mgr.smithi019.obqwgt (mgr.14180) 426 : cluster [DBG] pgmap v325: 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-08T18:09:54.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:54 smithi122 bash[28108]: audit 2023-11-08T18:09:53.405979+0000 mon.smithi019 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:09:56.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:56 smithi019 bash[24123]: cluster 2023-11-08T18:09:55.281270+0000 mgr.smithi019.obqwgt (mgr.14180) 427 : cluster [DBG] pgmap v326: 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-08T18:09:56.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:56 smithi122 bash[28108]: cluster 2023-11-08T18:09:55.281270+0000 mgr.smithi019.obqwgt (mgr.14180) 427 : cluster [DBG] pgmap v326: 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-08T18:09:57.440 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:09:57.440 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:09:41.202091Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:09:38.910696Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:09:41.202671Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:45.483449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pujjea on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\nDeploy daemon haproxy.nfs.foo.smithi122.pujjea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.271028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.ovnucf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\nDeploy daemon haproxy.nfs.foo.smithi019.ovnucf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.274409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.nmqotz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:09:38.912036Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:09:38.910956Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:09:38.911120Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:09:38.912188Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:09:38.911275Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:09:38.911427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:09:41.203094Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:09:58.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:09:58.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:58 smithi019 bash[24123]: cluster 2023-11-08T18:09:57.282484+0000 mgr.smithi019.obqwgt (mgr.14180) 428 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 347 B/s rd, 0 op/s 2023-11-08T18:09:58.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:58 smithi122 bash[28108]: cluster 2023-11-08T18:09:57.282484+0000 mgr.smithi019.obqwgt (mgr.14180) 428 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 347 B/s rd, 0 op/s 2023-11-08T18:09:59.173 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:09:59.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:09:59 smithi019 bash[24123]: audit 2023-11-08T18:09:57.423626+0000 mgr.smithi019.obqwgt (mgr.14180) 429 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:09:59.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:09:59 smithi122 bash[28108]: audit 2023-11-08T18:09:57.423626+0000 mgr.smithi019.obqwgt (mgr.14180) 429 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:00.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:09:59.283804+0000 mgr.smithi019.obqwgt (mgr.14180) 430 : cluster [DBG] pgmap v328: 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-08T18:10:00.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: audit 2023-11-08T18:09:59.411497+0000 mon.smithi019 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:10:00.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000201+0000 mon.smithi019 (mon.0) 758 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-08T18:10:00.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000288+0000 mon.smithi019 (mon.0) 759 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-08T18:10:00.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000315+0000 mon.smithi019 (mon.0) 760 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi122.pujjea on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea 2023-11-08T18:10:00.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000341+0000 mon.smithi019 (mon.0) 761 : cluster [WRN] /usr/bin/docker: stdout 2023-11-08T18:10:00.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000364+0000 mon.smithi019 (mon.0) 762 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea 2023-11-08T18:10:00.586 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000392+0000 mon.smithi019 (mon.0) 763 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea 2023-11-08T18:10:00.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000417+0000 mon.smithi019 (mon.0) 764 : cluster [WRN] /usr/bin/docker: stdout 2023-11-08T18:10:00.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000442+0000 mon.smithi019 (mon.0) 765 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea 2023-11-08T18:10:00.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000465+0000 mon.smithi019 (mon.0) 766 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi122.pujjea ... 2023-11-08T18:10:00.587 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000487+0000 mon.smithi019 (mon.0) 767 : 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:10:00.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000509+0000 mon.smithi019 (mon.0) 768 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:10:00.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000536+0000 mon.smithi019 (mon.0) 769 : 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-08T18:10:00.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000564+0000 mon.smithi019 (mon.0) 770 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-08T18:10:00.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000595+0000 mon.smithi019 (mon.0) 771 : 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:10:00.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000627+0000 mon.smithi019 (mon.0) 772 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi019.ovnucf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf 2023-11-08T18:10:00.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000661+0000 mon.smithi019 (mon.0) 773 : cluster [WRN] /usr/bin/docker: stdout 2023-11-08T18:10:00.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000707+0000 mon.smithi019 (mon.0) 774 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf 2023-11-08T18:10:00.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000729+0000 mon.smithi019 (mon.0) 775 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf 2023-11-08T18:10:00.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000753+0000 mon.smithi019 (mon.0) 776 : cluster [WRN] /usr/bin/docker: stdout 2023-11-08T18:10:00.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000779+0000 mon.smithi019 (mon.0) 777 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf 2023-11-08T18:10:00.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000806+0000 mon.smithi019 (mon.0) 778 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi019.ovnucf ... 2023-11-08T18:10:00.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000829+0000 mon.smithi019 (mon.0) 779 : 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:10:00.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000879+0000 mon.smithi019 (mon.0) 780 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:10:00.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000906+0000 mon.smithi019 (mon.0) 781 : 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-08T18:10:00.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000932+0000 mon.smithi019 (mon.0) 782 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-08T18:10:00.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000955+0000 mon.smithi019 (mon.0) 783 : 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:10:00.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.000993+0000 mon.smithi019 (mon.0) 784 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi122.nmqotz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:10:00.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:00.001033+0000 mon.smithi019 (mon.0) 785 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:10:00.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:09:59.283804+0000 mgr.smithi019.obqwgt (mgr.14180) 430 : cluster [DBG] pgmap v328: 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-08T18:10:00.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: audit 2023-11-08T18:09:59.411497+0000 mon.smithi019 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:10:00.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000201+0000 mon.smithi019 (mon.0) 758 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-08T18:10:00.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000288+0000 mon.smithi019 (mon.0) 759 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-08T18:10:00.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000315+0000 mon.smithi019 (mon.0) 760 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi122.pujjea on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea 2023-11-08T18:10:00.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000341+0000 mon.smithi019 (mon.0) 761 : cluster [WRN] /usr/bin/docker: stdout 2023-11-08T18:10:00.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000364+0000 mon.smithi019 (mon.0) 762 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea 2023-11-08T18:10:00.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000392+0000 mon.smithi019 (mon.0) 763 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea 2023-11-08T18:10:00.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000417+0000 mon.smithi019 (mon.0) 764 : cluster [WRN] /usr/bin/docker: stdout 2023-11-08T18:10:00.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000442+0000 mon.smithi019 (mon.0) 765 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea 2023-11-08T18:10:00.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000465+0000 mon.smithi019 (mon.0) 766 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi122.pujjea ... 2023-11-08T18:10:00.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000487+0000 mon.smithi019 (mon.0) 767 : 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:10:00.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000509+0000 mon.smithi019 (mon.0) 768 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:10:00.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000536+0000 mon.smithi019 (mon.0) 769 : 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-08T18:10:00.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000564+0000 mon.smithi019 (mon.0) 770 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-08T18:10:00.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000595+0000 mon.smithi019 (mon.0) 771 : 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=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:10:00.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000627+0000 mon.smithi019 (mon.0) 772 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi019.ovnucf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf 2023-11-08T18:10:00.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000661+0000 mon.smithi019 (mon.0) 773 : cluster [WRN] /usr/bin/docker: stdout 2023-11-08T18:10:00.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000707+0000 mon.smithi019 (mon.0) 774 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf 2023-11-08T18:10:00.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000729+0000 mon.smithi019 (mon.0) 775 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf 2023-11-08T18:10:00.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000753+0000 mon.smithi019 (mon.0) 776 : cluster [WRN] /usr/bin/docker: stdout 2023-11-08T18:10:00.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000779+0000 mon.smithi019 (mon.0) 777 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf 2023-11-08T18:10:00.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000806+0000 mon.smithi019 (mon.0) 778 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi019.ovnucf ... 2023-11-08T18:10:00.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000829+0000 mon.smithi019 (mon.0) 779 : 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:10:00.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000879+0000 mon.smithi019 (mon.0) 780 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:10:00.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000906+0000 mon.smithi019 (mon.0) 781 : 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-08T18:10:00.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000932+0000 mon.smithi019 (mon.0) 782 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-08T18:10:00.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000955+0000 mon.smithi019 (mon.0) 783 : 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=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:10:00.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.000993+0000 mon.smithi019 (mon.0) 784 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi122.nmqotz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:10:00.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:00.001033+0000 mon.smithi019 (mon.0) 785 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:10:02.321 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:10:02.321 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:09:41.202091Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:09:38.910696Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:09:41.202671Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:45.483449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pujjea on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\nDeploy daemon haproxy.nfs.foo.smithi122.pujjea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.271028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.ovnucf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\nDeploy daemon haproxy.nfs.foo.smithi019.ovnucf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.274409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.nmqotz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:09:38.912036Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:09:38.910956Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:09:38.911120Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:09:38.912188Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:09:38.911275Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:09:38.911427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:09:41.203094Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:10:02.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:02 smithi122 bash[28108]: cluster 2023-11-08T18:10:01.284946+0000 mgr.smithi019.obqwgt (mgr.14180) 431 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:10:02.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:02 smithi019 bash[24123]: cluster 2023-11-08T18:10:01.284946+0000 mgr.smithi019.obqwgt (mgr.14180) 431 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:10:03.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:10:03.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:03 smithi122 bash[28108]: audit 2023-11-08T18:10:02.304966+0000 mgr.smithi019.obqwgt (mgr.14180) 432 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:03.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:03 smithi019 bash[24123]: audit 2023-11-08T18:10:02.304966+0000 mgr.smithi019.obqwgt (mgr.14180) 432 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:04.030 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:10:04.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:04 smithi019 bash[24123]: cluster 2023-11-08T18:10:03.286282+0000 mgr.smithi019.obqwgt (mgr.14180) 433 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:10:04.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:04 smithi122 bash[28108]: cluster 2023-11-08T18:10:03.286282+0000 mgr.smithi019.obqwgt (mgr.14180) 433 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:10:06.662 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:06 smithi019 bash[24123]: cluster 2023-11-08T18:10:05.287358+0000 mgr.smithi019.obqwgt (mgr.14180) 434 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:10:06.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:06 smithi122 bash[28108]: cluster 2023-11-08T18:10:05.287358+0000 mgr.smithi019.obqwgt (mgr.14180) 434 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:10:07.098 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:10:07.098 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:09:41.202091Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:09:38.910696Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:09:41.202671Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:45.483449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pujjea on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\nDeploy daemon haproxy.nfs.foo.smithi122.pujjea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.271028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.ovnucf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\nDeploy daemon haproxy.nfs.foo.smithi019.ovnucf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.274409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.nmqotz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:09:38.912036Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:09:38.910956Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:09:38.911120Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:09:38.912188Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:09:38.911275Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:09:38.911427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:09:41.203094Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:10:07.840 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:10:08.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:08 smithi122 bash[28108]: audit 2023-11-08T18:10:07.082016+0000 mgr.smithi019.obqwgt (mgr.14180) 435 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:08.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:08 smithi122 bash[28108]: cluster 2023-11-08T18:10:07.288631+0000 mgr.smithi019.obqwgt (mgr.14180) 436 : cluster [DBG] pgmap v332: 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-08T18:10:08.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:08 smithi019 bash[24123]: audit 2023-11-08T18:10:07.082016+0000 mgr.smithi019.obqwgt (mgr.14180) 435 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:08.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:08 smithi019 bash[24123]: cluster 2023-11-08T18:10:07.288631+0000 mgr.smithi019.obqwgt (mgr.14180) 436 : cluster [DBG] pgmap v332: 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-08T18:10:08.841 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:10:09.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:09 smithi019 bash[24123]: cluster 2023-11-08T18:10:09.289516+0000 mgr.smithi019.obqwgt (mgr.14180) 437 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:10:09.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:09 smithi122 bash[28108]: cluster 2023-11-08T18:10:09.289516+0000 mgr.smithi019.obqwgt (mgr.14180) 437 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:10:11.942 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:10:11.942 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:09:41.202091Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:09:38.910696Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:09:41.202671Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:45.483449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pujjea on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\nDeploy daemon haproxy.nfs.foo.smithi122.pujjea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.271028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.ovnucf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\nDeploy daemon haproxy.nfs.foo.smithi019.ovnucf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.274409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.nmqotz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:09:38.912036Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:09:38.910956Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:09:38.911120Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:09:38.912188Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:09:38.911275Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:09:38.911427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:09:41.203094Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:10:12.566 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:12 smithi019 bash[24123]: cluster 2023-11-08T18:10:11.290553+0000 mgr.smithi019.obqwgt (mgr.14180) 438 : 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-08T18:10:12.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:10:12.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:12 smithi122 bash[28108]: cluster 2023-11-08T18:10:11.290553+0000 mgr.smithi019.obqwgt (mgr.14180) 438 : 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-08T18:10:13.569 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:10:13.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:13 smithi122 bash[28108]: audit 2023-11-08T18:10:11.930252+0000 mgr.smithi019.obqwgt (mgr.14180) 439 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:13.772 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:13 smithi019 bash[24123]: audit 2023-11-08T18:10:11.930252+0000 mgr.smithi019.obqwgt (mgr.14180) 439 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:14.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:14 smithi019 bash[24123]: cluster 2023-11-08T18:10:13.291884+0000 mgr.smithi019.obqwgt (mgr.14180) 440 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:10:14.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:14 smithi122 bash[28108]: cluster 2023-11-08T18:10:13.291884+0000 mgr.smithi019.obqwgt (mgr.14180) 440 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:10:16.585 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:10:16.586 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:09:41.202091Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:09:38.910696Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:09:41.202671Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:45.483449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pujjea on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\nDeploy daemon haproxy.nfs.foo.smithi122.pujjea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.271028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.ovnucf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\nDeploy daemon haproxy.nfs.foo.smithi019.ovnucf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.274409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.nmqotz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:09:38.912036Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:09:38.910956Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:09:38.911120Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:09:38.912188Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:09:38.911275Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:09:38.911427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:09:41.203094Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:10:16.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:16 smithi019 bash[24123]: cluster 2023-11-08T18:10:15.292909+0000 mgr.smithi019.obqwgt (mgr.14180) 441 : 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-08T18:10:16.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:16 smithi122 bash[28108]: cluster 2023-11-08T18:10:15.292909+0000 mgr.smithi019.obqwgt (mgr.14180) 441 : 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-08T18:10:17.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:10:18.321 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:10:18.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:18 smithi019 bash[24123]: audit 2023-11-08T18:10:16.574685+0000 mgr.smithi019.obqwgt (mgr.14180) 442 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:18.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:18 smithi019 bash[24123]: cluster 2023-11-08T18:10:17.294020+0000 mgr.smithi019.obqwgt (mgr.14180) 443 : cluster [DBG] pgmap v337: 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-08T18:10:18.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:18 smithi122 bash[28108]: audit 2023-11-08T18:10:16.574685+0000 mgr.smithi019.obqwgt (mgr.14180) 442 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:18.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:18 smithi122 bash[28108]: cluster 2023-11-08T18:10:17.294020+0000 mgr.smithi019.obqwgt (mgr.14180) 443 : cluster [DBG] pgmap v337: 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-08T18:10:19.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:19 smithi019 bash[24123]: cluster 2023-11-08T18:10:19.295237+0000 mgr.smithi019.obqwgt (mgr.14180) 444 : 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-08T18:10:19.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:19 smithi122 bash[28108]: cluster 2023-11-08T18:10:19.295237+0000 mgr.smithi019.obqwgt (mgr.14180) 444 : 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-08T18:10:21.407 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:10:21.407 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:09:41.202091Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:09:38.910696Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:09:41.202671Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:45.483449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pujjea on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\nDeploy daemon haproxy.nfs.foo.smithi122.pujjea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.271028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.ovnucf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\nDeploy daemon haproxy.nfs.foo.smithi019.ovnucf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.274409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.nmqotz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:09:38.912036Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:09:38.910956Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:09:38.911120Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:09:38.912188Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:09:38.911275Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:09:38.911427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:09:41.203094Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:10:22.099 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:10:22.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:22 smithi122 bash[28108]: cluster 2023-11-08T18:10:21.296295+0000 mgr.smithi019.obqwgt (mgr.14180) 445 : 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-08T18:10:22.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:22 smithi122 bash[28108]: audit 2023-11-08T18:10:21.391788+0000 mgr.smithi019.obqwgt (mgr.14180) 446 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:22.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:22 smithi019 bash[24123]: cluster 2023-11-08T18:10:21.296295+0000 mgr.smithi019.obqwgt (mgr.14180) 445 : 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-08T18:10:22.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:22 smithi019 bash[24123]: audit 2023-11-08T18:10:21.391788+0000 mgr.smithi019.obqwgt (mgr.14180) 446 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:23.100 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:10:24.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:24 smithi122 bash[28108]: cluster 2023-11-08T18:10:23.297343+0000 mgr.smithi019.obqwgt (mgr.14180) 447 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:10:24.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:24 smithi019 bash[24123]: cluster 2023-11-08T18:10:23.297343+0000 mgr.smithi019.obqwgt (mgr.14180) 447 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:10:26.129 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:10:26.130 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:09:41.202091Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:09:38.910696Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:09:41.202671Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:45.483449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pujjea on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\nDeploy daemon haproxy.nfs.foo.smithi122.pujjea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.271028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.ovnucf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\nDeploy daemon haproxy.nfs.foo.smithi019.ovnucf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.274409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.nmqotz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:09:38.912036Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:09:38.910956Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:09:38.911120Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:09:38.912188Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:09:38.911275Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:09:38.911427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:09:41.203094Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:10:26.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:26 smithi019 bash[24123]: cluster 2023-11-08T18:10:25.298372+0000 mgr.smithi019.obqwgt (mgr.14180) 448 : 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-08T18:10:26.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:26 smithi122 bash[28108]: cluster 2023-11-08T18:10:25.298372+0000 mgr.smithi019.obqwgt (mgr.14180) 448 : 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-08T18:10:26.858 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:10:27.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:27 smithi122 bash[28108]: audit 2023-11-08T18:10:26.114219+0000 mgr.smithi019.obqwgt (mgr.14180) 449 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:27.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:27 smithi019 bash[24123]: audit 2023-11-08T18:10:26.114219+0000 mgr.smithi019.obqwgt (mgr.14180) 449 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:27.859 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:10:28.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:28 smithi122 bash[28108]: cluster 2023-11-08T18:10:27.299632+0000 mgr.smithi019.obqwgt (mgr.14180) 450 : cluster [DBG] pgmap v342: 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-08T18:10:28.781 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:28 smithi019 bash[24123]: cluster 2023-11-08T18:10:27.299632+0000 mgr.smithi019.obqwgt (mgr.14180) 450 : cluster [DBG] pgmap v342: 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-08T18:10:29.792 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:29 smithi019 bash[24123]: cluster 2023-11-08T18:10:29.300772+0000 mgr.smithi019.obqwgt (mgr.14180) 451 : 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-08T18:10:29.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:29 smithi122 bash[28108]: cluster 2023-11-08T18:10:29.300772+0000 mgr.smithi019.obqwgt (mgr.14180) 451 : 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-08T18:10:31.122 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:10:31.123 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:09:41.202091Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:09:38.910696Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:09:41.202671Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:45.483449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pujjea on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\nDeploy daemon haproxy.nfs.foo.smithi122.pujjea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.271028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.ovnucf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\nDeploy daemon haproxy.nfs.foo.smithi019.ovnucf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.274409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.nmqotz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:09:38.912036Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:09:38.910956Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:09:38.911120Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:09:38.912188Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:09:38.911275Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:09:38.911427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:09:41.203094Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:10:31.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:10:32.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:32 smithi122 bash[28108]: audit 2023-11-08T18:10:31.105996+0000 mgr.smithi019.obqwgt (mgr.14180) 452 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:32.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:32 smithi122 bash[28108]: cluster 2023-11-08T18:10:31.301894+0000 mgr.smithi019.obqwgt (mgr.14180) 453 : 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-08T18:10:32.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:32 smithi019 bash[24123]: audit 2023-11-08T18:10:31.105996+0000 mgr.smithi019.obqwgt (mgr.14180) 452 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:32.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:32 smithi019 bash[24123]: cluster 2023-11-08T18:10:31.301894+0000 mgr.smithi019.obqwgt (mgr.14180) 453 : 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-08T18:10:32.889 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:10:34.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:34 smithi019 bash[24123]: cluster 2023-11-08T18:10:33.303339+0000 mgr.smithi019.obqwgt (mgr.14180) 454 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:10:34.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:34 smithi122 bash[28108]: cluster 2023-11-08T18:10:33.303339+0000 mgr.smithi019.obqwgt (mgr.14180) 454 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:10:35.938 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:10:35.939 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:09:41.202091Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:09:38.910696Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:09:41.202671Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:45.483449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pujjea on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\nDeploy daemon haproxy.nfs.foo.smithi122.pujjea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.271028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.ovnucf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\nDeploy daemon haproxy.nfs.foo.smithi019.ovnucf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.274409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.nmqotz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:09:38.912036Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:09:38.910956Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:09:38.911120Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:09:38.912188Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:09:38.911275Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:09:38.911427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:09:41.203094Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:10:36.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:36 smithi019 bash[24123]: cluster 2023-11-08T18:10:35.304377+0000 mgr.smithi019.obqwgt (mgr.14180) 455 : 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-08T18:10:36.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:36 smithi122 bash[28108]: cluster 2023-11-08T18:10:35.304377+0000 mgr.smithi019.obqwgt (mgr.14180) 455 : 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-08T18:10:36.736 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:10:37.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:37 smithi122 bash[28108]: audit 2023-11-08T18:10:35.921676+0000 mgr.smithi019.obqwgt (mgr.14180) 456 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:37.738 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:10:37.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:37 smithi019 bash[24123]: audit 2023-11-08T18:10:35.921676+0000 mgr.smithi019.obqwgt (mgr.14180) 456 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:38.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:38 smithi122 bash[28108]: cluster 2023-11-08T18:10:37.305675+0000 mgr.smithi019.obqwgt (mgr.14180) 457 : cluster [DBG] pgmap v347: 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-08T18:10:38.807 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:38 smithi019 bash[24123]: cluster 2023-11-08T18:10:37.305675+0000 mgr.smithi019.obqwgt (mgr.14180) 457 : cluster [DBG] pgmap v347: 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-08T18:10:39.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:39 smithi019 bash[24123]: cluster 2023-11-08T18:10:39.306853+0000 mgr.smithi019.obqwgt (mgr.14180) 458 : 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-08T18:10:39.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:39 smithi122 bash[28108]: cluster 2023-11-08T18:10:39.306853+0000 mgr.smithi019.obqwgt (mgr.14180) 458 : 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-08T18:10:40.979 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:10:40.980 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:09:41.202091Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:09:38.910696Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:09:41.202671Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:45.483449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pujjea on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\nDeploy daemon haproxy.nfs.foo.smithi122.pujjea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.271028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.ovnucf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\nDeploy daemon haproxy.nfs.foo.smithi019.ovnucf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.274409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.nmqotz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:09:38.912036Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:09:38.910956Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:09:38.911120Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:09:38.912188Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:09:38.911275Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:09:38.911427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:09:41.203094Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:10:41.739 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:10:42.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:42 smithi122 bash[28108]: audit 2023-11-08T18:10:40.965112+0000 mgr.smithi019.obqwgt (mgr.14180) 459 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:42.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:42 smithi122 bash[28108]: cluster 2023-11-08T18:10:41.308112+0000 mgr.smithi019.obqwgt (mgr.14180) 460 : 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-08T18:10:42.740 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:10:42.749 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:42 smithi019 bash[24123]: audit 2023-11-08T18:10:40.965112+0000 mgr.smithi019.obqwgt (mgr.14180) 459 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:42.749 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:42 smithi019 bash[24123]: cluster 2023-11-08T18:10:41.308112+0000 mgr.smithi019.obqwgt (mgr.14180) 460 : 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-08T18:10:44.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:44 smithi019 bash[24123]: cluster 2023-11-08T18:10:43.309511+0000 mgr.smithi019.obqwgt (mgr.14180) 461 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:10:44.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:44 smithi122 bash[28108]: cluster 2023-11-08T18:10:43.309511+0000 mgr.smithi019.obqwgt (mgr.14180) 461 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:10:46.005 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:10:46.005 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:09:41.202091Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:09:38.910696Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:09:41.202671Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:45.483449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pujjea on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\nDeploy daemon haproxy.nfs.foo.smithi122.pujjea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.271028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.ovnucf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\nDeploy daemon haproxy.nfs.foo.smithi019.ovnucf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.274409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.nmqotz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:09:38.912036Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:09:38.910956Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:09:38.911120Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:09:38.912188Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:09:38.911275Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:09:38.911427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:09:41.203094Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:10:46.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:46 smithi019 bash[24123]: cluster 2023-11-08T18:10:45.310206+0000 mgr.smithi019.obqwgt (mgr.14180) 462 : 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-08T18:10:46.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:46 smithi122 bash[28108]: cluster 2023-11-08T18:10:45.310206+0000 mgr.smithi019.obqwgt (mgr.14180) 462 : 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-08T18:10:46.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:10:47.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:47 smithi122 bash[28108]: audit 2023-11-08T18:10:45.990191+0000 mgr.smithi019.obqwgt (mgr.14180) 463 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:47.770 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:10:47.784 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:47 smithi019 bash[24123]: audit 2023-11-08T18:10:45.990191+0000 mgr.smithi019.obqwgt (mgr.14180) 463 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:48.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:48 smithi122 bash[28108]: cluster 2023-11-08T18:10:47.311423+0000 mgr.smithi019.obqwgt (mgr.14180) 464 : cluster [DBG] pgmap v352: 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-08T18:10:48.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:48 smithi019 bash[24123]: cluster 2023-11-08T18:10:47.311423+0000 mgr.smithi019.obqwgt (mgr.14180) 464 : cluster [DBG] pgmap v352: 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-08T18:10:49.829 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:49 smithi019 bash[24123]: audit 2023-11-08T18:10:49.281716+0000 mon.smithi019 (mon.0) 786 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:10:49.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:49 smithi019 bash[24123]: cluster 2023-11-08T18:10:49.312570+0000 mgr.smithi019.obqwgt (mgr.14180) 465 : 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-08T18:10:49.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:49 smithi122 bash[28108]: audit 2023-11-08T18:10:49.281716+0000 mon.smithi019 (mon.0) 786 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:10:49.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:49 smithi122 bash[28108]: cluster 2023-11-08T18:10:49.312570+0000 mgr.smithi019.obqwgt (mgr.14180) 465 : 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-08T18:10:51.017 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:10:51.017 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:09:41.202091Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:09:38.910696Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:09:41.202671Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:45.483449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pujjea on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\nDeploy daemon haproxy.nfs.foo.smithi122.pujjea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.271028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.ovnucf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\nDeploy daemon haproxy.nfs.foo.smithi019.ovnucf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.274409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.nmqotz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:09:38.912036Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:09:38.910956Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:09:38.911120Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:09:38.912188Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:09:38.911275Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:09:38.911427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:09:41.203094Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:10:51.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:10:52.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:52 smithi122 bash[28108]: audit 2023-11-08T18:10:50.998543+0000 mgr.smithi019.obqwgt (mgr.14180) 466 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:52.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:52 smithi122 bash[28108]: cluster 2023-11-08T18:10:51.313405+0000 mgr.smithi019.obqwgt (mgr.14180) 467 : 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-08T18:10:52.781 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:10:52.793 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:52 smithi019 bash[24123]: audit 2023-11-08T18:10:50.998543+0000 mgr.smithi019.obqwgt (mgr.14180) 466 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:52.794 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:52 smithi019 bash[24123]: cluster 2023-11-08T18:10:51.313405+0000 mgr.smithi019.obqwgt (mgr.14180) 467 : 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-08T18:10:54.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:54 smithi019 bash[24123]: cluster 2023-11-08T18:10:53.314861+0000 mgr.smithi019.obqwgt (mgr.14180) 468 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:10:54.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:54 smithi122 bash[28108]: cluster 2023-11-08T18:10:53.314861+0000 mgr.smithi019.obqwgt (mgr.14180) 468 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:10:56.018 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:10:56.018 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:08:33.190539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.bimyos on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:45.483449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pujjea on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\nDeploy daemon haproxy.nfs.foo.smithi122.pujjea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.271028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.ovnucf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\nDeploy daemon haproxy.nfs.foo.smithi019.ovnucf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.274409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.nmqotz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:10:56.340 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:55 smithi019 bash[24123]: audit 2023-11-08T18:10:54.970042+0000 mon.smithi019 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:10:56.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:55 smithi019 bash[24123]: cluster 2023-11-08T18:10:55.315642+0000 mgr.smithi019.obqwgt (mgr.14180) 469 : 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-08T18:10:56.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:55 smithi019 bash[24123]: audit 2023-11-08T18:10:55.696091+0000 mon.smithi019 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:10:56.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:55 smithi122 bash[28108]: audit 2023-11-08T18:10:54.970042+0000 mon.smithi019 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:10:56.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:55 smithi122 bash[28108]: cluster 2023-11-08T18:10:55.315642+0000 mgr.smithi019.obqwgt (mgr.14180) 469 : 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-08T18:10:56.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:55 smithi122 bash[28108]: audit 2023-11-08T18:10:55.696091+0000 mon.smithi019 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:10:56.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:10:57.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:56 smithi019 bash[24123]: audit 2023-11-08T18:10:55.973819+0000 mon.smithi019 (mon.0) 789 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:10:57.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:56 smithi019 bash[24123]: audit 2023-11-08T18:10:55.974952+0000 mon.smithi019 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:10:57.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:56 smithi019 bash[24123]: audit 2023-11-08T18:10:55.984981+0000 mon.smithi019 (mon.0) 791 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:10:57.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:56 smithi019 bash[24123]: cluster 2023-11-08T18:10:55.985656+0000 mgr.smithi019.obqwgt (mgr.14180) 470 : cluster [DBG] pgmap v357: 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-08T18:10:57.092 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:56 smithi019 bash[24123]: audit 2023-11-08T18:10:55.992786+0000 mon.smithi019 (mon.0) 792 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:10:57.092 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:56 smithi019 bash[24123]: audit 2023-11-08T18:10:56.006039+0000 mgr.smithi019.obqwgt (mgr.14180) 471 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:57.092 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:56 smithi019 bash[24123]: audit 2023-11-08T18:10:56.007876+0000 mon.smithi019 (mon.0) 793 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:10:57.092 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:56 smithi019 bash[24123]: cephadm 2023-11-08T18:10:56.016609+0000 mgr.smithi019.obqwgt (mgr.14180) 472 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.ggvzva on smithi122 2023-11-08T18:10:57.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:56 smithi122 bash[28108]: audit 2023-11-08T18:10:55.973819+0000 mon.smithi019 (mon.0) 789 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:10:57.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:56 smithi122 bash[28108]: audit 2023-11-08T18:10:55.974952+0000 mon.smithi019 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:10:57.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:56 smithi122 bash[28108]: audit 2023-11-08T18:10:55.984981+0000 mon.smithi019 (mon.0) 791 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:10:57.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:56 smithi122 bash[28108]: cluster 2023-11-08T18:10:55.985656+0000 mgr.smithi019.obqwgt (mgr.14180) 470 : cluster [DBG] pgmap v357: 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-08T18:10:57.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:56 smithi122 bash[28108]: audit 2023-11-08T18:10:55.992786+0000 mon.smithi019 (mon.0) 792 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:10:57.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:56 smithi122 bash[28108]: audit 2023-11-08T18:10:56.006039+0000 mgr.smithi019.obqwgt (mgr.14180) 471 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:10:57.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:56 smithi122 bash[28108]: audit 2023-11-08T18:10:56.007876+0000 mon.smithi019 (mon.0) 793 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:10:57.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:56 smithi122 bash[28108]: cephadm 2023-11-08T18:10:56.016609+0000 mgr.smithi019.obqwgt (mgr.14180) 472 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.ggvzva on smithi122 2023-11-08T18:10:57.752 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:10:58.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:57 smithi019 bash[24123]: cluster 2023-11-08T18:10:56.985308+0000 mon.smithi019 (mon.0) 794 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:10:58.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:57 smithi019 bash[24123]: cluster 2023-11-08T18:10:56.985354+0000 mon.smithi019 (mon.0) 795 : cluster [INF] Cluster is now healthy 2023-11-08T18:10:58.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:57 smithi122 bash[28108]: cluster 2023-11-08T18:10:56.985308+0000 mon.smithi019 (mon.0) 794 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:10:58.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:57 smithi122 bash[28108]: cluster 2023-11-08T18:10:56.985354+0000 mon.smithi019 (mon.0) 795 : cluster [INF] Cluster is now healthy 2023-11-08T18:10:59.015 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:10:58 smithi019 bash[24123]: cluster 2023-11-08T18:10:57.986834+0000 mgr.smithi019.obqwgt (mgr.14180) 473 : cluster [DBG] pgmap v358: 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-08T18:10:59.402 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:10:58 smithi122 bash[28108]: cluster 2023-11-08T18:10:57.986834+0000 mgr.smithi019.obqwgt (mgr.14180) 473 : cluster [DBG] pgmap v358: 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-08T18:11:00.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: audit 2023-11-08T18:10:59.414693+0000 mon.smithi019 (mon.0) 796 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:11:00.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: cephadm 2023-11-08T18:10:59.821255+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva 2023-11-08T18:11:00.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:11:00.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva 2023-11-08T18:11:00.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva 2023-11-08T18:11:00.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:11:00.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva 2023-11-08T18:11:00.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.ggvzva ... 2023-11-08T18:11:00.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:00.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:11:00.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:11:00.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:11:00.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:00.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:11:00.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:11:00.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:11:00.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:11:00.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:11:00.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva 2023-11-08T18:11:00.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:11:00.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva 2023-11-08T18:11:00.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva 2023-11-08T18:11:00.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:11:00.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva 2023-11-08T18:11:00.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.ggvzva ... 2023-11-08T18:11:00.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:00.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:11:00.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:11:00.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:11:00.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:00.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: cephadm 2023-11-08T18:10:59.821614+0000 mgr.smithi019.obqwgt (mgr.14180) 475 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.ggvzva 2023-11-08T18:11:00.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: audit 2023-11-08T18:10:59.822118+0000 mon.smithi019 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.ggvzva"}]: dispatch 2023-11-08T18:11:00.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: cephadm 2023-11-08T18:10:59.823184+0000 mgr.smithi019.obqwgt (mgr.14180) 476 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.ggvzva on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva 2023-11-08T18:11:00.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:11:00.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva 2023-11-08T18:11:00.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva 2023-11-08T18:11:00.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:11:00.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva 2023-11-08T18:11:00.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.ggvzva ... 2023-11-08T18:11:00.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:00.728 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:11:00.728 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:11:00.728 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:11:00.728 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:00.729 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: cephadm 2023-11-08T18:10:59.826184+0000 mgr.smithi019.obqwgt (mgr.14180) 477 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.jgxzdg on smithi019 2023-11-08T18:11:00.729 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:00 smithi122 bash[28108]: cluster 2023-11-08T18:10:59.987421+0000 mgr.smithi019.obqwgt (mgr.14180) 478 : cluster [DBG] pgmap v359: 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-08T18:11:00.757 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: audit 2023-11-08T18:10:59.414693+0000 mon.smithi019 (mon.0) 796 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:11:00.757 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: cephadm 2023-11-08T18:10:59.821255+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva 2023-11-08T18:11:00.757 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:11:00.758 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva 2023-11-08T18:11:00.758 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva 2023-11-08T18:11:00.758 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:11:00.758 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva 2023-11-08T18:11:00.759 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.ggvzva ... 2023-11-08T18:11:00.759 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:00.759 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:11:00.759 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:11:00.759 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:11:00.760 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:00.760 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:11:00.760 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:11:00.760 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:11:00.760 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:11:00.760 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:11:00.761 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva 2023-11-08T18:11:00.761 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:11:00.761 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva 2023-11-08T18:11:00.761 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva 2023-11-08T18:11:00.762 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:11:00.762 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva 2023-11-08T18:11:00.762 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.ggvzva ... 2023-11-08T18:11:00.763 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:00.763 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:11:00.763 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:11:00.763 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:11:00.764 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:00.764 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: cephadm 2023-11-08T18:10:59.821614+0000 mgr.smithi019.obqwgt (mgr.14180) 475 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.ggvzva 2023-11-08T18:11:00.764 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: audit 2023-11-08T18:10:59.822118+0000 mon.smithi019 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.ggvzva"}]: dispatch 2023-11-08T18:11:00.764 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: cephadm 2023-11-08T18:10:59.823184+0000 mgr.smithi019.obqwgt (mgr.14180) 476 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.ggvzva on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva 2023-11-08T18:11:00.764 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:11:00.765 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva 2023-11-08T18:11:00.765 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva 2023-11-08T18:11:00.765 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:11:00.765 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva 2023-11-08T18:11:00.765 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.ggvzva ... 2023-11-08T18:11:00.766 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:00.766 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:11:00.766 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:11:00.766 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:11:00.766 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:00.767 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: cephadm 2023-11-08T18:10:59.826184+0000 mgr.smithi019.obqwgt (mgr.14180) 477 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.jgxzdg on smithi019 2023-11-08T18:11:00.767 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:00 smithi019 bash[24123]: cluster 2023-11-08T18:10:59.987421+0000 mgr.smithi019.obqwgt (mgr.14180) 478 : cluster [DBG] pgmap v359: 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-08T18:11:00.880 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:11:00.881 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:09:45.483449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pujjea on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pujjea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pujjea\nDeploy daemon haproxy.nfs.foo.smithi122.pujjea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.271028Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.ovnucf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-ovnucf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.ovnucf\nDeploy daemon haproxy.nfs.foo.smithi019.ovnucf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:09:49.274409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.nmqotz on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:10:59.823036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ggvzva on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\nDeploy daemon haproxy.nfs.foo.smithi122.ggvzva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:11:01.623 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:11:01.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:01 smithi122 bash[28108]: audit 2023-11-08T18:11:00.864328+0000 mgr.smithi019.obqwgt (mgr.14180) 479 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:01.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:01 smithi019 bash[24123]: audit 2023-11-08T18:11:00.864328+0000 mgr.smithi019.obqwgt (mgr.14180) 479 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:02.624 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:11:02.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:02 smithi122 bash[28108]: cluster 2023-11-08T18:11:01.988402+0000 mgr.smithi019.obqwgt (mgr.14180) 480 : cluster [DBG] pgmap v360: 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-08T18:11:02.830 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:02 smithi019 bash[24123]: cluster 2023-11-08T18:11:01.988402+0000 mgr.smithi019.obqwgt (mgr.14180) 480 : cluster [DBG] pgmap v360: 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-08T18:11:04.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: cephadm 2023-11-08T18:11:03.738948+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg 2023-11-08T18:11:04.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:11:04.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg 2023-11-08T18:11:04.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg 2023-11-08T18:11:04.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:11:04.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg 2023-11-08T18:11:04.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.jgxzdg ... 2023-11-08T18:11:04.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:04.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:11:04.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:11:04.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:11:04.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:04.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:11:04.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:11:04.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:11:04.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:11:04.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:11:04.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg 2023-11-08T18:11:04.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:11:04.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg 2023-11-08T18:11:04.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg 2023-11-08T18:11:04.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:11:04.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg 2023-11-08T18:11:04.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.jgxzdg ... 2023-11-08T18:11:04.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:04.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:11:04.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:11:04.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:11:04.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:04.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: cephadm 2023-11-08T18:11:03.739470+0000 mgr.smithi019.obqwgt (mgr.14180) 482 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.jgxzdg 2023-11-08T18:11:04.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: audit 2023-11-08T18:11:03.740150+0000 mon.smithi019 (mon.0) 798 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.jgxzdg"}]: dispatch 2023-11-08T18:11:04.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: cephadm 2023-11-08T18:11:03.741611+0000 mgr.smithi019.obqwgt (mgr.14180) 483 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.jgxzdg on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg 2023-11-08T18:11:04.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:11:04.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg 2023-11-08T18:11:04.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg 2023-11-08T18:11:04.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:11:04.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg 2023-11-08T18:11:04.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.jgxzdg ... 2023-11-08T18:11:04.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:04.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:11:04.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:11:04.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:11:04.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:04.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: cephadm 2023-11-08T18:11:03.744341+0000 mgr.smithi019.obqwgt (mgr.14180) 484 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.irhsyg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:11:04.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: cephadm 2023-11-08T18:11:03.746795+0000 mgr.smithi019.obqwgt (mgr.14180) 485 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:11:04.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:04 smithi019 bash[24123]: cluster 2023-11-08T18:11:03.748053+0000 mgr.smithi019.obqwgt (mgr.14180) 486 : cluster [DBG] pgmap v361: 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-08T18:11:04.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: cephadm 2023-11-08T18:11:03.738948+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg 2023-11-08T18:11:04.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:11:04.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg 2023-11-08T18:11:04.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg 2023-11-08T18:11:04.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:11:04.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg 2023-11-08T18:11:04.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.jgxzdg ... 2023-11-08T18:11:04.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:04.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:11:04.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:11:04.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:11:04.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:04.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:11:04.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:11:04.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:11:04.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:11:04.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:11:04.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg 2023-11-08T18:11:04.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:11:04.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg 2023-11-08T18:11:04.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg 2023-11-08T18:11:04.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:11:04.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg 2023-11-08T18:11:04.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.jgxzdg ... 2023-11-08T18:11:04.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:04.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:11:04.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:11:04.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:11:04.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:04.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: cephadm 2023-11-08T18:11:03.739470+0000 mgr.smithi019.obqwgt (mgr.14180) 482 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.jgxzdg 2023-11-08T18:11:04.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: audit 2023-11-08T18:11:03.740150+0000 mon.smithi019 (mon.0) 798 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.jgxzdg"}]: dispatch 2023-11-08T18:11:04.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: cephadm 2023-11-08T18:11:03.741611+0000 mgr.smithi019.obqwgt (mgr.14180) 483 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.jgxzdg on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg 2023-11-08T18:11:04.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:11:04.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg 2023-11-08T18:11:04.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg 2023-11-08T18:11:04.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:11:04.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg 2023-11-08T18:11:04.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.jgxzdg ... 2023-11-08T18:11:04.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:04.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:11:04.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:11:04.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:11:04.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:11:04.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: cephadm 2023-11-08T18:11:03.744341+0000 mgr.smithi019.obqwgt (mgr.14180) 484 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.irhsyg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:11:04.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: cephadm 2023-11-08T18:11:03.746795+0000 mgr.smithi019.obqwgt (mgr.14180) 485 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:11:04.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:04 smithi122 bash[28108]: cluster 2023-11-08T18:11:03.748053+0000 mgr.smithi019.obqwgt (mgr.14180) 486 : cluster [DBG] pgmap v361: 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-08T18:11:05.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:05 smithi019 bash[24123]: cluster 2023-11-08T18:11:04.522791+0000 mon.smithi019 (mon.0) 799 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:11:05.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:05 smithi122 bash[28108]: cluster 2023-11-08T18:11:04.522791+0000 mon.smithi019 (mon.0) 799 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:11:05.993 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:11:05.993 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:10:59.823036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ggvzva on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\nDeploy daemon haproxy.nfs.foo.smithi122.ggvzva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.741451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jgxzdg on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\nDeploy daemon haproxy.nfs.foo.smithi019.jgxzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.irhsyg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:11:06.787 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:11:06.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:06 smithi019 bash[24123]: cluster 2023-11-08T18:11:05.748989+0000 mgr.smithi019.obqwgt (mgr.14180) 487 : cluster [DBG] pgmap v362: 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-08T18:11:06.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:06 smithi019 bash[24123]: audit 2023-11-08T18:11:05.981122+0000 mgr.smithi019.obqwgt (mgr.14180) 488 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:06.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:06 smithi122 bash[28108]: cluster 2023-11-08T18:11:05.748989+0000 mgr.smithi019.obqwgt (mgr.14180) 487 : cluster [DBG] pgmap v362: 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-08T18:11:06.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:06 smithi122 bash[28108]: audit 2023-11-08T18:11:05.981122+0000 mgr.smithi019.obqwgt (mgr.14180) 488 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:07.788 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:11:08.987 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:08 smithi019 bash[24123]: cluster 2023-11-08T18:11:07.750366+0000 mgr.smithi019.obqwgt (mgr.14180) 489 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 348 B/s rd, 0 op/s 2023-11-08T18:11:08.987 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:08 smithi019 bash[24123]: audit 2023-11-08T18:11:08.458418+0000 mon.smithi019 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:11:09.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:08 smithi122 bash[28108]: cluster 2023-11-08T18:11:07.750366+0000 mgr.smithi019.obqwgt (mgr.14180) 489 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 348 B/s rd, 0 op/s 2023-11-08T18:11:09.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:08 smithi122 bash[28108]: audit 2023-11-08T18:11:08.458418+0000 mon.smithi019 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:11:10.890 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:11:10.890 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:10:59.823036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ggvzva on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\nDeploy daemon haproxy.nfs.foo.smithi122.ggvzva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.741451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jgxzdg on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\nDeploy daemon haproxy.nfs.foo.smithi019.jgxzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.irhsyg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:11:11.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:10 smithi019 bash[24123]: cluster 2023-11-08T18:11:09.751332+0000 mgr.smithi019.obqwgt (mgr.14180) 490 : cluster [DBG] pgmap v364: 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-08T18:11:11.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:10 smithi122 bash[28108]: cluster 2023-11-08T18:11:09.751332+0000 mgr.smithi019.obqwgt (mgr.14180) 490 : cluster [DBG] pgmap v364: 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-08T18:11:11.621 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:11:12.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:11 smithi019 bash[24123]: audit 2023-11-08T18:11:10.871898+0000 mgr.smithi019.obqwgt (mgr.14180) 491 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:12.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:11 smithi122 bash[28108]: audit 2023-11-08T18:11:10.871898+0000 mgr.smithi019.obqwgt (mgr.14180) 491 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:12.622 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:11:13.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:12 smithi019 bash[24123]: cluster 2023-11-08T18:11:11.752608+0000 mgr.smithi019.obqwgt (mgr.14180) 492 : cluster [DBG] pgmap v365: 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-08T18:11:13.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:12 smithi122 bash[28108]: cluster 2023-11-08T18:11:11.752608+0000 mgr.smithi019.obqwgt (mgr.14180) 492 : cluster [DBG] pgmap v365: 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-08T18:11:14.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:14 smithi019 bash[24123]: cluster 2023-11-08T18:11:13.753768+0000 mgr.smithi019.obqwgt (mgr.14180) 493 : cluster [DBG] pgmap v366: 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-08T18:11:14.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:14 smithi019 bash[24123]: audit 2023-11-08T18:11:14.413727+0000 mon.smithi019 (mon.0) 801 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:11:14.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:14 smithi122 bash[28108]: cluster 2023-11-08T18:11:13.753768+0000 mgr.smithi019.obqwgt (mgr.14180) 493 : cluster [DBG] pgmap v366: 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-08T18:11:14.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:14 smithi122 bash[28108]: audit 2023-11-08T18:11:14.413727+0000 mon.smithi019 (mon.0) 801 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:11:15.859 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:11:15.859 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:10:59.823036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ggvzva on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\nDeploy daemon haproxy.nfs.foo.smithi122.ggvzva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.741451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jgxzdg on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\nDeploy daemon haproxy.nfs.foo.smithi019.jgxzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.irhsyg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:11:16.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:11:17.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:16 smithi019 bash[24123]: cluster 2023-11-08T18:11:15.754771+0000 mgr.smithi019.obqwgt (mgr.14180) 494 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:11:17.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:16 smithi019 bash[24123]: audit 2023-11-08T18:11:15.840008+0000 mgr.smithi019.obqwgt (mgr.14180) 495 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:17.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:16 smithi122 bash[28108]: cluster 2023-11-08T18:11:15.754771+0000 mgr.smithi019.obqwgt (mgr.14180) 494 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:11:17.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:16 smithi122 bash[28108]: audit 2023-11-08T18:11:15.840008+0000 mgr.smithi019.obqwgt (mgr.14180) 495 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:17.624 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:11:19.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:18 smithi019 bash[24123]: cluster 2023-11-08T18:11:17.756136+0000 mgr.smithi019.obqwgt (mgr.14180) 496 : cluster [DBG] pgmap v368: 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-08T18:11:19.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:18 smithi122 bash[28108]: cluster 2023-11-08T18:11:17.756136+0000 mgr.smithi019.obqwgt (mgr.14180) 496 : cluster [DBG] pgmap v368: 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-08T18:11:20.541 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:11:20.541 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:10:59.823036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ggvzva on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\nDeploy daemon haproxy.nfs.foo.smithi122.ggvzva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.741451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jgxzdg on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\nDeploy daemon haproxy.nfs.foo.smithi019.jgxzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.irhsyg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:11:21.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:20 smithi019 bash[24123]: cluster 2023-11-08T18:11:19.757163+0000 mgr.smithi019.obqwgt (mgr.14180) 497 : 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-08T18:11:21.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:20 smithi122 bash[28108]: cluster 2023-11-08T18:11:19.757163+0000 mgr.smithi019.obqwgt (mgr.14180) 497 : 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-08T18:11:21.314 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:11:22.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:21 smithi019 bash[24123]: audit 2023-11-08T18:11:20.524794+0000 mgr.smithi019.obqwgt (mgr.14180) 498 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:22.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:21 smithi122 bash[28108]: audit 2023-11-08T18:11:20.524794+0000 mgr.smithi019.obqwgt (mgr.14180) 498 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:22.316 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:11:23.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:22 smithi122 bash[28108]: cluster 2023-11-08T18:11:21.758420+0000 mgr.smithi019.obqwgt (mgr.14180) 499 : 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-08T18:11:23.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:22 smithi019 bash[24123]: cluster 2023-11-08T18:11:21.758420+0000 mgr.smithi019.obqwgt (mgr.14180) 499 : 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-08T18:11:24.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:24 smithi019 bash[24123]: cluster 2023-11-08T18:11:23.759698+0000 mgr.smithi019.obqwgt (mgr.14180) 500 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:11:24.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:24 smithi122 bash[28108]: cluster 2023-11-08T18:11:23.759698+0000 mgr.smithi019.obqwgt (mgr.14180) 500 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:11:25.376 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:11:25.376 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:10:59.823036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ggvzva on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\nDeploy daemon haproxy.nfs.foo.smithi122.ggvzva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.741451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jgxzdg on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\nDeploy daemon haproxy.nfs.foo.smithi019.jgxzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.irhsyg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:11:25.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:25 smithi019 bash[24123]: audit 2023-11-08T18:11:25.364547+0000 mgr.smithi019.obqwgt (mgr.14180) 501 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:25.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:25 smithi122 bash[28108]: audit 2023-11-08T18:11:25.364547+0000 mgr.smithi019.obqwgt (mgr.14180) 501 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:26.113 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:11:26.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:26 smithi019 bash[24123]: cluster 2023-11-08T18:11:25.760759+0000 mgr.smithi019.obqwgt (mgr.14180) 502 : 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-08T18:11:26.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:26 smithi122 bash[28108]: cluster 2023-11-08T18:11:25.760759+0000 mgr.smithi019.obqwgt (mgr.14180) 502 : 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-08T18:11:27.114 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:11:29.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:28 smithi019 bash[24123]: cluster 2023-11-08T18:11:27.762133+0000 mgr.smithi019.obqwgt (mgr.14180) 503 : cluster [DBG] pgmap v373: 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-08T18:11:29.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:28 smithi122 bash[28108]: cluster 2023-11-08T18:11:27.762133+0000 mgr.smithi019.obqwgt (mgr.14180) 503 : cluster [DBG] pgmap v373: 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-08T18:11:30.452 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:11:30.453 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:10:59.823036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ggvzva on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\nDeploy daemon haproxy.nfs.foo.smithi122.ggvzva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.741451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jgxzdg on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\nDeploy daemon haproxy.nfs.foo.smithi019.jgxzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.irhsyg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:11:31.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:30 smithi019 bash[24123]: cluster 2023-11-08T18:11:29.763189+0000 mgr.smithi019.obqwgt (mgr.14180) 504 : 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-08T18:11:31.206 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:11:31.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:30 smithi122 bash[28108]: cluster 2023-11-08T18:11:29.763189+0000 mgr.smithi019.obqwgt (mgr.14180) 504 : 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-08T18:11:32.207 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:11:32.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:31 smithi122 bash[28108]: audit 2023-11-08T18:11:30.435209+0000 mgr.smithi019.obqwgt (mgr.14180) 505 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:32.220 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:31 smithi019 bash[24123]: audit 2023-11-08T18:11:30.435209+0000 mgr.smithi019.obqwgt (mgr.14180) 505 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:33.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:32 smithi122 bash[28108]: cluster 2023-11-08T18:11:31.764474+0000 mgr.smithi019.obqwgt (mgr.14180) 506 : 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-08T18:11:33.231 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:32 smithi019 bash[24123]: cluster 2023-11-08T18:11:31.764474+0000 mgr.smithi019.obqwgt (mgr.14180) 506 : 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-08T18:11:34.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:34 smithi019 bash[24123]: cluster 2023-11-08T18:11:33.765750+0000 mgr.smithi019.obqwgt (mgr.14180) 507 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:11:34.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:34 smithi122 bash[28108]: cluster 2023-11-08T18:11:33.765750+0000 mgr.smithi019.obqwgt (mgr.14180) 507 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:11:35.328 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:11:35.329 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:10:59.823036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ggvzva on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\nDeploy daemon haproxy.nfs.foo.smithi122.ggvzva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.741451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jgxzdg on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\nDeploy daemon haproxy.nfs.foo.smithi019.jgxzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.irhsyg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:11:35.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:35 smithi019 bash[24123]: audit 2023-11-08T18:11:35.312289+0000 mgr.smithi019.obqwgt (mgr.14180) 508 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:35.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:35 smithi122 bash[28108]: audit 2023-11-08T18:11:35.312289+0000 mgr.smithi019.obqwgt (mgr.14180) 508 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:36.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:11:36.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:36 smithi019 bash[24123]: cluster 2023-11-08T18:11:35.766802+0000 mgr.smithi019.obqwgt (mgr.14180) 509 : 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-08T18:11:36.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:36 smithi122 bash[28108]: cluster 2023-11-08T18:11:35.766802+0000 mgr.smithi019.obqwgt (mgr.14180) 509 : 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-08T18:11:37.136 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:11:39.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:38 smithi019 bash[24123]: cluster 2023-11-08T18:11:37.767613+0000 mgr.smithi019.obqwgt (mgr.14180) 510 : cluster [DBG] pgmap v378: 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-08T18:11:39.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:38 smithi122 bash[28108]: cluster 2023-11-08T18:11:37.767613+0000 mgr.smithi019.obqwgt (mgr.14180) 510 : cluster [DBG] pgmap v378: 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-08T18:11:40.334 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:11:40.334 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:10:59.823036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ggvzva on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\nDeploy daemon haproxy.nfs.foo.smithi122.ggvzva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.741451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jgxzdg on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\nDeploy daemon haproxy.nfs.foo.smithi019.jgxzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.irhsyg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:11:41.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:40 smithi019 bash[24123]: cluster 2023-11-08T18:11:39.768542+0000 mgr.smithi019.obqwgt (mgr.14180) 511 : 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-08T18:11:41.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:40 smithi019 bash[24123]: audit 2023-11-08T18:11:40.321959+0000 mgr.smithi019.obqwgt (mgr.14180) 512 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:41.112 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:11:41.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:40 smithi122 bash[28108]: cluster 2023-11-08T18:11:39.768542+0000 mgr.smithi019.obqwgt (mgr.14180) 511 : 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-08T18:11:41.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:40 smithi122 bash[28108]: audit 2023-11-08T18:11:40.321959+0000 mgr.smithi019.obqwgt (mgr.14180) 512 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:42.113 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:11:43.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:42 smithi122 bash[28108]: cluster 2023-11-08T18:11:41.769825+0000 mgr.smithi019.obqwgt (mgr.14180) 513 : 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-08T18:11:43.263 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:42 smithi019 bash[24123]: cluster 2023-11-08T18:11:41.769825+0000 mgr.smithi019.obqwgt (mgr.14180) 513 : 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-08T18:11:44.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:44 smithi019 bash[24123]: cluster 2023-11-08T18:11:43.770599+0000 mgr.smithi019.obqwgt (mgr.14180) 514 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:11:44.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:44 smithi122 bash[28108]: cluster 2023-11-08T18:11:43.770599+0000 mgr.smithi019.obqwgt (mgr.14180) 514 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:11:45.307 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:11:45.308 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:10:59.823036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ggvzva on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\nDeploy daemon haproxy.nfs.foo.smithi122.ggvzva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.741451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jgxzdg on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\nDeploy daemon haproxy.nfs.foo.smithi019.jgxzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.irhsyg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:11:45.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:45 smithi019 bash[24123]: audit 2023-11-08T18:11:45.290347+0000 mgr.smithi019.obqwgt (mgr.14180) 515 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:45.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:45 smithi122 bash[28108]: audit 2023-11-08T18:11:45.290347+0000 mgr.smithi019.obqwgt (mgr.14180) 515 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:46.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:11:46.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:46 smithi019 bash[24123]: cluster 2023-11-08T18:11:45.771548+0000 mgr.smithi019.obqwgt (mgr.14180) 516 : 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-08T18:11:46.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:46 smithi122 bash[28108]: cluster 2023-11-08T18:11:45.771548+0000 mgr.smithi019.obqwgt (mgr.14180) 516 : 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-08T18:11:47.010 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:11:49.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:48 smithi019 bash[24123]: cluster 2023-11-08T18:11:47.772976+0000 mgr.smithi019.obqwgt (mgr.14180) 517 : cluster [DBG] pgmap v383: 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-08T18:11:49.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:48 smithi122 bash[28108]: cluster 2023-11-08T18:11:47.772976+0000 mgr.smithi019.obqwgt (mgr.14180) 517 : cluster [DBG] pgmap v383: 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-08T18:11:50.392 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:11:50.392 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:10:59.823036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ggvzva on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\nDeploy daemon haproxy.nfs.foo.smithi122.ggvzva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.741451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jgxzdg on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\nDeploy daemon haproxy.nfs.foo.smithi019.jgxzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.irhsyg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:11:51.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:50 smithi019 bash[24123]: cluster 2023-11-08T18:11:49.774017+0000 mgr.smithi019.obqwgt (mgr.14180) 518 : 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-08T18:11:51.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:50 smithi019 bash[24123]: audit 2023-11-08T18:11:50.376235+0000 mgr.smithi019.obqwgt (mgr.14180) 519 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:51.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:11:51.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:50 smithi122 bash[28108]: cluster 2023-11-08T18:11:49.774017+0000 mgr.smithi019.obqwgt (mgr.14180) 518 : 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-08T18:11:51.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:50 smithi122 bash[28108]: audit 2023-11-08T18:11:50.376235+0000 mgr.smithi019.obqwgt (mgr.14180) 519 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:52.105 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:11:53.180 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:52 smithi019 bash[24123]: cluster 2023-11-08T18:11:51.775228+0000 mgr.smithi019.obqwgt (mgr.14180) 520 : 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-08T18:11:53.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:52 smithi122 bash[28108]: cluster 2023-11-08T18:11:51.775228+0000 mgr.smithi019.obqwgt (mgr.14180) 520 : 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-08T18:11:54.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:54 smithi019 bash[24123]: cluster 2023-11-08T18:11:53.776494+0000 mgr.smithi019.obqwgt (mgr.14180) 521 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:11:54.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:54 smithi122 bash[28108]: cluster 2023-11-08T18:11:53.776494+0000 mgr.smithi019.obqwgt (mgr.14180) 521 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:11:55.346 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:11:55.346 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:10:59.823036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ggvzva on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\nDeploy daemon haproxy.nfs.foo.smithi122.ggvzva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.741451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jgxzdg on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\nDeploy daemon haproxy.nfs.foo.smithi019.jgxzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.irhsyg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:11:55.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:55 smithi019 bash[24123]: audit 2023-11-08T18:11:55.330465+0000 mgr.smithi019.obqwgt (mgr.14180) 522 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:55.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:55 smithi122 bash[28108]: audit 2023-11-08T18:11:55.330465+0000 mgr.smithi019.obqwgt (mgr.14180) 522 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:11:56.106 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:11:56.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:56 smithi019 bash[24123]: cluster 2023-11-08T18:11:55.777527+0000 mgr.smithi019.obqwgt (mgr.14180) 523 : 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-08T18:11:56.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:56 smithi122 bash[28108]: cluster 2023-11-08T18:11:55.777527+0000 mgr.smithi019.obqwgt (mgr.14180) 523 : 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-08T18:11:57.107 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:11:59.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:11:58 smithi122 bash[28108]: cluster 2023-11-08T18:11:57.779044+0000 mgr.smithi019.obqwgt (mgr.14180) 524 : cluster [DBG] pgmap v388: 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-08T18:11:59.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:11:58 smithi019 bash[24123]: cluster 2023-11-08T18:11:57.779044+0000 mgr.smithi019.obqwgt (mgr.14180) 524 : cluster [DBG] pgmap v388: 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-08T18:12:00.319 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:12:00.320 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:10:59.823036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ggvzva on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\nDeploy daemon haproxy.nfs.foo.smithi122.ggvzva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.741451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jgxzdg on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\nDeploy daemon haproxy.nfs.foo.smithi019.jgxzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.irhsyg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:12:00.991 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:12:01.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:00 smithi019 bash[24123]: cluster 2023-11-08T18:11:59.779854+0000 mgr.smithi019.obqwgt (mgr.14180) 525 : 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-08T18:12:01.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:00 smithi019 bash[24123]: audit 2023-11-08T18:12:00.307682+0000 mgr.smithi019.obqwgt (mgr.14180) 526 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:01.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:00 smithi122 bash[28108]: cluster 2023-11-08T18:11:59.779854+0000 mgr.smithi019.obqwgt (mgr.14180) 525 : 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-08T18:12:01.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:00 smithi122 bash[28108]: audit 2023-11-08T18:12:00.307682+0000 mgr.smithi019.obqwgt (mgr.14180) 526 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:01.993 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:12:03.167 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:02 smithi019 bash[24123]: cluster 2023-11-08T18:12:01.781075+0000 mgr.smithi019.obqwgt (mgr.14180) 527 : 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-08T18:12:03.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:02 smithi122 bash[28108]: cluster 2023-11-08T18:12:01.781075+0000 mgr.smithi019.obqwgt (mgr.14180) 527 : 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-08T18:12:04.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:04 smithi019 bash[24123]: audit 2023-11-08T18:12:03.751889+0000 mon.smithi019 (mon.0) 802 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:12:04.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:04 smithi019 bash[24123]: cluster 2023-11-08T18:12:03.781833+0000 mgr.smithi019.obqwgt (mgr.14180) 528 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:12:04.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:04 smithi019 bash[24123]: audit 2023-11-08T18:12:04.031453+0000 mon.smithi019 (mon.0) 803 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:12:04.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:04 smithi019 bash[24123]: audit 2023-11-08T18:12:04.304450+0000 mon.smithi019 (mon.0) 804 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:12:04.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:04 smithi019 bash[24123]: audit 2023-11-08T18:12:04.306014+0000 mon.smithi019 (mon.0) 805 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:12:04.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:04 smithi019 bash[24123]: audit 2023-11-08T18:12:04.314891+0000 mon.smithi019 (mon.0) 806 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:12:04.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:04 smithi019 bash[24123]: cluster 2023-11-08T18:12:04.315789+0000 mgr.smithi019.obqwgt (mgr.14180) 529 : cluster [DBG] pgmap v392: 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-08T18:12:04.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:04 smithi019 bash[24123]: audit 2023-11-08T18:12:04.323463+0000 mon.smithi019 (mon.0) 807 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:12:04.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:04 smithi019 bash[24123]: audit 2023-11-08T18:12:04.335932+0000 mon.smithi019 (mon.0) 808 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:12:04.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:04 smithi019 bash[24123]: cephadm 2023-11-08T18:12:04.340360+0000 mgr.smithi019.obqwgt (mgr.14180) 530 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.fuvink on smithi122 2023-11-08T18:12:04.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:04 smithi122 bash[28108]: audit 2023-11-08T18:12:03.751889+0000 mon.smithi019 (mon.0) 802 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:12:04.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:04 smithi122 bash[28108]: cluster 2023-11-08T18:12:03.781833+0000 mgr.smithi019.obqwgt (mgr.14180) 528 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:12:04.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:04 smithi122 bash[28108]: audit 2023-11-08T18:12:04.031453+0000 mon.smithi019 (mon.0) 803 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:12:04.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:04 smithi122 bash[28108]: audit 2023-11-08T18:12:04.304450+0000 mon.smithi019 (mon.0) 804 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:12:04.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:04 smithi122 bash[28108]: audit 2023-11-08T18:12:04.306014+0000 mon.smithi019 (mon.0) 805 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:12:04.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:04 smithi122 bash[28108]: audit 2023-11-08T18:12:04.314891+0000 mon.smithi019 (mon.0) 806 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:12:04.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:04 smithi122 bash[28108]: cluster 2023-11-08T18:12:04.315789+0000 mgr.smithi019.obqwgt (mgr.14180) 529 : cluster [DBG] pgmap v392: 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-08T18:12:04.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:04 smithi122 bash[28108]: audit 2023-11-08T18:12:04.323463+0000 mon.smithi019 (mon.0) 807 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:12:04.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:04 smithi122 bash[28108]: audit 2023-11-08T18:12:04.335932+0000 mon.smithi019 (mon.0) 808 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:12:04.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:04 smithi122 bash[28108]: cephadm 2023-11-08T18:12:04.340360+0000 mgr.smithi019.obqwgt (mgr.14180) 530 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.fuvink on smithi122 2023-11-08T18:12:05.077 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:12:05.078 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:09:49.276912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.rcagxl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:10:59.823036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ggvzva on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\nDeploy daemon haproxy.nfs.foo.smithi122.ggvzva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.741451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jgxzdg on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\nDeploy daemon haproxy.nfs.foo.smithi019.jgxzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.irhsyg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:12:05.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:12:05.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:05 smithi019 bash[24123]: cluster 2023-11-08T18:12:04.542476+0000 mon.smithi019 (mon.0) 809 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:12:05.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:05 smithi019 bash[24123]: cluster 2023-11-08T18:12:04.542597+0000 mon.smithi019 (mon.0) 810 : cluster [INF] Cluster is now healthy 2023-11-08T18:12:05.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:05 smithi019 bash[24123]: audit 2023-11-08T18:12:05.059522+0000 mgr.smithi019.obqwgt (mgr.14180) 531 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:05.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:05 smithi122 bash[28108]: cluster 2023-11-08T18:12:04.542476+0000 mon.smithi019 (mon.0) 809 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:12:05.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:05 smithi122 bash[28108]: cluster 2023-11-08T18:12:04.542597+0000 mon.smithi019 (mon.0) 810 : cluster [INF] Cluster is now healthy 2023-11-08T18:12:05.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:05 smithi122 bash[28108]: audit 2023-11-08T18:12:05.059522+0000 mgr.smithi019.obqwgt (mgr.14180) 531 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:06.793 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:12:06.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:06 smithi019 bash[24123]: cluster 2023-11-08T18:12:06.316589+0000 mgr.smithi019.obqwgt (mgr.14180) 532 : cluster [DBG] pgmap v393: 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-08T18:12:06.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:06 smithi122 bash[28108]: cluster 2023-11-08T18:12:06.316589+0000 mgr.smithi019.obqwgt (mgr.14180) 532 : cluster [DBG] pgmap v393: 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-08T18:12:08.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:08 smithi122 bash[28108]: audit 2023-11-08T18:12:08.122390+0000 mon.smithi019 (mon.0) 811 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.fuvink"}]: dispatch 2023-11-08T18:12:08.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:08 smithi019 bash[24123]: audit 2023-11-08T18:12:08.122390+0000 mon.smithi019 (mon.0) 811 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.fuvink"}]: dispatch 2023-11-08T18:12:09.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: cephadm 2023-11-08T18:12:08.121201+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink 2023-11-08T18:12:09.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:12:09.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink 2023-11-08T18:12:09.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink 2023-11-08T18:12:09.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:12:09.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink 2023-11-08T18:12:09.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.fuvink ... 2023-11-08T18:12:09.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:09.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:12:09.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:12:09.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:12:09.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:09.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:12:09.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:12:09.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:12:09.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:12:09.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:12:09.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink 2023-11-08T18:12:09.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:12:09.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink 2023-11-08T18:12:09.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink 2023-11-08T18:12:09.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:12:09.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink 2023-11-08T18:12:09.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.fuvink ... 2023-11-08T18:12:09.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:09.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:12:09.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:12:09.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:12:09.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:09.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: cephadm 2023-11-08T18:12:08.121716+0000 mgr.smithi019.obqwgt (mgr.14180) 534 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.fuvink 2023-11-08T18:12:09.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: cephadm 2023-11-08T18:12:08.124051+0000 mgr.smithi019.obqwgt (mgr.14180) 535 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.fuvink on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink 2023-11-08T18:12:09.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:12:09.477 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink 2023-11-08T18:12:09.477 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink 2023-11-08T18:12:09.477 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:12:09.477 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink 2023-11-08T18:12:09.477 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.fuvink ... 2023-11-08T18:12:09.478 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:09.478 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:12:09.478 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:12:09.478 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:12:09.478 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:09.479 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: cephadm 2023-11-08T18:12:08.128536+0000 mgr.smithi019.obqwgt (mgr.14180) 536 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.rbmzzq on smithi019 2023-11-08T18:12:09.479 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:09 smithi122 bash[28108]: cluster 2023-11-08T18:12:08.317669+0000 mgr.smithi019.obqwgt (mgr.14180) 537 : cluster [DBG] pgmap v394: 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-08T18:12:09.554 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: cephadm 2023-11-08T18:12:08.121201+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink 2023-11-08T18:12:09.555 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:12:09.555 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink 2023-11-08T18:12:09.555 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink 2023-11-08T18:12:09.555 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:12:09.556 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink 2023-11-08T18:12:09.556 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.fuvink ... 2023-11-08T18:12:09.556 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:09.556 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:12:09.556 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:12:09.557 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:12:09.557 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:09.557 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:12:09.557 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:12:09.557 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:12:09.558 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:12:09.558 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:12:09.558 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink 2023-11-08T18:12:09.558 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:12:09.558 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink 2023-11-08T18:12:09.559 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink 2023-11-08T18:12:09.559 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:12:09.559 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink 2023-11-08T18:12:09.560 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.fuvink ... 2023-11-08T18:12:09.560 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:09.560 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:12:09.560 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:12:09.560 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:12:09.561 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:09.561 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: cephadm 2023-11-08T18:12:08.121716+0000 mgr.smithi019.obqwgt (mgr.14180) 534 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.fuvink 2023-11-08T18:12:09.561 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: cephadm 2023-11-08T18:12:08.124051+0000 mgr.smithi019.obqwgt (mgr.14180) 535 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.fuvink on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink 2023-11-08T18:12:09.561 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:12:09.561 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink 2023-11-08T18:12:09.562 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink 2023-11-08T18:12:09.562 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:12:09.562 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink 2023-11-08T18:12:09.563 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.fuvink ... 2023-11-08T18:12:09.563 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:09.563 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:12:09.563 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:12:09.563 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:12:09.563 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:09.564 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: cephadm 2023-11-08T18:12:08.128536+0000 mgr.smithi019.obqwgt (mgr.14180) 536 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.rbmzzq on smithi019 2023-11-08T18:12:09.564 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:09 smithi019 bash[24123]: cluster 2023-11-08T18:12:08.317669+0000 mgr.smithi019.obqwgt (mgr.14180) 537 : cluster [DBG] pgmap v394: 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-08T18:12:10.001 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:12:10.001 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:10:59.823036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ggvzva on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ggvzva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ggvzva\nDeploy daemon haproxy.nfs.foo.smithi122.ggvzva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.741451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jgxzdg on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jgxzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jgxzdg\nDeploy daemon haproxy.nfs.foo.smithi019.jgxzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:11:03.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.irhsyg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:08.123778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.fuvink on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\nDeploy daemon haproxy.nfs.foo.smithi122.fuvink ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:12:10.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:12:11.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:11 smithi122 bash[28108]: audit 2023-11-08T18:12:09.988968+0000 mgr.smithi019.obqwgt (mgr.14180) 538 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:11.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:11 smithi122 bash[28108]: cluster 2023-11-08T18:12:10.318467+0000 mgr.smithi019.obqwgt (mgr.14180) 539 : cluster [DBG] pgmap v395: 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-08T18:12:11.807 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:12:11.821 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:11 smithi019 bash[24123]: audit 2023-11-08T18:12:09.988968+0000 mgr.smithi019.obqwgt (mgr.14180) 538 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:11.821 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:11 smithi019 bash[24123]: cluster 2023-11-08T18:12:10.318467+0000 mgr.smithi019.obqwgt (mgr.14180) 539 : cluster [DBG] pgmap v395: 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-08T18:12:12.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:12 smithi122 bash[28108]: audit 2023-11-08T18:12:12.005316+0000 mon.smithi019 (mon.0) 812 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.rbmzzq"}]: dispatch 2023-11-08T18:12:12.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:12 smithi019 bash[24123]: audit 2023-11-08T18:12:12.005316+0000 mon.smithi019 (mon.0) 812 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.rbmzzq"}]: dispatch 2023-11-08T18:12:13.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: cephadm 2023-11-08T18:12:12.004527+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq 2023-11-08T18:12:13.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:12:13.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq 2023-11-08T18:12:13.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq 2023-11-08T18:12:13.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:12:13.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq 2023-11-08T18:12:13.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.rbmzzq ... 2023-11-08T18:12:13.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:13.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:12:13.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:12:13.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:12:13.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:13.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:12:13.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:12:13.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:12:13.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:12:13.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:12:13.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq 2023-11-08T18:12:13.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:12:13.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq 2023-11-08T18:12:13.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq 2023-11-08T18:12:13.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:12:13.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq 2023-11-08T18:12:13.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.rbmzzq ... 2023-11-08T18:12:13.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:13.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:12:13.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:12:13.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:12:13.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:13.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: cephadm 2023-11-08T18:12:12.004855+0000 mgr.smithi019.obqwgt (mgr.14180) 541 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.rbmzzq 2023-11-08T18:12:13.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: cephadm 2023-11-08T18:12:12.006872+0000 mgr.smithi019.obqwgt (mgr.14180) 542 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.rbmzzq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq 2023-11-08T18:12:13.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:12:13.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq 2023-11-08T18:12:13.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq 2023-11-08T18:12:13.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:12:13.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq 2023-11-08T18:12:13.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.rbmzzq ... 2023-11-08T18:12:13.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:13.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:12:13.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:12:13.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:12:13.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:13.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: cephadm 2023-11-08T18:12:12.008924+0000 mgr.smithi019.obqwgt (mgr.14180) 543 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.pztrqp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:12:13.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: cephadm 2023-11-08T18:12:12.010450+0000 mgr.smithi019.obqwgt (mgr.14180) 544 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:12:13.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: cluster 2023-11-08T18:12:12.011380+0000 mgr.smithi019.obqwgt (mgr.14180) 545 : cluster [DBG] pgmap v396: 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-08T18:12:13.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:13 smithi122 bash[28108]: cluster 2023-11-08T18:12:12.375615+0000 mon.smithi019 (mon.0) 813 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:12:13.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: cephadm 2023-11-08T18:12:12.004527+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq 2023-11-08T18:12:13.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:12:13.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq 2023-11-08T18:12:13.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq 2023-11-08T18:12:13.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:12:13.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq 2023-11-08T18:12:13.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.rbmzzq ... 2023-11-08T18:12:13.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:13.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:12:13.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:12:13.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:12:13.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:13.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:12:13.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:12:13.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:12:13.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:12:13.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:12:13.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq 2023-11-08T18:12:13.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:12:13.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq 2023-11-08T18:12:13.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq 2023-11-08T18:12:13.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:12:13.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq 2023-11-08T18:12:13.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.rbmzzq ... 2023-11-08T18:12:13.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:13.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:12:13.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:12:13.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:12:13.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:13.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: cephadm 2023-11-08T18:12:12.004855+0000 mgr.smithi019.obqwgt (mgr.14180) 541 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.rbmzzq 2023-11-08T18:12:13.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: cephadm 2023-11-08T18:12:12.006872+0000 mgr.smithi019.obqwgt (mgr.14180) 542 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.rbmzzq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq 2023-11-08T18:12:13.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:12:13.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq 2023-11-08T18:12:13.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq 2023-11-08T18:12:13.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:12:13.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq 2023-11-08T18:12:13.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.rbmzzq ... 2023-11-08T18:12:13.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:13.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:12:13.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:12:13.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:12:13.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:12:13.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: cephadm 2023-11-08T18:12:12.008924+0000 mgr.smithi019.obqwgt (mgr.14180) 543 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.pztrqp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:12:13.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: cephadm 2023-11-08T18:12:12.010450+0000 mgr.smithi019.obqwgt (mgr.14180) 544 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:12:13.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: cluster 2023-11-08T18:12:12.011380+0000 mgr.smithi019.obqwgt (mgr.14180) 545 : cluster [DBG] pgmap v396: 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-08T18:12:13.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:13 smithi019 bash[24123]: cluster 2023-11-08T18:12:12.375615+0000 mon.smithi019 (mon.0) 813 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:12:14.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:14 smithi019 bash[24123]: audit 2023-11-08T18:12:13.502967+0000 mon.smithi019 (mon.0) 814 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:12:14.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:14 smithi019 bash[24123]: cluster 2023-11-08T18:12:14.012588+0000 mgr.smithi019.obqwgt (mgr.14180) 546 : cluster [DBG] pgmap v397: 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-08T18:12:14.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:14 smithi122 bash[28108]: audit 2023-11-08T18:12:13.502967+0000 mon.smithi019 (mon.0) 814 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:12:14.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:14 smithi122 bash[28108]: cluster 2023-11-08T18:12:14.012588+0000 mgr.smithi019.obqwgt (mgr.14180) 546 : cluster [DBG] pgmap v397: 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-08T18:12:15.115 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:12:15.115 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:08.123778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.fuvink on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\nDeploy daemon haproxy.nfs.foo.smithi122.fuvink ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.006722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.rbmzzq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\nDeploy daemon haproxy.nfs.foo.smithi019.rbmzzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.008833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pztrqp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:12:15.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:15 smithi019 bash[24123]: audit 2023-11-08T18:12:15.097744+0000 mgr.smithi019.obqwgt (mgr.14180) 547 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:15.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:12:15.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:15 smithi122 bash[28108]: audit 2023-11-08T18:12:15.097744+0000 mgr.smithi019.obqwgt (mgr.14180) 547 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:16.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:16 smithi019 bash[24123]: cluster 2023-11-08T18:12:16.013581+0000 mgr.smithi019.obqwgt (mgr.14180) 548 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:12:16.847 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:12:16.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:16 smithi122 bash[28108]: cluster 2023-11-08T18:12:16.013581+0000 mgr.smithi019.obqwgt (mgr.14180) 548 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:12:19.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:19 smithi019 bash[24123]: cluster 2023-11-08T18:12:18.015089+0000 mgr.smithi019.obqwgt (mgr.14180) 549 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 350 B/s rd, 0 op/s 2023-11-08T18:12:19.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:19 smithi122 bash[28108]: cluster 2023-11-08T18:12:18.015089+0000 mgr.smithi019.obqwgt (mgr.14180) 549 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 350 B/s rd, 0 op/s 2023-11-08T18:12:19.871 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:12:19.871 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:08.123778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.fuvink on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\nDeploy daemon haproxy.nfs.foo.smithi122.fuvink ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.006722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.rbmzzq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\nDeploy daemon haproxy.nfs.foo.smithi019.rbmzzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.008833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pztrqp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:12:20.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:12:21.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:21 smithi019 bash[24123]: audit 2023-11-08T18:12:19.854070+0000 mgr.smithi019.obqwgt (mgr.14180) 550 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:21.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:21 smithi019 bash[24123]: cluster 2023-11-08T18:12:20.016167+0000 mgr.smithi019.obqwgt (mgr.14180) 551 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:12:21.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:21 smithi122 bash[28108]: audit 2023-11-08T18:12:19.854070+0000 mgr.smithi019.obqwgt (mgr.14180) 550 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:21.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:21 smithi122 bash[28108]: cluster 2023-11-08T18:12:20.016167+0000 mgr.smithi019.obqwgt (mgr.14180) 551 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:12:21.587 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:12:23.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:23 smithi019 bash[24123]: cluster 2023-11-08T18:12:22.017477+0000 mgr.smithi019.obqwgt (mgr.14180) 552 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:12:23.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:23 smithi122 bash[28108]: cluster 2023-11-08T18:12:22.017477+0000 mgr.smithi019.obqwgt (mgr.14180) 552 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:12:24.814 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:12:24.815 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:08.123778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.fuvink on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\nDeploy daemon haproxy.nfs.foo.smithi122.fuvink ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.006722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.rbmzzq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\nDeploy daemon haproxy.nfs.foo.smithi019.rbmzzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.008833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pztrqp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:12:24.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:24 smithi019 bash[24123]: cluster 2023-11-08T18:12:24.018793+0000 mgr.smithi019.obqwgt (mgr.14180) 553 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:12:24.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:24 smithi122 bash[28108]: cluster 2023-11-08T18:12:24.018793+0000 mgr.smithi019.obqwgt (mgr.14180) 553 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:12:25.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:12:25.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:25 smithi019 bash[24123]: audit 2023-11-08T18:12:24.797056+0000 mgr.smithi019.obqwgt (mgr.14180) 554 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:25.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:25 smithi122 bash[28108]: audit 2023-11-08T18:12:24.797056+0000 mgr.smithi019.obqwgt (mgr.14180) 554 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:26.492 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:12:26.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:26 smithi019 bash[24123]: cluster 2023-11-08T18:12:26.019765+0000 mgr.smithi019.obqwgt (mgr.14180) 555 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:12:26.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:26 smithi122 bash[28108]: cluster 2023-11-08T18:12:26.019765+0000 mgr.smithi019.obqwgt (mgr.14180) 555 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:12:29.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:29 smithi019 bash[24123]: cluster 2023-11-08T18:12:28.021229+0000 mgr.smithi019.obqwgt (mgr.14180) 556 : cluster [DBG] pgmap v404: 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-08T18:12:29.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:29 smithi122 bash[28108]: cluster 2023-11-08T18:12:28.021229+0000 mgr.smithi019.obqwgt (mgr.14180) 556 : cluster [DBG] pgmap v404: 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-08T18:12:29.611 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:12:29.612 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:08.123778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.fuvink on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\nDeploy daemon haproxy.nfs.foo.smithi122.fuvink ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.006722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.rbmzzq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\nDeploy daemon haproxy.nfs.foo.smithi019.rbmzzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.008833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pztrqp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:12:30.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:12:31.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:31 smithi019 bash[24123]: audit 2023-11-08T18:12:29.594844+0000 mgr.smithi019.obqwgt (mgr.14180) 557 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:31.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:31 smithi019 bash[24123]: cluster 2023-11-08T18:12:30.022318+0000 mgr.smithi019.obqwgt (mgr.14180) 558 : 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-08T18:12:31.366 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:12:31.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:31 smithi122 bash[28108]: audit 2023-11-08T18:12:29.594844+0000 mgr.smithi019.obqwgt (mgr.14180) 557 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:31.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:31 smithi122 bash[28108]: cluster 2023-11-08T18:12:30.022318+0000 mgr.smithi019.obqwgt (mgr.14180) 558 : 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-08T18:12:33.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:33 smithi019 bash[24123]: cluster 2023-11-08T18:12:32.023629+0000 mgr.smithi019.obqwgt (mgr.14180) 559 : 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-08T18:12:33.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:33 smithi122 bash[28108]: cluster 2023-11-08T18:12:32.023629+0000 mgr.smithi019.obqwgt (mgr.14180) 559 : 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-08T18:12:34.701 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:12:34.702 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:08.123778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.fuvink on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\nDeploy daemon haproxy.nfs.foo.smithi122.fuvink ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.006722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.rbmzzq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\nDeploy daemon haproxy.nfs.foo.smithi019.rbmzzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.008833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pztrqp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:12:34.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:34 smithi019 bash[24123]: cluster 2023-11-08T18:12:34.024654+0000 mgr.smithi019.obqwgt (mgr.14180) 560 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:12:34.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:34 smithi122 bash[28108]: cluster 2023-11-08T18:12:34.024654+0000 mgr.smithi019.obqwgt (mgr.14180) 560 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:12:35.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:12:35.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:35 smithi019 bash[24123]: audit 2023-11-08T18:12:34.684605+0000 mgr.smithi019.obqwgt (mgr.14180) 561 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:35.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:35 smithi122 bash[28108]: audit 2023-11-08T18:12:34.684605+0000 mgr.smithi019.obqwgt (mgr.14180) 561 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:36.401 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:12:36.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:36 smithi019 bash[24123]: cluster 2023-11-08T18:12:36.025610+0000 mgr.smithi019.obqwgt (mgr.14180) 562 : 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-08T18:12:36.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:36 smithi122 bash[28108]: cluster 2023-11-08T18:12:36.025610+0000 mgr.smithi019.obqwgt (mgr.14180) 562 : 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-08T18:12:39.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:39 smithi019 bash[24123]: cluster 2023-11-08T18:12:38.027093+0000 mgr.smithi019.obqwgt (mgr.14180) 563 : cluster [DBG] pgmap v409: 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-08T18:12:39.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:39 smithi122 bash[28108]: cluster 2023-11-08T18:12:38.027093+0000 mgr.smithi019.obqwgt (mgr.14180) 563 : cluster [DBG] pgmap v409: 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-08T18:12:39.699 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:12:39.699 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:08.123778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.fuvink on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\nDeploy daemon haproxy.nfs.foo.smithi122.fuvink ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.006722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.rbmzzq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\nDeploy daemon haproxy.nfs.foo.smithi019.rbmzzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.008833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pztrqp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:12:40.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:12:41.421 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:12:41.435 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:41 smithi019 bash[24123]: audit 2023-11-08T18:12:39.681790+0000 mgr.smithi019.obqwgt (mgr.14180) 564 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:41.436 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:41 smithi019 bash[24123]: cluster 2023-11-08T18:12:40.028153+0000 mgr.smithi019.obqwgt (mgr.14180) 565 : 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-08T18:12:41.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:41 smithi122 bash[28108]: audit 2023-11-08T18:12:39.681790+0000 mgr.smithi019.obqwgt (mgr.14180) 564 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:41.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:41 smithi122 bash[28108]: cluster 2023-11-08T18:12:40.028153+0000 mgr.smithi019.obqwgt (mgr.14180) 565 : 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-08T18:12:43.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:43 smithi122 bash[28108]: cluster 2023-11-08T18:12:42.029433+0000 mgr.smithi019.obqwgt (mgr.14180) 566 : 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-08T18:12:43.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:43 smithi019 bash[24123]: cluster 2023-11-08T18:12:42.029433+0000 mgr.smithi019.obqwgt (mgr.14180) 566 : 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-08T18:12:44.563 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:12:44.564 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:08.123778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.fuvink on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\nDeploy daemon haproxy.nfs.foo.smithi122.fuvink ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.006722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.rbmzzq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\nDeploy daemon haproxy.nfs.foo.smithi019.rbmzzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.008833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pztrqp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:12:44.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:44 smithi019 bash[24123]: cluster 2023-11-08T18:12:44.030444+0000 mgr.smithi019.obqwgt (mgr.14180) 567 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:12:44.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:44 smithi122 bash[28108]: cluster 2023-11-08T18:12:44.030444+0000 mgr.smithi019.obqwgt (mgr.14180) 567 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:12:45.265 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:12:45.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:45 smithi019 bash[24123]: audit 2023-11-08T18:12:44.550581+0000 mgr.smithi019.obqwgt (mgr.14180) 568 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:45.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:45 smithi122 bash[28108]: audit 2023-11-08T18:12:44.550581+0000 mgr.smithi019.obqwgt (mgr.14180) 568 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:46.266 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:12:46.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:46 smithi019 bash[24123]: cluster 2023-11-08T18:12:46.031364+0000 mgr.smithi019.obqwgt (mgr.14180) 569 : 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-08T18:12:46.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:46 smithi122 bash[28108]: cluster 2023-11-08T18:12:46.031364+0000 mgr.smithi019.obqwgt (mgr.14180) 569 : 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-08T18:12:49.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:49 smithi019 bash[24123]: cluster 2023-11-08T18:12:48.032299+0000 mgr.smithi019.obqwgt (mgr.14180) 570 : cluster [DBG] pgmap v414: 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-08T18:12:49.386 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:12:49.387 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:08.123778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.fuvink on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\nDeploy daemon haproxy.nfs.foo.smithi122.fuvink ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.006722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.rbmzzq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\nDeploy daemon haproxy.nfs.foo.smithi019.rbmzzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.008833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pztrqp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:12:49.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:49 smithi122 bash[28108]: cluster 2023-11-08T18:12:48.032299+0000 mgr.smithi019.obqwgt (mgr.14180) 570 : cluster [DBG] pgmap v414: 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-08T18:12:50.106 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:12:50.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:50 smithi122 bash[28108]: audit 2023-11-08T18:12:49.366952+0000 mgr.smithi019.obqwgt (mgr.14180) 571 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:50.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:50 smithi019 bash[24123]: audit 2023-11-08T18:12:49.366952+0000 mgr.smithi019.obqwgt (mgr.14180) 571 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:51.107 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:12:51.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:51 smithi122 bash[28108]: cluster 2023-11-08T18:12:50.032977+0000 mgr.smithi019.obqwgt (mgr.14180) 572 : 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-08T18:12:51.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:51 smithi019 bash[24123]: cluster 2023-11-08T18:12:50.032977+0000 mgr.smithi019.obqwgt (mgr.14180) 572 : 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-08T18:12:53.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:53 smithi019 bash[24123]: cluster 2023-11-08T18:12:52.034211+0000 mgr.smithi019.obqwgt (mgr.14180) 573 : 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-08T18:12:53.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:53 smithi122 bash[28108]: cluster 2023-11-08T18:12:52.034211+0000 mgr.smithi019.obqwgt (mgr.14180) 573 : 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-08T18:12:54.331 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:12:54.331 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:08.123778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.fuvink on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\nDeploy daemon haproxy.nfs.foo.smithi122.fuvink ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.006722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.rbmzzq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\nDeploy daemon haproxy.nfs.foo.smithi019.rbmzzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.008833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pztrqp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:12:54.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:54 smithi019 bash[24123]: cluster 2023-11-08T18:12:54.035511+0000 mgr.smithi019.obqwgt (mgr.14180) 574 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:12:54.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:54 smithi019 bash[24123]: audit 2023-11-08T18:12:54.315426+0000 mgr.smithi019.obqwgt (mgr.14180) 575 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:54.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:54 smithi122 bash[28108]: cluster 2023-11-08T18:12:54.035511+0000 mgr.smithi019.obqwgt (mgr.14180) 574 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:12:54.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:54 smithi122 bash[28108]: audit 2023-11-08T18:12:54.315426+0000 mgr.smithi019.obqwgt (mgr.14180) 575 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:12:55.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:12:56.087 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:12:57.428 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:57 smithi019 bash[24123]: cluster 2023-11-08T18:12:56.036543+0000 mgr.smithi019.obqwgt (mgr.14180) 576 : 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-08T18:12:57.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:57 smithi122 bash[28108]: cluster 2023-11-08T18:12:56.036543+0000 mgr.smithi019.obqwgt (mgr.14180) 576 : 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-08T18:12:59.094 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:12:59.094 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:08.123778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.fuvink on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\nDeploy daemon haproxy.nfs.foo.smithi122.fuvink ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.006722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.rbmzzq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\nDeploy daemon haproxy.nfs.foo.smithi019.rbmzzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.008833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pztrqp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:12:59.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:12:59 smithi122 bash[28108]: cluster 2023-11-08T18:12:58.037889+0000 mgr.smithi019.obqwgt (mgr.14180) 577 : cluster [DBG] pgmap v419: 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-08T18:12:59.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:12:59 smithi019 bash[24123]: cluster 2023-11-08T18:12:58.037889+0000 mgr.smithi019.obqwgt (mgr.14180) 577 : cluster [DBG] pgmap v419: 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-08T18:12:59.828 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:13:00.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:00 smithi122 bash[28108]: audit 2023-11-08T18:12:59.078113+0000 mgr.smithi019.obqwgt (mgr.14180) 578 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:00.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:00 smithi019 bash[24123]: audit 2023-11-08T18:12:59.078113+0000 mgr.smithi019.obqwgt (mgr.14180) 578 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:00.829 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:13:01.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:01 smithi019 bash[24123]: cluster 2023-11-08T18:13:00.038944+0000 mgr.smithi019.obqwgt (mgr.14180) 579 : 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-08T18:13:01.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:01 smithi122 bash[28108]: cluster 2023-11-08T18:13:00.038944+0000 mgr.smithi019.obqwgt (mgr.14180) 579 : 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-08T18:13:03.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:03 smithi122 bash[28108]: cluster 2023-11-08T18:13:02.039841+0000 mgr.smithi019.obqwgt (mgr.14180) 580 : 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-08T18:13:03.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:03 smithi019 bash[24123]: cluster 2023-11-08T18:13:02.039841+0000 mgr.smithi019.obqwgt (mgr.14180) 580 : 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-08T18:13:04.078 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:13:04.078 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:08.123778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.fuvink on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\nDeploy daemon haproxy.nfs.foo.smithi122.fuvink ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.006722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.rbmzzq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\nDeploy daemon haproxy.nfs.foo.smithi019.rbmzzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.008833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pztrqp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:13:04.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:13:04.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:04 smithi019 bash[24123]: cluster 2023-11-08T18:13:04.041163+0000 mgr.smithi019.obqwgt (mgr.14180) 581 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:13:04.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:04 smithi019 bash[24123]: audit 2023-11-08T18:13:04.058653+0000 mgr.smithi019.obqwgt (mgr.14180) 582 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:04.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:04 smithi122 bash[28108]: cluster 2023-11-08T18:13:04.041163+0000 mgr.smithi019.obqwgt (mgr.14180) 581 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:13:04.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:04 smithi122 bash[28108]: audit 2023-11-08T18:13:04.058653+0000 mgr.smithi019.obqwgt (mgr.14180) 582 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:05.764 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:13:07.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:07 smithi019 bash[24123]: cluster 2023-11-08T18:13:06.042373+0000 mgr.smithi019.obqwgt (mgr.14180) 583 : 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-08T18:13:07.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:07 smithi122 bash[28108]: cluster 2023-11-08T18:13:06.042373+0000 mgr.smithi019.obqwgt (mgr.14180) 583 : 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-08T18:13:08.943 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:13:08.943 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:08.123778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.fuvink on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\nDeploy daemon haproxy.nfs.foo.smithi122.fuvink ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.006722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.rbmzzq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\nDeploy daemon haproxy.nfs.foo.smithi019.rbmzzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.008833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pztrqp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:13:09.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:09 smithi019 bash[24123]: cluster 2023-11-08T18:13:08.043862+0000 mgr.smithi019.obqwgt (mgr.14180) 584 : cluster [DBG] pgmap v424: 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-08T18:13:09.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:09 smithi122 bash[28108]: cluster 2023-11-08T18:13:08.043862+0000 mgr.smithi019.obqwgt (mgr.14180) 584 : cluster [DBG] pgmap v424: 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-08T18:13:09.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:13:10.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:10 smithi122 bash[28108]: audit 2023-11-08T18:13:08.925594+0000 mgr.smithi019.obqwgt (mgr.14180) 585 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:10.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:10 smithi019 bash[24123]: audit 2023-11-08T18:13:08.925594+0000 mgr.smithi019.obqwgt (mgr.14180) 585 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:10.615 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:13:11.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:11 smithi122 bash[28108]: cluster 2023-11-08T18:13:10.044915+0000 mgr.smithi019.obqwgt (mgr.14180) 586 : 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-08T18:13:11.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:11 smithi019 bash[24123]: cluster 2023-11-08T18:13:10.044915+0000 mgr.smithi019.obqwgt (mgr.14180) 586 : 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-08T18:13:12.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:12 smithi122 bash[28108]: audit 2023-11-08T18:13:12.014261+0000 mon.smithi019 (mon.0) 815 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:13:12.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:12 smithi019 bash[24123]: audit 2023-11-08T18:13:12.014261+0000 mon.smithi019 (mon.0) 815 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:13:13.437 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:13 smithi019 bash[24123]: cluster 2023-11-08T18:13:12.046160+0000 mgr.smithi019.obqwgt (mgr.14180) 587 : 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-08T18:13:13.437 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:13 smithi019 bash[24123]: audit 2023-11-08T18:13:12.316993+0000 mon.smithi019 (mon.0) 816 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:13:13.438 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:13 smithi019 bash[24123]: audit 2023-11-08T18:13:12.318116+0000 mon.smithi019 (mon.0) 817 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:13:13.438 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:13 smithi019 bash[24123]: audit 2023-11-08T18:13:12.323830+0000 mon.smithi019 (mon.0) 818 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:13:13.438 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:13 smithi019 bash[24123]: cluster 2023-11-08T18:13:12.324520+0000 mgr.smithi019.obqwgt (mgr.14180) 588 : cluster [DBG] pgmap v427: 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-08T18:13:13.438 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:13 smithi019 bash[24123]: audit 2023-11-08T18:13:12.329167+0000 mon.smithi019 (mon.0) 819 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:13:13.439 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:13 smithi019 bash[24123]: audit 2023-11-08T18:13:12.341396+0000 mon.smithi019 (mon.0) 820 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:13:13.439 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:13 smithi019 bash[24123]: cephadm 2023-11-08T18:13:12.344306+0000 mgr.smithi019.obqwgt (mgr.14180) 589 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.zoluvl on smithi122 2023-11-08T18:13:13.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:13 smithi122 bash[28108]: cluster 2023-11-08T18:13:12.046160+0000 mgr.smithi019.obqwgt (mgr.14180) 587 : 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-08T18:13:13.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:13 smithi122 bash[28108]: audit 2023-11-08T18:13:12.316993+0000 mon.smithi019 (mon.0) 816 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:13:13.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:13 smithi122 bash[28108]: audit 2023-11-08T18:13:12.318116+0000 mon.smithi019 (mon.0) 817 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:13:13.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:13 smithi122 bash[28108]: audit 2023-11-08T18:13:12.323830+0000 mon.smithi019 (mon.0) 818 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:13:13.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:13 smithi122 bash[28108]: cluster 2023-11-08T18:13:12.324520+0000 mgr.smithi019.obqwgt (mgr.14180) 588 : cluster [DBG] pgmap v427: 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-08T18:13:13.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:13 smithi122 bash[28108]: audit 2023-11-08T18:13:12.329167+0000 mon.smithi019 (mon.0) 819 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:13:13.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:13 smithi122 bash[28108]: audit 2023-11-08T18:13:12.341396+0000 mon.smithi019 (mon.0) 820 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:13:13.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:13 smithi122 bash[28108]: cephadm 2023-11-08T18:13:12.344306+0000 mgr.smithi019.obqwgt (mgr.14180) 589 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.zoluvl on smithi122 2023-11-08T18:13:13.891 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:13:13.891 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:11:03.746645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.lbbnnr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:08.123778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.fuvink on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\nDeploy daemon haproxy.nfs.foo.smithi122.fuvink ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.006722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.rbmzzq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\nDeploy daemon haproxy.nfs.foo.smithi019.rbmzzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.008833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pztrqp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:13:14.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:14 smithi019 bash[24123]: cluster 2023-11-08T18:13:13.321906+0000 mon.smithi019 (mon.0) 821 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:13:14.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:14 smithi019 bash[24123]: cluster 2023-11-08T18:13:13.321968+0000 mon.smithi019 (mon.0) 822 : cluster [INF] Cluster is now healthy 2023-11-08T18:13:14.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:14 smithi122 bash[28108]: cluster 2023-11-08T18:13:13.321906+0000 mon.smithi019 (mon.0) 821 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:13:14.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:14 smithi122 bash[28108]: cluster 2023-11-08T18:13:13.321968+0000 mon.smithi019 (mon.0) 822 : cluster [INF] Cluster is now healthy 2023-11-08T18:13:14.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:13:15.642 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:13:15.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:15 smithi122 bash[28108]: audit 2023-11-08T18:13:13.878266+0000 mgr.smithi019.obqwgt (mgr.14180) 590 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:15.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:15 smithi122 bash[28108]: cluster 2023-11-08T18:13:14.325358+0000 mgr.smithi019.obqwgt (mgr.14180) 591 : cluster [DBG] pgmap v428: 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-08T18:13:15.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:15 smithi122 bash[28108]: audit 2023-11-08T18:13:14.414847+0000 mon.smithi019 (mon.0) 823 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:13:15.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:15 smithi019 bash[24123]: audit 2023-11-08T18:13:13.878266+0000 mgr.smithi019.obqwgt (mgr.14180) 590 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:15.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:15 smithi019 bash[24123]: cluster 2023-11-08T18:13:14.325358+0000 mgr.smithi019.obqwgt (mgr.14180) 591 : cluster [DBG] pgmap v428: 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-08T18:13:15.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:15 smithi019 bash[24123]: audit 2023-11-08T18:13:14.414847+0000 mon.smithi019 (mon.0) 823 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:13:16.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:16 smithi019 bash[24123]: audit 2023-11-08T18:13:16.234097+0000 mon.smithi019 (mon.0) 824 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.zoluvl"}]: dispatch 2023-11-08T18:13:16.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:16 smithi122 bash[28108]: audit 2023-11-08T18:13:16.234097+0000 mon.smithi019 (mon.0) 824 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.zoluvl"}]: dispatch 2023-11-08T18:13:17.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: cephadm 2023-11-08T18:13:16.232818+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl 2023-11-08T18:13:17.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:13:17.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl 2023-11-08T18:13:17.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl 2023-11-08T18:13:17.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:13:17.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl 2023-11-08T18:13:17.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.zoluvl ... 2023-11-08T18:13:17.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:17.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:13:17.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:13:17.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:13:17.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:17.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:13:17.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:13:17.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:13:17.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:13:17.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:13:17.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl 2023-11-08T18:13:17.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:13:17.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl 2023-11-08T18:13:17.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl 2023-11-08T18:13:17.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:13:17.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl 2023-11-08T18:13:17.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.zoluvl ... 2023-11-08T18:13:17.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:17.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:13:17.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:13:17.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:13:17.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:17.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: cephadm 2023-11-08T18:13:16.233380+0000 mgr.smithi019.obqwgt (mgr.14180) 593 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.zoluvl 2023-11-08T18:13:17.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: cephadm 2023-11-08T18:13:16.235955+0000 mgr.smithi019.obqwgt (mgr.14180) 594 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.zoluvl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl 2023-11-08T18:13:17.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:13:17.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl 2023-11-08T18:13:17.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl 2023-11-08T18:13:17.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:13:17.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl 2023-11-08T18:13:17.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.zoluvl ... 2023-11-08T18:13:17.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:17.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:13:17.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:13:17.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:13:17.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:17.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: cephadm 2023-11-08T18:13:16.240158+0000 mgr.smithi019.obqwgt (mgr.14180) 595 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.tpddlx on smithi019 2023-11-08T18:13:17.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:17 smithi122 bash[28108]: cluster 2023-11-08T18:13:16.326113+0000 mgr.smithi019.obqwgt (mgr.14180) 596 : 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-08T18:13:17.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: cephadm 2023-11-08T18:13:16.232818+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl 2023-11-08T18:13:17.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:13:17.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl 2023-11-08T18:13:17.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl 2023-11-08T18:13:17.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:13:17.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl 2023-11-08T18:13:17.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.zoluvl ... 2023-11-08T18:13:17.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:17.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:13:17.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:13:17.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:13:17.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:17.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:13:17.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:13:17.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:13:17.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:13:17.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:13:17.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl 2023-11-08T18:13:17.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:13:17.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl 2023-11-08T18:13:17.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl 2023-11-08T18:13:17.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:13:17.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl 2023-11-08T18:13:17.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.zoluvl ... 2023-11-08T18:13:17.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:17.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:13:17.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:13:17.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:13:17.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:17.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: cephadm 2023-11-08T18:13:16.233380+0000 mgr.smithi019.obqwgt (mgr.14180) 593 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.zoluvl 2023-11-08T18:13:17.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: cephadm 2023-11-08T18:13:16.235955+0000 mgr.smithi019.obqwgt (mgr.14180) 594 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.zoluvl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl 2023-11-08T18:13:17.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:13:17.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl 2023-11-08T18:13:17.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl 2023-11-08T18:13:17.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:13:17.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl 2023-11-08T18:13:17.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.zoluvl ... 2023-11-08T18:13:17.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:17.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:13:17.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:13:17.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:13:17.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:17.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: cephadm 2023-11-08T18:13:16.240158+0000 mgr.smithi019.obqwgt (mgr.14180) 595 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.tpddlx on smithi019 2023-11-08T18:13:17.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:17 smithi019 bash[24123]: cluster 2023-11-08T18:13:16.326113+0000 mgr.smithi019.obqwgt (mgr.14180) 596 : 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-08T18:13:18.695 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:13:18.696 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:12:08.123778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.fuvink on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-fuvink\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.fuvink\nDeploy daemon haproxy.nfs.foo.smithi122.fuvink ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.006722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.rbmzzq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-rbmzzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.rbmzzq\nDeploy daemon haproxy.nfs.foo.smithi019.rbmzzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:12:12.008833Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pztrqp on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:16.235683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zoluvl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\nDeploy daemon haproxy.nfs.foo.smithi122.zoluvl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:13:19.370 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:13:19.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:19 smithi122 bash[28108]: cluster 2023-11-08T18:13:18.327252+0000 mgr.smithi019.obqwgt (mgr.14180) 597 : 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-08T18:13:19.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:19 smithi019 bash[24123]: cluster 2023-11-08T18:13:18.327252+0000 mgr.smithi019.obqwgt (mgr.14180) 597 : 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-08T18:13:20.371 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:13:20.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:20 smithi122 bash[28108]: audit 2023-11-08T18:13:18.679805+0000 mgr.smithi019.obqwgt (mgr.14180) 598 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:20.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:20 smithi122 bash[28108]: audit 2023-11-08T18:13:20.025202+0000 mon.smithi019 (mon.0) 825 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.tpddlx"}]: dispatch 2023-11-08T18:13:20.757 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:20 smithi019 bash[24123]: audit 2023-11-08T18:13:18.679805+0000 mgr.smithi019.obqwgt (mgr.14180) 598 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:20.757 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:20 smithi019 bash[24123]: audit 2023-11-08T18:13:20.025202+0000 mon.smithi019 (mon.0) 825 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.tpddlx"}]: dispatch 2023-11-08T18:13:21.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: cephadm 2023-11-08T18:13:20.024084+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx 2023-11-08T18:13:21.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:13:21.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx 2023-11-08T18:13:21.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx 2023-11-08T18:13:21.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:13:21.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx 2023-11-08T18:13:21.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.tpddlx ... 2023-11-08T18:13:21.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:21.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:13:21.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:13:21.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:13:21.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:21.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:13:21.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:13:21.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:13:21.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:13:21.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:13:21.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx 2023-11-08T18:13:21.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:13:21.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx 2023-11-08T18:13:21.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx 2023-11-08T18:13:21.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:13:21.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx 2023-11-08T18:13:21.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.tpddlx ... 2023-11-08T18:13:21.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:21.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:13:21.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:13:21.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:13:21.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:21.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: cephadm 2023-11-08T18:13:20.024611+0000 mgr.smithi019.obqwgt (mgr.14180) 600 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.tpddlx 2023-11-08T18:13:21.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: cephadm 2023-11-08T18:13:20.026754+0000 mgr.smithi019.obqwgt (mgr.14180) 601 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.tpddlx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx 2023-11-08T18:13:21.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:13:21.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx 2023-11-08T18:13:21.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx 2023-11-08T18:13:21.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:13:21.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx 2023-11-08T18:13:21.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.tpddlx ... 2023-11-08T18:13:21.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:21.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:13:21.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:13:21.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:13:21.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:21.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: cephadm 2023-11-08T18:13:20.030900+0000 mgr.smithi019.obqwgt (mgr.14180) 602 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.cvoooh on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:13:21.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: cephadm 2023-11-08T18:13:20.033255+0000 mgr.smithi019.obqwgt (mgr.14180) 603 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:13:21.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: cluster 2023-11-08T18:13:20.034287+0000 mgr.smithi019.obqwgt (mgr.14180) 604 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-11-08T18:13:21.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:21 smithi122 bash[28108]: cluster 2023-11-08T18:13:20.433514+0000 mon.smithi019 (mon.0) 826 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:13:21.728 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: cephadm 2023-11-08T18:13:20.024084+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx 2023-11-08T18:13:21.728 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:13:21.728 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx 2023-11-08T18:13:21.728 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx 2023-11-08T18:13:21.729 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:13:21.729 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx 2023-11-08T18:13:21.729 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.tpddlx ... 2023-11-08T18:13:21.729 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:21.729 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:13:21.730 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:13:21.730 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:13:21.730 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:21.730 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:13:21.730 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:13:21.731 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:13:21.731 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:13:21.731 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:13:21.731 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx 2023-11-08T18:13:21.731 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:13:21.732 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx 2023-11-08T18:13:21.732 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx 2023-11-08T18:13:21.732 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:13:21.732 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx 2023-11-08T18:13:21.732 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.tpddlx ... 2023-11-08T18:13:21.733 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:21.733 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:13:21.733 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:13:21.733 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:13:21.734 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:21.734 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: cephadm 2023-11-08T18:13:20.024611+0000 mgr.smithi019.obqwgt (mgr.14180) 600 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.tpddlx 2023-11-08T18:13:21.734 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: cephadm 2023-11-08T18:13:20.026754+0000 mgr.smithi019.obqwgt (mgr.14180) 601 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.tpddlx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx 2023-11-08T18:13:21.734 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:13:21.735 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx 2023-11-08T18:13:21.735 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx 2023-11-08T18:13:21.735 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:13:21.735 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx 2023-11-08T18:13:21.735 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.tpddlx ... 2023-11-08T18:13:21.735 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:21.736 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:13:21.736 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:13:21.736 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:13:21.736 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:13:21.736 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: cephadm 2023-11-08T18:13:20.030900+0000 mgr.smithi019.obqwgt (mgr.14180) 602 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.cvoooh on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:13:21.737 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: cephadm 2023-11-08T18:13:20.033255+0000 mgr.smithi019.obqwgt (mgr.14180) 603 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:13:21.737 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: cluster 2023-11-08T18:13:20.034287+0000 mgr.smithi019.obqwgt (mgr.14180) 604 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-11-08T18:13:21.737 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:21 smithi019 bash[24123]: cluster 2023-11-08T18:13:20.433514+0000 mon.smithi019 (mon.0) 826 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:13:22.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:22 smithi122 bash[28108]: cluster 2023-11-08T18:13:22.035561+0000 mgr.smithi019.obqwgt (mgr.14180) 605 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-11-08T18:13:22.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:22 smithi019 bash[24123]: cluster 2023-11-08T18:13:22.035561+0000 mgr.smithi019.obqwgt (mgr.14180) 605 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-11-08T18:13:23.612 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:13:23.612 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:16.235683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zoluvl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\nDeploy daemon haproxy.nfs.foo.smithi122.zoluvl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.026495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.tpddlx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\nDeploy daemon haproxy.nfs.foo.smithi019.tpddlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.030771Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.cvoooh on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:13:24.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:13:24.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:24 smithi019 bash[24123]: audit 2023-11-08T18:13:23.551633+0000 mon.smithi019 (mon.0) 827 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:13:24.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:24 smithi019 bash[24123]: audit 2023-11-08T18:13:23.598993+0000 mgr.smithi019.obqwgt (mgr.14180) 606 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:24.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:24 smithi019 bash[24123]: cluster 2023-11-08T18:13:24.036881+0000 mgr.smithi019.obqwgt (mgr.14180) 607 : cluster [DBG] pgmap v433: 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-08T18:13:24.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:24 smithi122 bash[28108]: audit 2023-11-08T18:13:23.551633+0000 mon.smithi019 (mon.0) 827 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:13:24.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:24 smithi122 bash[28108]: audit 2023-11-08T18:13:23.598993+0000 mgr.smithi019.obqwgt (mgr.14180) 606 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:24.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:24 smithi122 bash[28108]: cluster 2023-11-08T18:13:24.036881+0000 mgr.smithi019.obqwgt (mgr.14180) 607 : cluster [DBG] pgmap v433: 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-08T18:13:25.277 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:13:27.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:27 smithi122 bash[28108]: cluster 2023-11-08T18:13:26.037824+0000 mgr.smithi019.obqwgt (mgr.14180) 608 : cluster [DBG] pgmap v434: 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-08T18:13:27.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:27 smithi019 bash[24123]: cluster 2023-11-08T18:13:26.037824+0000 mgr.smithi019.obqwgt (mgr.14180) 608 : cluster [DBG] pgmap v434: 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-08T18:13:28.352 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:13:28.353 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:16.235683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zoluvl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\nDeploy daemon haproxy.nfs.foo.smithi122.zoluvl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.026495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.tpddlx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\nDeploy daemon haproxy.nfs.foo.smithi019.tpddlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.030771Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.cvoooh on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:13:29.083 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:13:29.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:29 smithi019 bash[24123]: cluster 2023-11-08T18:13:28.039430+0000 mgr.smithi019.obqwgt (mgr.14180) 609 : cluster [DBG] pgmap v435: 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-08T18:13:29.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:29 smithi019 bash[24123]: audit 2023-11-08T18:13:28.338244+0000 mgr.smithi019.obqwgt (mgr.14180) 610 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:29.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:29 smithi122 bash[28108]: cluster 2023-11-08T18:13:28.039430+0000 mgr.smithi019.obqwgt (mgr.14180) 609 : cluster [DBG] pgmap v435: 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-08T18:13:29.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:29 smithi122 bash[28108]: audit 2023-11-08T18:13:28.338244+0000 mgr.smithi019.obqwgt (mgr.14180) 610 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:30.084 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:13:30.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:30 smithi019 bash[24123]: audit 2023-11-08T18:13:29.417250+0000 mon.smithi019 (mon.0) 828 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:13:30.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:30 smithi122 bash[28108]: audit 2023-11-08T18:13:29.417250+0000 mon.smithi019 (mon.0) 828 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:13:31.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:31 smithi122 bash[28108]: cluster 2023-11-08T18:13:30.040605+0000 mgr.smithi019.obqwgt (mgr.14180) 611 : cluster [DBG] pgmap v436: 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-08T18:13:31.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:31 smithi019 bash[24123]: cluster 2023-11-08T18:13:30.040605+0000 mgr.smithi019.obqwgt (mgr.14180) 611 : cluster [DBG] pgmap v436: 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-08T18:13:33.233 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:13:33.233 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:16.235683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zoluvl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\nDeploy daemon haproxy.nfs.foo.smithi122.zoluvl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.026495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.tpddlx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\nDeploy daemon haproxy.nfs.foo.smithi019.tpddlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.030771Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.cvoooh on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:13:33.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:33 smithi019 bash[24123]: cluster 2023-11-08T18:13:32.041689+0000 mgr.smithi019.obqwgt (mgr.14180) 612 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:13:33.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:33 smithi122 bash[28108]: cluster 2023-11-08T18:13:32.041689+0000 mgr.smithi019.obqwgt (mgr.14180) 612 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:13:33.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:13:34.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:34 smithi122 bash[28108]: audit 2023-11-08T18:13:33.219430+0000 mgr.smithi019.obqwgt (mgr.14180) 613 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:34.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:34 smithi019 bash[24123]: audit 2023-11-08T18:13:33.219430+0000 mgr.smithi019.obqwgt (mgr.14180) 613 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:34.958 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:13:35.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:35 smithi122 bash[28108]: cluster 2023-11-08T18:13:34.042969+0000 mgr.smithi019.obqwgt (mgr.14180) 614 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:13:35.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:35 smithi019 bash[24123]: cluster 2023-11-08T18:13:34.042969+0000 mgr.smithi019.obqwgt (mgr.14180) 614 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:13:36.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:36 smithi019 bash[24123]: cluster 2023-11-08T18:13:36.043992+0000 mgr.smithi019.obqwgt (mgr.14180) 615 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:13:36.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:36 smithi122 bash[28108]: cluster 2023-11-08T18:13:36.043992+0000 mgr.smithi019.obqwgt (mgr.14180) 615 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:13:38.107 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:13:38.107 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:16.235683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zoluvl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\nDeploy daemon haproxy.nfs.foo.smithi122.zoluvl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.026495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.tpddlx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\nDeploy daemon haproxy.nfs.foo.smithi019.tpddlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.030771Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.cvoooh on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:13:38.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:13:39.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:39 smithi122 bash[28108]: cluster 2023-11-08T18:13:38.045614+0000 mgr.smithi019.obqwgt (mgr.14180) 616 : cluster [DBG] pgmap v440: 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-08T18:13:39.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:39 smithi122 bash[28108]: audit 2023-11-08T18:13:38.093190+0000 mgr.smithi019.obqwgt (mgr.14180) 617 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:39.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:39 smithi019 bash[24123]: cluster 2023-11-08T18:13:38.045614+0000 mgr.smithi019.obqwgt (mgr.14180) 616 : cluster [DBG] pgmap v440: 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-08T18:13:39.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:39 smithi019 bash[24123]: audit 2023-11-08T18:13:38.093190+0000 mgr.smithi019.obqwgt (mgr.14180) 617 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:39.785 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:13:41.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:41 smithi019 bash[24123]: cluster 2023-11-08T18:13:40.046646+0000 mgr.smithi019.obqwgt (mgr.14180) 618 : 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-08T18:13:41.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:41 smithi122 bash[28108]: cluster 2023-11-08T18:13:40.046646+0000 mgr.smithi019.obqwgt (mgr.14180) 618 : 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-08T18:13:42.794 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:13:42.794 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:16.235683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zoluvl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\nDeploy daemon haproxy.nfs.foo.smithi122.zoluvl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.026495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.tpddlx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\nDeploy daemon haproxy.nfs.foo.smithi019.tpddlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.030771Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.cvoooh on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:13:43.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:43 smithi019 bash[24123]: cluster 2023-11-08T18:13:42.047859+0000 mgr.smithi019.obqwgt (mgr.14180) 619 : 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-08T18:13:43.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:43 smithi122 bash[28108]: cluster 2023-11-08T18:13:42.047859+0000 mgr.smithi019.obqwgt (mgr.14180) 619 : 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-08T18:13:43.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:13:44.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:44 smithi122 bash[28108]: audit 2023-11-08T18:13:42.778607+0000 mgr.smithi019.obqwgt (mgr.14180) 620 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:44.525 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:13:44.538 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:44 smithi019 bash[24123]: audit 2023-11-08T18:13:42.778607+0000 mgr.smithi019.obqwgt (mgr.14180) 620 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:45.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:45 smithi122 bash[28108]: cluster 2023-11-08T18:13:44.049240+0000 mgr.smithi019.obqwgt (mgr.14180) 621 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:13:45.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:45 smithi019 bash[24123]: cluster 2023-11-08T18:13:44.049240+0000 mgr.smithi019.obqwgt (mgr.14180) 621 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:13:47.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:47 smithi122 bash[28108]: cluster 2023-11-08T18:13:46.050199+0000 mgr.smithi019.obqwgt (mgr.14180) 622 : 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-08T18:13:47.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:47 smithi019 bash[24123]: cluster 2023-11-08T18:13:46.050199+0000 mgr.smithi019.obqwgt (mgr.14180) 622 : 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-08T18:13:47.720 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:13:47.720 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:16.235683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zoluvl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\nDeploy daemon haproxy.nfs.foo.smithi122.zoluvl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.026495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.tpddlx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\nDeploy daemon haproxy.nfs.foo.smithi019.tpddlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.030771Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.cvoooh on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:13:48.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:13:49.463 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:13:49.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:49 smithi122 bash[28108]: audit 2023-11-08T18:13:47.707497+0000 mgr.smithi019.obqwgt (mgr.14180) 623 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:49.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:49 smithi122 bash[28108]: cluster 2023-11-08T18:13:48.051705+0000 mgr.smithi019.obqwgt (mgr.14180) 624 : cluster [DBG] pgmap v445: 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-08T18:13:49.477 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:49 smithi019 bash[24123]: audit 2023-11-08T18:13:47.707497+0000 mgr.smithi019.obqwgt (mgr.14180) 623 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:49.477 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:49 smithi019 bash[24123]: cluster 2023-11-08T18:13:48.051705+0000 mgr.smithi019.obqwgt (mgr.14180) 624 : cluster [DBG] pgmap v445: 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-08T18:13:51.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:51 smithi019 bash[24123]: cluster 2023-11-08T18:13:50.052777+0000 mgr.smithi019.obqwgt (mgr.14180) 625 : 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-08T18:13:51.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:51 smithi122 bash[28108]: cluster 2023-11-08T18:13:50.052777+0000 mgr.smithi019.obqwgt (mgr.14180) 625 : 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-08T18:13:52.777 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:13:52.777 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:16.235683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zoluvl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\nDeploy daemon haproxy.nfs.foo.smithi122.zoluvl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.026495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.tpddlx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\nDeploy daemon haproxy.nfs.foo.smithi019.tpddlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.030771Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.cvoooh on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:13:53.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:53 smithi019 bash[24123]: cluster 2023-11-08T18:13:52.054101+0000 mgr.smithi019.obqwgt (mgr.14180) 626 : 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-08T18:13:53.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:53 smithi122 bash[28108]: cluster 2023-11-08T18:13:52.054101+0000 mgr.smithi019.obqwgt (mgr.14180) 626 : 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-08T18:13:53.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:13:54.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:54 smithi122 bash[28108]: audit 2023-11-08T18:13:52.760364+0000 mgr.smithi019.obqwgt (mgr.14180) 627 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:54.488 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:13:54.502 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:54 smithi019 bash[24123]: audit 2023-11-08T18:13:52.760364+0000 mgr.smithi019.obqwgt (mgr.14180) 627 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:55.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:55 smithi122 bash[28108]: cluster 2023-11-08T18:13:54.055438+0000 mgr.smithi019.obqwgt (mgr.14180) 628 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:13:55.530 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:55 smithi019 bash[24123]: cluster 2023-11-08T18:13:54.055438+0000 mgr.smithi019.obqwgt (mgr.14180) 628 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:13:57.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:57 smithi122 bash[28108]: cluster 2023-11-08T18:13:56.056540+0000 mgr.smithi019.obqwgt (mgr.14180) 629 : 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-08T18:13:57.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:57 smithi019 bash[24123]: cluster 2023-11-08T18:13:56.056540+0000 mgr.smithi019.obqwgt (mgr.14180) 629 : 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-08T18:13:57.619 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:13:57.619 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:16.235683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zoluvl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\nDeploy daemon haproxy.nfs.foo.smithi122.zoluvl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.026495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.tpddlx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\nDeploy daemon haproxy.nfs.foo.smithi019.tpddlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.030771Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.cvoooh on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:13:58.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:13:59.322 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:13:59.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:59 smithi122 bash[28108]: audit 2023-11-08T18:13:57.601994+0000 mgr.smithi019.obqwgt (mgr.14180) 630 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:59.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:13:59 smithi122 bash[28108]: cluster 2023-11-08T18:13:58.057416+0000 mgr.smithi019.obqwgt (mgr.14180) 631 : cluster [DBG] pgmap v450: 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-08T18:13:59.530 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:59 smithi019 bash[24123]: audit 2023-11-08T18:13:57.601994+0000 mgr.smithi019.obqwgt (mgr.14180) 630 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:13:59.530 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:13:59 smithi019 bash[24123]: cluster 2023-11-08T18:13:58.057416+0000 mgr.smithi019.obqwgt (mgr.14180) 631 : cluster [DBG] pgmap v450: 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-08T18:14:01.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:01 smithi122 bash[28108]: cluster 2023-11-08T18:14:00.058381+0000 mgr.smithi019.obqwgt (mgr.14180) 632 : 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-08T18:14:01.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:01 smithi019 bash[24123]: cluster 2023-11-08T18:14:00.058381+0000 mgr.smithi019.obqwgt (mgr.14180) 632 : 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-08T18:14:02.365 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:14:02.365 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:16.235683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zoluvl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\nDeploy daemon haproxy.nfs.foo.smithi122.zoluvl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.026495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.tpddlx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\nDeploy daemon haproxy.nfs.foo.smithi019.tpddlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.030771Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.cvoooh on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:14:03.099 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:14:03.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:03 smithi122 bash[28108]: cluster 2023-11-08T18:14:02.059637+0000 mgr.smithi019.obqwgt (mgr.14180) 633 : 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-08T18:14:03.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:03 smithi122 bash[28108]: audit 2023-11-08T18:14:02.347872+0000 mgr.smithi019.obqwgt (mgr.14180) 634 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:03.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:03 smithi019 bash[24123]: cluster 2023-11-08T18:14:02.059637+0000 mgr.smithi019.obqwgt (mgr.14180) 633 : 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-08T18:14:03.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:03 smithi019 bash[24123]: audit 2023-11-08T18:14:02.347872+0000 mgr.smithi019.obqwgt (mgr.14180) 634 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:04.101 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:14:04.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:04 smithi122 bash[28108]: cluster 2023-11-08T18:14:04.060854+0000 mgr.smithi019.obqwgt (mgr.14180) 635 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:14:05.061 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:04 smithi019 bash[24123]: cluster 2023-11-08T18:14:04.060854+0000 mgr.smithi019.obqwgt (mgr.14180) 635 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:14:06.990 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:14:06.990 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:16.235683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zoluvl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\nDeploy daemon haproxy.nfs.foo.smithi122.zoluvl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.026495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.tpddlx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\nDeploy daemon haproxy.nfs.foo.smithi019.tpddlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.030771Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.cvoooh on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:14:07.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:07 smithi019 bash[24123]: cluster 2023-11-08T18:14:06.061744+0000 mgr.smithi019.obqwgt (mgr.14180) 636 : 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-08T18:14:07.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:07 smithi122 bash[28108]: cluster 2023-11-08T18:14:06.061744+0000 mgr.smithi019.obqwgt (mgr.14180) 636 : 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-08T18:14:07.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:14:08.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:08 smithi122 bash[28108]: audit 2023-11-08T18:14:06.972418+0000 mgr.smithi019.obqwgt (mgr.14180) 637 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:08.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:08 smithi019 bash[24123]: audit 2023-11-08T18:14:06.972418+0000 mgr.smithi019.obqwgt (mgr.14180) 637 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:08.728 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:14:09.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:09 smithi019 bash[24123]: cluster 2023-11-08T18:14:08.063159+0000 mgr.smithi019.obqwgt (mgr.14180) 638 : cluster [DBG] pgmap v455: 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-08T18:14:09.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:09 smithi122 bash[28108]: cluster 2023-11-08T18:14:08.063159+0000 mgr.smithi019.obqwgt (mgr.14180) 638 : cluster [DBG] pgmap v455: 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-08T18:14:11.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:11 smithi122 bash[28108]: cluster 2023-11-08T18:14:10.064190+0000 mgr.smithi019.obqwgt (mgr.14180) 639 : 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-08T18:14:11.555 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:11 smithi019 bash[24123]: cluster 2023-11-08T18:14:10.064190+0000 mgr.smithi019.obqwgt (mgr.14180) 639 : 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-08T18:14:11.984 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:14:11.985 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:16.235683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zoluvl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\nDeploy daemon haproxy.nfs.foo.smithi122.zoluvl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.026495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.tpddlx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\nDeploy daemon haproxy.nfs.foo.smithi019.tpddlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.030771Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.cvoooh on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:14:12.706 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:14:13.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:13 smithi122 bash[28108]: audit 2023-11-08T18:14:11.966486+0000 mgr.smithi019.obqwgt (mgr.14180) 640 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:13.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:13 smithi122 bash[28108]: cluster 2023-11-08T18:14:12.065492+0000 mgr.smithi019.obqwgt (mgr.14180) 641 : 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-08T18:14:13.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:13 smithi019 bash[24123]: audit 2023-11-08T18:14:11.966486+0000 mgr.smithi019.obqwgt (mgr.14180) 640 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:13.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:13 smithi019 bash[24123]: cluster 2023-11-08T18:14:12.065492+0000 mgr.smithi019.obqwgt (mgr.14180) 641 : 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-08T18:14:13.708 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:14:14.878 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:14 smithi019 bash[24123]: cluster 2023-11-08T18:14:14.066216+0000 mgr.smithi019.obqwgt (mgr.14180) 642 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:14:14.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:14 smithi122 bash[28108]: cluster 2023-11-08T18:14:14.066216+0000 mgr.smithi019.obqwgt (mgr.14180) 642 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:14:16.728 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:14:16.729 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:16.235683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zoluvl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\nDeploy daemon haproxy.nfs.foo.smithi122.zoluvl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.026495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.tpddlx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\nDeploy daemon haproxy.nfs.foo.smithi019.tpddlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.030771Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.cvoooh on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:14:17.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:17 smithi019 bash[24123]: cluster 2023-11-08T18:14:16.067310+0000 mgr.smithi019.obqwgt (mgr.14180) 643 : 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-08T18:14:17.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:17 smithi122 bash[28108]: cluster 2023-11-08T18:14:16.067310+0000 mgr.smithi019.obqwgt (mgr.14180) 643 : 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-08T18:14:17.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:14:18.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:18 smithi122 bash[28108]: audit 2023-11-08T18:14:16.711483+0000 mgr.smithi019.obqwgt (mgr.14180) 644 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:18.509 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:14:18.523 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:18 smithi019 bash[24123]: audit 2023-11-08T18:14:16.711483+0000 mgr.smithi019.obqwgt (mgr.14180) 644 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:19.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:19 smithi122 bash[28108]: cluster 2023-11-08T18:14:18.068768+0000 mgr.smithi019.obqwgt (mgr.14180) 645 : cluster [DBG] pgmap v460: 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-08T18:14:19.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:19 smithi019 bash[24123]: cluster 2023-11-08T18:14:18.068768+0000 mgr.smithi019.obqwgt (mgr.14180) 645 : cluster [DBG] pgmap v460: 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-08T18:14:20.466 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:20 smithi019 bash[24123]: audit 2023-11-08T18:14:20.037534+0000 mon.smithi019 (mon.0) 829 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:14:20.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:20 smithi122 bash[28108]: audit 2023-11-08T18:14:20.037534+0000 mon.smithi019 (mon.0) 829 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:14:21.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:21 smithi122 bash[28108]: cluster 2023-11-08T18:14:20.069529+0000 mgr.smithi019.obqwgt (mgr.14180) 646 : 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-08T18:14:21.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:21 smithi122 bash[28108]: audit 2023-11-08T18:14:20.301705+0000 mon.smithi019 (mon.0) 830 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:14:21.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:21 smithi122 bash[28108]: audit 2023-11-08T18:14:20.302528+0000 mon.smithi019 (mon.0) 831 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:14:21.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:21 smithi122 bash[28108]: audit 2023-11-08T18:14:20.303267+0000 mon.smithi019 (mon.0) 832 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:14:21.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:21 smithi122 bash[28108]: audit 2023-11-08T18:14:20.304038+0000 mon.smithi019 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:14:21.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:21 smithi122 bash[28108]: cephadm 2023-11-08T18:14:20.304691+0000 mgr.smithi019.obqwgt (mgr.14180) 647 : cephadm [INF] Adjusting osd_memory_target on smithi019 to 1981M 2023-11-08T18:14:21.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:21 smithi122 bash[28108]: audit 2023-11-08T18:14:20.311579+0000 mon.smithi019 (mon.0) 834 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:14:21.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:21 smithi122 bash[28108]: audit 2023-11-08T18:14:20.336929+0000 mon.smithi019 (mon.0) 835 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:14:21.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:21 smithi122 bash[28108]: audit 2023-11-08T18:14:20.338187+0000 mon.smithi019 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:14:21.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:21 smithi122 bash[28108]: audit 2023-11-08T18:14:20.339347+0000 mon.smithi019 (mon.0) 837 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:14:21.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:21 smithi122 bash[28108]: audit 2023-11-08T18:14:20.340439+0000 mon.smithi019 (mon.0) 838 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:14:21.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:21 smithi122 bash[28108]: cephadm 2023-11-08T18:14:20.341306+0000 mgr.smithi019.obqwgt (mgr.14180) 648 : cephadm [INF] Adjusting osd_memory_target on smithi122 to 2748M 2023-11-08T18:14:21.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:21 smithi122 bash[28108]: audit 2023-11-08T18:14:20.346558+0000 mon.smithi019 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:14:21.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:21 smithi122 bash[28108]: audit 2023-11-08T18:14:20.347591+0000 mon.smithi019 (mon.0) 840 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:14:21.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:21 smithi122 bash[28108]: audit 2023-11-08T18:14:20.348535+0000 mon.smithi019 (mon.0) 841 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:14:21.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:21 smithi122 bash[28108]: audit 2023-11-08T18:14:20.353831+0000 mon.smithi019 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:14:21.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:21 smithi122 bash[28108]: cluster 2023-11-08T18:14:20.354673+0000 mgr.smithi019.obqwgt (mgr.14180) 649 : cluster [DBG] pgmap v462: 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-08T18:14:21.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:21 smithi122 bash[28108]: audit 2023-11-08T18:14:20.360506+0000 mon.smithi019 (mon.0) 843 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:14:21.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:21 smithi122 bash[28108]: audit 2023-11-08T18:14:20.372871+0000 mon.smithi019 (mon.0) 844 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:14:21.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:21 smithi122 bash[28108]: cephadm 2023-11-08T18:14:20.376979+0000 mgr.smithi019.obqwgt (mgr.14180) 650 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.ozkxwe on smithi122 2023-11-08T18:14:21.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:21 smithi019 bash[24123]: cluster 2023-11-08T18:14:20.069529+0000 mgr.smithi019.obqwgt (mgr.14180) 646 : 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-08T18:14:21.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:21 smithi019 bash[24123]: audit 2023-11-08T18:14:20.301705+0000 mon.smithi019 (mon.0) 830 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:14:21.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:21 smithi019 bash[24123]: audit 2023-11-08T18:14:20.302528+0000 mon.smithi019 (mon.0) 831 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:14:21.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:21 smithi019 bash[24123]: audit 2023-11-08T18:14:20.303267+0000 mon.smithi019 (mon.0) 832 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:14:21.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:21 smithi019 bash[24123]: audit 2023-11-08T18:14:20.304038+0000 mon.smithi019 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:14:21.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:21 smithi019 bash[24123]: cephadm 2023-11-08T18:14:20.304691+0000 mgr.smithi019.obqwgt (mgr.14180) 647 : cephadm [INF] Adjusting osd_memory_target on smithi019 to 1981M 2023-11-08T18:14:21.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:21 smithi019 bash[24123]: audit 2023-11-08T18:14:20.311579+0000 mon.smithi019 (mon.0) 834 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:14:21.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:21 smithi019 bash[24123]: audit 2023-11-08T18:14:20.336929+0000 mon.smithi019 (mon.0) 835 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:14:21.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:21 smithi019 bash[24123]: audit 2023-11-08T18:14:20.338187+0000 mon.smithi019 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:14:21.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:21 smithi019 bash[24123]: audit 2023-11-08T18:14:20.339347+0000 mon.smithi019 (mon.0) 837 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:14:21.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:21 smithi019 bash[24123]: audit 2023-11-08T18:14:20.340439+0000 mon.smithi019 (mon.0) 838 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T18:14:21.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:21 smithi019 bash[24123]: cephadm 2023-11-08T18:14:20.341306+0000 mgr.smithi019.obqwgt (mgr.14180) 648 : cephadm [INF] Adjusting osd_memory_target on smithi122 to 2748M 2023-11-08T18:14:21.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:21 smithi019 bash[24123]: audit 2023-11-08T18:14:20.346558+0000 mon.smithi019 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:14:21.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:21 smithi019 bash[24123]: audit 2023-11-08T18:14:20.347591+0000 mon.smithi019 (mon.0) 840 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:14:21.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:21 smithi019 bash[24123]: audit 2023-11-08T18:14:20.348535+0000 mon.smithi019 (mon.0) 841 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:14:21.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:21 smithi019 bash[24123]: audit 2023-11-08T18:14:20.353831+0000 mon.smithi019 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:14:21.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:21 smithi019 bash[24123]: cluster 2023-11-08T18:14:20.354673+0000 mgr.smithi019.obqwgt (mgr.14180) 649 : cluster [DBG] pgmap v462: 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-08T18:14:21.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:21 smithi019 bash[24123]: audit 2023-11-08T18:14:20.360506+0000 mon.smithi019 (mon.0) 843 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:14:21.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:21 smithi019 bash[24123]: audit 2023-11-08T18:14:20.372871+0000 mon.smithi019 (mon.0) 844 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:14:21.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:21 smithi019 bash[24123]: cephadm 2023-11-08T18:14:20.376979+0000 mgr.smithi019.obqwgt (mgr.14180) 650 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.ozkxwe on smithi122 2023-11-08T18:14:21.712 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:14:21.712 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:12:12.010366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrduwn on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:16.235683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zoluvl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\nDeploy daemon haproxy.nfs.foo.smithi122.zoluvl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.026495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.tpddlx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\nDeploy daemon haproxy.nfs.foo.smithi019.tpddlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.030771Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.cvoooh on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:14:22.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:22 smithi019 bash[24123]: cluster 2023-11-08T18:14:21.352179+0000 mon.smithi019 (mon.0) 845 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:14:22.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:22 smithi019 bash[24123]: cluster 2023-11-08T18:14:21.352255+0000 mon.smithi019 (mon.0) 846 : cluster [INF] Cluster is now healthy 2023-11-08T18:14:22.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:22 smithi122 bash[28108]: cluster 2023-11-08T18:14:21.352179+0000 mon.smithi019 (mon.0) 845 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:14:22.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:22 smithi122 bash[28108]: cluster 2023-11-08T18:14:21.352255+0000 mon.smithi019 (mon.0) 846 : cluster [INF] Cluster is now healthy 2023-11-08T18:14:22.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:14:23.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:23 smithi122 bash[28108]: audit 2023-11-08T18:14:21.698576+0000 mgr.smithi019.obqwgt (mgr.14180) 651 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:23.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:23 smithi122 bash[28108]: cluster 2023-11-08T18:14:22.355336+0000 mgr.smithi019.obqwgt (mgr.14180) 652 : cluster [DBG] pgmap v463: 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-08T18:14:23.543 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:14:23.556 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:23 smithi019 bash[24123]: audit 2023-11-08T18:14:21.698576+0000 mgr.smithi019.obqwgt (mgr.14180) 651 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:23.557 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:23 smithi019 bash[24123]: cluster 2023-11-08T18:14:22.355336+0000 mgr.smithi019.obqwgt (mgr.14180) 652 : cluster [DBG] pgmap v463: 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-08T18:14:24.867 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: cephadm 2023-11-08T18:14:24.311445+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe 2023-11-08T18:14:24.867 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:14:24.867 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe 2023-11-08T18:14:24.867 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe 2023-11-08T18:14:24.868 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:14:24.868 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe 2023-11-08T18:14:24.868 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.ozkxwe ... 2023-11-08T18:14:24.868 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:24.868 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:14:24.869 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:14:24.869 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:14:24.869 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:24.869 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:14:24.869 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:14:24.870 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:14:24.870 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:14:24.870 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:14:24.870 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe 2023-11-08T18:14:24.870 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:14:24.871 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe 2023-11-08T18:14:24.871 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe 2023-11-08T18:14:24.871 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:14:24.871 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe 2023-11-08T18:14:24.871 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.ozkxwe ... 2023-11-08T18:14:24.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:24.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:14:24.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:14:24.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:14:24.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:24.872 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: cephadm 2023-11-08T18:14:24.312008+0000 mgr.smithi019.obqwgt (mgr.14180) 654 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.ozkxwe 2023-11-08T18:14:24.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: audit 2023-11-08T18:14:24.312629+0000 mon.smithi019 (mon.0) 847 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.ozkxwe"}]: dispatch 2023-11-08T18:14:24.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: cephadm 2023-11-08T18:14:24.313660+0000 mgr.smithi019.obqwgt (mgr.14180) 655 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.ozkxwe on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe 2023-11-08T18:14:24.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:14:24.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe 2023-11-08T18:14:24.873 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe 2023-11-08T18:14:24.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:14:24.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe 2023-11-08T18:14:24.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.ozkxwe ... 2023-11-08T18:14:24.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:24.874 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:14:24.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:14:24.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:14:24.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:24.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: cephadm 2023-11-08T18:14:24.316702+0000 mgr.smithi019.obqwgt (mgr.14180) 656 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.evftko on smithi019 2023-11-08T18:14:24.875 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:24 smithi019 bash[24123]: cluster 2023-11-08T18:14:24.355977+0000 mgr.smithi019.obqwgt (mgr.14180) 657 : cluster [DBG] pgmap v464: 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-08T18:14:24.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: cephadm 2023-11-08T18:14:24.311445+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe 2023-11-08T18:14:24.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:14:24.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe 2023-11-08T18:14:24.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe 2023-11-08T18:14:24.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:14:24.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe 2023-11-08T18:14:24.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.ozkxwe ... 2023-11-08T18:14:24.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:24.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:14:24.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:14:24.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:14:24.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:24.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:14:24.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:14:24.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:14:24.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:14:24.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:14:24.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe 2023-11-08T18:14:24.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:14:24.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe 2023-11-08T18:14:24.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe 2023-11-08T18:14:24.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:14:24.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe 2023-11-08T18:14:24.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.ozkxwe ... 2023-11-08T18:14:24.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:24.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:14:24.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:14:24.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:14:24.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:24.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: cephadm 2023-11-08T18:14:24.312008+0000 mgr.smithi019.obqwgt (mgr.14180) 654 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.ozkxwe 2023-11-08T18:14:24.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: audit 2023-11-08T18:14:24.312629+0000 mon.smithi019 (mon.0) 847 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.ozkxwe"}]: dispatch 2023-11-08T18:14:24.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: cephadm 2023-11-08T18:14:24.313660+0000 mgr.smithi019.obqwgt (mgr.14180) 655 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.ozkxwe on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe 2023-11-08T18:14:24.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:14:24.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe 2023-11-08T18:14:24.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe 2023-11-08T18:14:24.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:14:24.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe 2023-11-08T18:14:24.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.ozkxwe ... 2023-11-08T18:14:24.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:24.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:14:24.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:14:24.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:14:24.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:24.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: cephadm 2023-11-08T18:14:24.316702+0000 mgr.smithi019.obqwgt (mgr.14180) 656 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.evftko on smithi019 2023-11-08T18:14:24.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:24 smithi122 bash[28108]: cluster 2023-11-08T18:14:24.355977+0000 mgr.smithi019.obqwgt (mgr.14180) 657 : cluster [DBG] pgmap v464: 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-08T18:14:26.521 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:14:26.521 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:13:16.235683Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.zoluvl on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-zoluvl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.zoluvl\nDeploy daemon haproxy.nfs.foo.smithi122.zoluvl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.026495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.tpddlx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-tpddlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.tpddlx\nDeploy daemon haproxy.nfs.foo.smithi019.tpddlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:13:20.030771Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.cvoooh on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:24.313527Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ozkxwe on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\nDeploy daemon haproxy.nfs.foo.smithi122.ozkxwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:14:27.258 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:14:27.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:27 smithi019 bash[24123]: cluster 2023-11-08T18:14:26.356739+0000 mgr.smithi019.obqwgt (mgr.14180) 658 : cluster [DBG] pgmap v465: 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-08T18:14:27.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:27 smithi122 bash[28108]: cluster 2023-11-08T18:14:26.356739+0000 mgr.smithi019.obqwgt (mgr.14180) 658 : cluster [DBG] pgmap v465: 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-08T18:14:28.259 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:14:28.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:28 smithi019 bash[24123]: audit 2023-11-08T18:14:26.501877+0000 mgr.smithi019.obqwgt (mgr.14180) 659 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:28.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:28 smithi019 bash[24123]: audit 2023-11-08T18:14:28.087173+0000 mon.smithi019 (mon.0) 848 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.evftko"}]: dispatch 2023-11-08T18:14:28.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:28 smithi122 bash[28108]: audit 2023-11-08T18:14:26.501877+0000 mgr.smithi019.obqwgt (mgr.14180) 659 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:28.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:28 smithi122 bash[28108]: audit 2023-11-08T18:14:28.087173+0000 mon.smithi019 (mon.0) 848 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.evftko"}]: dispatch 2023-11-08T18:14:29.701 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: cephadm 2023-11-08T18:14:28.085969+0000 mgr.smithi019.obqwgt (mgr.14180) 660 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko 2023-11-08T18:14:29.701 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:14:29.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko 2023-11-08T18:14:29.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko 2023-11-08T18:14:29.702 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:14:29.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko 2023-11-08T18:14:29.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.evftko ... 2023-11-08T18:14:29.703 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:29.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:14:29.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:14:29.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:14:29.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:29.704 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:14:29.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:14:29.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:14:29.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:14:29.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:14:29.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko 2023-11-08T18:14:29.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:14:29.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko 2023-11-08T18:14:29.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko 2023-11-08T18:14:29.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:14:29.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko 2023-11-08T18:14:29.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.evftko ... 2023-11-08T18:14:29.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:29.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:14:29.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:14:29.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:14:29.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:29.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: cephadm 2023-11-08T18:14:28.086497+0000 mgr.smithi019.obqwgt (mgr.14180) 661 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.evftko 2023-11-08T18:14:29.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: cephadm 2023-11-08T18:14:28.088709+0000 mgr.smithi019.obqwgt (mgr.14180) 662 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.evftko on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko 2023-11-08T18:14:29.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:14:29.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko 2023-11-08T18:14:29.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko 2023-11-08T18:14:29.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:14:29.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko 2023-11-08T18:14:29.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.evftko ... 2023-11-08T18:14:29.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:29.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:14:29.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:14:29.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:14:29.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:29.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: cephadm 2023-11-08T18:14:28.092002+0000 mgr.smithi019.obqwgt (mgr.14180) 663 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.jzosov on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:14:29.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: cephadm 2023-11-08T18:14:28.094233+0000 mgr.smithi019.obqwgt (mgr.14180) 664 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:14:29.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: cluster 2023-11-08T18:14:28.095455+0000 mgr.smithi019.obqwgt (mgr.14180) 665 : cluster [DBG] pgmap v466: 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-08T18:14:29.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: cluster 2023-11-08T18:14:28.414810+0000 mon.smithi019 (mon.0) 849 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:14:29.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:29 smithi019 bash[24123]: audit 2023-11-08T18:14:28.599412+0000 mon.smithi019 (mon.0) 850 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:14:29.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: cephadm 2023-11-08T18:14:28.085969+0000 mgr.smithi019.obqwgt (mgr.14180) 660 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko 2023-11-08T18:14:29.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:14:29.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko 2023-11-08T18:14:29.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko 2023-11-08T18:14:29.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:14:29.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko 2023-11-08T18:14:29.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.evftko ... 2023-11-08T18:14:29.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:29.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:14:29.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:14:29.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:14:29.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:29.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:14:29.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:14:29.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:14:29.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:14:29.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:14:29.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko 2023-11-08T18:14:29.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:14:29.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko 2023-11-08T18:14:29.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko 2023-11-08T18:14:29.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:14:29.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko 2023-11-08T18:14:29.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.evftko ... 2023-11-08T18:14:29.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:29.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:14:29.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:14:29.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:14:29.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:29.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: cephadm 2023-11-08T18:14:28.086497+0000 mgr.smithi019.obqwgt (mgr.14180) 661 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.evftko 2023-11-08T18:14:29.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: cephadm 2023-11-08T18:14:28.088709+0000 mgr.smithi019.obqwgt (mgr.14180) 662 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.evftko on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko 2023-11-08T18:14:29.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:14:29.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko 2023-11-08T18:14:29.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko 2023-11-08T18:14:29.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:14:29.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko 2023-11-08T18:14:29.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.evftko ... 2023-11-08T18:14:29.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:29.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:14:29.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:14:29.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:14:29.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:14:29.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: cephadm 2023-11-08T18:14:28.092002+0000 mgr.smithi019.obqwgt (mgr.14180) 663 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.jzosov on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:14:29.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: cephadm 2023-11-08T18:14:28.094233+0000 mgr.smithi019.obqwgt (mgr.14180) 664 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:14:29.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: cluster 2023-11-08T18:14:28.095455+0000 mgr.smithi019.obqwgt (mgr.14180) 665 : cluster [DBG] pgmap v466: 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-08T18:14:29.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: cluster 2023-11-08T18:14:28.414810+0000 mon.smithi019 (mon.0) 849 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:14:29.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:29 smithi122 bash[28108]: audit 2023-11-08T18:14:28.599412+0000 mon.smithi019 (mon.0) 850 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:14:31.414 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:14:31.414 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:24.313527Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ozkxwe on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\nDeploy daemon haproxy.nfs.foo.smithi122.ozkxwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.088416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.evftko on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\nDeploy daemon haproxy.nfs.foo.smithi019.evftko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.091870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jzosov on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:14:31.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:31 smithi122 bash[28108]: cluster 2023-11-08T18:14:30.096418+0000 mgr.smithi019.obqwgt (mgr.14180) 666 : cluster [DBG] pgmap v467: 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-08T18:14:31.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:31 smithi019 bash[24123]: cluster 2023-11-08T18:14:30.096418+0000 mgr.smithi019.obqwgt (mgr.14180) 666 : cluster [DBG] pgmap v467: 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-08T18:14:32.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:14:32.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:32 smithi122 bash[28108]: audit 2023-11-08T18:14:31.401024+0000 mgr.smithi019.obqwgt (mgr.14180) 667 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:32.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:32 smithi019 bash[24123]: audit 2023-11-08T18:14:31.401024+0000 mgr.smithi019.obqwgt (mgr.14180) 667 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:33.135 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:14:33.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:33 smithi122 bash[28108]: cluster 2023-11-08T18:14:32.097725+0000 mgr.smithi019.obqwgt (mgr.14180) 668 : cluster [DBG] pgmap v468: 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-08T18:14:33.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:33 smithi019 bash[24123]: cluster 2023-11-08T18:14:32.097725+0000 mgr.smithi019.obqwgt (mgr.14180) 668 : cluster [DBG] pgmap v468: 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-08T18:14:34.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:34 smithi019 bash[24123]: cluster 2023-11-08T18:14:34.098600+0000 mgr.smithi019.obqwgt (mgr.14180) 669 : cluster [DBG] pgmap v469: 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-08T18:14:34.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:34 smithi122 bash[28108]: cluster 2023-11-08T18:14:34.098600+0000 mgr.smithi019.obqwgt (mgr.14180) 669 : cluster [DBG] pgmap v469: 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-08T18:14:36.271 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:14:36.272 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:24.313527Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ozkxwe on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\nDeploy daemon haproxy.nfs.foo.smithi122.ozkxwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.088416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.evftko on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\nDeploy daemon haproxy.nfs.foo.smithi019.evftko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.091870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jzosov on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:14:36.941 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:14:37.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:37 smithi019 bash[24123]: cluster 2023-11-08T18:14:36.099592+0000 mgr.smithi019.obqwgt (mgr.14180) 670 : cluster [DBG] pgmap v470: 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-08T18:14:37.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:37 smithi019 bash[24123]: audit 2023-11-08T18:14:36.253292+0000 mgr.smithi019.obqwgt (mgr.14180) 671 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:37.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:37 smithi122 bash[28108]: cluster 2023-11-08T18:14:36.099592+0000 mgr.smithi019.obqwgt (mgr.14180) 670 : cluster [DBG] pgmap v470: 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-08T18:14:37.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:37 smithi122 bash[28108]: audit 2023-11-08T18:14:36.253292+0000 mgr.smithi019.obqwgt (mgr.14180) 671 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:37.942 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:14:39.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:39 smithi019 bash[24123]: cluster 2023-11-08T18:14:38.100694+0000 mgr.smithi019.obqwgt (mgr.14180) 672 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 348 B/s rd, 0 op/s 2023-11-08T18:14:39.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:39 smithi122 bash[28108]: cluster 2023-11-08T18:14:38.100694+0000 mgr.smithi019.obqwgt (mgr.14180) 672 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 348 B/s rd, 0 op/s 2023-11-08T18:14:41.132 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:14:41.133 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:24.313527Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ozkxwe on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\nDeploy daemon haproxy.nfs.foo.smithi122.ozkxwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.088416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.evftko on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\nDeploy daemon haproxy.nfs.foo.smithi019.evftko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.091870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jzosov on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:14:41.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:41 smithi122 bash[28108]: cluster 2023-11-08T18:14:40.101758+0000 mgr.smithi019.obqwgt (mgr.14180) 673 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:14:41.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:41 smithi019 bash[24123]: cluster 2023-11-08T18:14:40.101758+0000 mgr.smithi019.obqwgt (mgr.14180) 673 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:14:41.854 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:14:42.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:42 smithi122 bash[28108]: audit 2023-11-08T18:14:41.116733+0000 mgr.smithi019.obqwgt (mgr.14180) 674 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:42.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:42 smithi019 bash[24123]: audit 2023-11-08T18:14:41.116733+0000 mgr.smithi019.obqwgt (mgr.14180) 674 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:42.855 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:14:43.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:43 smithi019 bash[24123]: cluster 2023-11-08T18:14:42.103050+0000 mgr.smithi019.obqwgt (mgr.14180) 675 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:14:43.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:43 smithi122 bash[28108]: cluster 2023-11-08T18:14:42.103050+0000 mgr.smithi019.obqwgt (mgr.14180) 675 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:14:44.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:44 smithi122 bash[28108]: cluster 2023-11-08T18:14:44.104550+0000 mgr.smithi019.obqwgt (mgr.14180) 676 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:14:45.092 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:44 smithi019 bash[24123]: cluster 2023-11-08T18:14:44.104550+0000 mgr.smithi019.obqwgt (mgr.14180) 676 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:14:46.036 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:14:46.036 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:24.313527Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ozkxwe on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\nDeploy daemon haproxy.nfs.foo.smithi122.ozkxwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.088416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.evftko on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\nDeploy daemon haproxy.nfs.foo.smithi019.evftko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.091870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jzosov on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:14:46.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:14:47.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:47 smithi122 bash[28108]: audit 2023-11-08T18:14:46.015667+0000 mgr.smithi019.obqwgt (mgr.14180) 677 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:47.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:47 smithi122 bash[28108]: cluster 2023-11-08T18:14:46.105823+0000 mgr.smithi019.obqwgt (mgr.14180) 678 : 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-08T18:14:47.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:47 smithi019 bash[24123]: audit 2023-11-08T18:14:46.015667+0000 mgr.smithi019.obqwgt (mgr.14180) 677 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:47.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:47 smithi019 bash[24123]: cluster 2023-11-08T18:14:46.105823+0000 mgr.smithi019.obqwgt (mgr.14180) 678 : 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-08T18:14:47.748 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:14:49.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:49 smithi122 bash[28108]: cluster 2023-11-08T18:14:48.107036+0000 mgr.smithi019.obqwgt (mgr.14180) 679 : cluster [DBG] pgmap v476: 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-08T18:14:49.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:49 smithi019 bash[24123]: cluster 2023-11-08T18:14:48.107036+0000 mgr.smithi019.obqwgt (mgr.14180) 679 : cluster [DBG] pgmap v476: 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-08T18:14:50.962 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:14:50.962 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:24.313527Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ozkxwe on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\nDeploy daemon haproxy.nfs.foo.smithi122.ozkxwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.088416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.evftko on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\nDeploy daemon haproxy.nfs.foo.smithi019.evftko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.091870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jzosov on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:14:51.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:51 smithi019 bash[24123]: cluster 2023-11-08T18:14:50.107985+0000 mgr.smithi019.obqwgt (mgr.14180) 680 : 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-08T18:14:51.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:51 smithi122 bash[28108]: cluster 2023-11-08T18:14:50.107985+0000 mgr.smithi019.obqwgt (mgr.14180) 680 : 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-08T18:14:51.657 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:14:52.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:52 smithi122 bash[28108]: audit 2023-11-08T18:14:50.943007+0000 mgr.smithi019.obqwgt (mgr.14180) 681 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:52.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:52 smithi019 bash[24123]: audit 2023-11-08T18:14:50.943007+0000 mgr.smithi019.obqwgt (mgr.14180) 681 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:52.658 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:14:53.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:53 smithi122 bash[28108]: cluster 2023-11-08T18:14:52.109272+0000 mgr.smithi019.obqwgt (mgr.14180) 682 : 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-08T18:14:53.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:53 smithi019 bash[24123]: cluster 2023-11-08T18:14:52.109272+0000 mgr.smithi019.obqwgt (mgr.14180) 682 : 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-08T18:14:54.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:54 smithi019 bash[24123]: cluster 2023-11-08T18:14:54.110092+0000 mgr.smithi019.obqwgt (mgr.14180) 683 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:14:54.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:54 smithi122 bash[28108]: cluster 2023-11-08T18:14:54.110092+0000 mgr.smithi019.obqwgt (mgr.14180) 683 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:14:55.800 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:14:55.800 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:24.313527Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ozkxwe on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\nDeploy daemon haproxy.nfs.foo.smithi122.ozkxwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.088416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.evftko on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\nDeploy daemon haproxy.nfs.foo.smithi019.evftko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.091870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jzosov on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:14:56.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:14:57.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:57 smithi122 bash[28108]: audit 2023-11-08T18:14:55.781082+0000 mgr.smithi019.obqwgt (mgr.14180) 684 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:57.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:57 smithi122 bash[28108]: cluster 2023-11-08T18:14:56.111350+0000 mgr.smithi019.obqwgt (mgr.14180) 685 : 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-08T18:14:57.519 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:14:57.532 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:57 smithi019 bash[24123]: audit 2023-11-08T18:14:55.781082+0000 mgr.smithi019.obqwgt (mgr.14180) 684 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:14:57.532 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:57 smithi019 bash[24123]: cluster 2023-11-08T18:14:56.111350+0000 mgr.smithi019.obqwgt (mgr.14180) 685 : 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-08T18:14:59.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:14:59 smithi019 bash[24123]: cluster 2023-11-08T18:14:58.112796+0000 mgr.smithi019.obqwgt (mgr.14180) 686 : cluster [DBG] pgmap v481: 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-08T18:14:59.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:14:59 smithi122 bash[28108]: cluster 2023-11-08T18:14:58.112796+0000 mgr.smithi019.obqwgt (mgr.14180) 686 : cluster [DBG] pgmap v481: 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-08T18:15:00.695 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:15:00.696 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:24.313527Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ozkxwe on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\nDeploy daemon haproxy.nfs.foo.smithi122.ozkxwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.088416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.evftko on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\nDeploy daemon haproxy.nfs.foo.smithi019.evftko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.091870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jzosov on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:15:01.395 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:15:01.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:01 smithi122 bash[28108]: cluster 2023-11-08T18:15:00.113793+0000 mgr.smithi019.obqwgt (mgr.14180) 687 : 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-08T18:15:01.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:01 smithi019 bash[24123]: cluster 2023-11-08T18:15:00.113793+0000 mgr.smithi019.obqwgt (mgr.14180) 687 : 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-08T18:15:02.396 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:15:02.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:02 smithi122 bash[28108]: audit 2023-11-08T18:15:00.682236+0000 mgr.smithi019.obqwgt (mgr.14180) 688 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:02.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:02 smithi019 bash[24123]: audit 2023-11-08T18:15:00.682236+0000 mgr.smithi019.obqwgt (mgr.14180) 688 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:03.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:03 smithi122 bash[28108]: cluster 2023-11-08T18:15:02.115084+0000 mgr.smithi019.obqwgt (mgr.14180) 689 : 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-08T18:15:03.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:03 smithi019 bash[24123]: cluster 2023-11-08T18:15:02.115084+0000 mgr.smithi019.obqwgt (mgr.14180) 689 : 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-08T18:15:04.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:04 smithi019 bash[24123]: cluster 2023-11-08T18:15:04.115777+0000 mgr.smithi019.obqwgt (mgr.14180) 690 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:15:04.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:04 smithi122 bash[28108]: cluster 2023-11-08T18:15:04.115777+0000 mgr.smithi019.obqwgt (mgr.14180) 690 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:15:05.548 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:15:05.548 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:24.313527Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ozkxwe on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\nDeploy daemon haproxy.nfs.foo.smithi122.ozkxwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.088416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.evftko on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\nDeploy daemon haproxy.nfs.foo.smithi019.evftko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.091870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jzosov on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:15:06.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:15:07.290 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:15:07.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:07 smithi122 bash[28108]: audit 2023-11-08T18:15:05.533985+0000 mgr.smithi019.obqwgt (mgr.14180) 691 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:07.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:07 smithi122 bash[28108]: cluster 2023-11-08T18:15:06.116856+0000 mgr.smithi019.obqwgt (mgr.14180) 692 : 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-08T18:15:07.493 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:07 smithi019 bash[24123]: audit 2023-11-08T18:15:05.533985+0000 mgr.smithi019.obqwgt (mgr.14180) 691 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:07.493 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:07 smithi019 bash[24123]: cluster 2023-11-08T18:15:06.116856+0000 mgr.smithi019.obqwgt (mgr.14180) 692 : 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-08T18:15:09.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:09 smithi122 bash[28108]: cluster 2023-11-08T18:15:08.118109+0000 mgr.smithi019.obqwgt (mgr.14180) 693 : cluster [DBG] pgmap v486: 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-08T18:15:09.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:09 smithi019 bash[24123]: cluster 2023-11-08T18:15:08.118109+0000 mgr.smithi019.obqwgt (mgr.14180) 693 : cluster [DBG] pgmap v486: 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-08T18:15:10.439 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:15:10.439 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:24.313527Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ozkxwe on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\nDeploy daemon haproxy.nfs.foo.smithi122.ozkxwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.088416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.evftko on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\nDeploy daemon haproxy.nfs.foo.smithi019.evftko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.091870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jzosov on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:15:11.148 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:15:11.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:11 smithi122 bash[28108]: cluster 2023-11-08T18:15:10.118893+0000 mgr.smithi019.obqwgt (mgr.14180) 694 : 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-08T18:15:11.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:11 smithi122 bash[28108]: audit 2023-11-08T18:15:10.420598+0000 mgr.smithi019.obqwgt (mgr.14180) 695 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:11.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:11 smithi019 bash[24123]: cluster 2023-11-08T18:15:10.118893+0000 mgr.smithi019.obqwgt (mgr.14180) 694 : 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-08T18:15:11.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:11 smithi019 bash[24123]: audit 2023-11-08T18:15:10.420598+0000 mgr.smithi019.obqwgt (mgr.14180) 695 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:12.149 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:15:13.455 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:13 smithi019 bash[24123]: cluster 2023-11-08T18:15:12.120043+0000 mgr.smithi019.obqwgt (mgr.14180) 696 : 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-08T18:15:13.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:13 smithi122 bash[28108]: cluster 2023-11-08T18:15:12.120043+0000 mgr.smithi019.obqwgt (mgr.14180) 696 : 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-08T18:15:14.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:14 smithi122 bash[28108]: cluster 2023-11-08T18:15:14.121343+0000 mgr.smithi019.obqwgt (mgr.14180) 697 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:15:15.035 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:14 smithi019 bash[24123]: cluster 2023-11-08T18:15:14.121343+0000 mgr.smithi019.obqwgt (mgr.14180) 697 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:15:15.463 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:15:15.464 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:24.313527Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ozkxwe on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\nDeploy daemon haproxy.nfs.foo.smithi122.ozkxwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.088416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.evftko on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\nDeploy daemon haproxy.nfs.foo.smithi019.evftko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.091870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jzosov on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:15:15.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:15 smithi019 bash[24123]: audit 2023-11-08T18:15:15.445811+0000 mgr.smithi019.obqwgt (mgr.14180) 698 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:15.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:15 smithi122 bash[28108]: audit 2023-11-08T18:15:15.445811+0000 mgr.smithi019.obqwgt (mgr.14180) 698 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:16.278 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:15:16.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:16 smithi122 bash[28108]: cluster 2023-11-08T18:15:16.122478+0000 mgr.smithi019.obqwgt (mgr.14180) 699 : 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-08T18:15:17.092 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:16 smithi019 bash[24123]: cluster 2023-11-08T18:15:16.122478+0000 mgr.smithi019.obqwgt (mgr.14180) 699 : 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-08T18:15:17.279 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:15:19.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:19 smithi122 bash[28108]: cluster 2023-11-08T18:15:18.123823+0000 mgr.smithi019.obqwgt (mgr.14180) 700 : cluster [DBG] pgmap v491: 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-08T18:15:19.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:19 smithi019 bash[24123]: cluster 2023-11-08T18:15:18.123823+0000 mgr.smithi019.obqwgt (mgr.14180) 700 : cluster [DBG] pgmap v491: 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-08T18:15:20.700 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:15:20.701 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:24.313527Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ozkxwe on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\nDeploy daemon haproxy.nfs.foo.smithi122.ozkxwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.088416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.evftko on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\nDeploy daemon haproxy.nfs.foo.smithi019.evftko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.091870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jzosov on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:15:21.446 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:15:21.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:21 smithi122 bash[28108]: cluster 2023-11-08T18:15:20.124867+0000 mgr.smithi019.obqwgt (mgr.14180) 701 : 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-08T18:15:21.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:21 smithi019 bash[24123]: cluster 2023-11-08T18:15:20.124867+0000 mgr.smithi019.obqwgt (mgr.14180) 701 : 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-08T18:15:22.447 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:15:22.460 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:22 smithi019 bash[24123]: audit 2023-11-08T18:15:20.679090+0000 mgr.smithi019.obqwgt (mgr.14180) 702 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:22.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:22 smithi122 bash[28108]: audit 2023-11-08T18:15:20.679090+0000 mgr.smithi019.obqwgt (mgr.14180) 702 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:23.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:23 smithi122 bash[28108]: cluster 2023-11-08T18:15:22.126147+0000 mgr.smithi019.obqwgt (mgr.14180) 703 : 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-08T18:15:23.560 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:23 smithi019 bash[24123]: cluster 2023-11-08T18:15:22.126147+0000 mgr.smithi019.obqwgt (mgr.14180) 703 : 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-08T18:15:24.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:24 smithi019 bash[24123]: cluster 2023-11-08T18:15:24.127238+0000 mgr.smithi019.obqwgt (mgr.14180) 704 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:15:24.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:24 smithi122 bash[28108]: cluster 2023-11-08T18:15:24.127238+0000 mgr.smithi019.obqwgt (mgr.14180) 704 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:15:25.792 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:15:25.792 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:24.313527Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ozkxwe on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\nDeploy daemon haproxy.nfs.foo.smithi122.ozkxwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.088416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.evftko on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\nDeploy daemon haproxy.nfs.foo.smithi019.evftko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.091870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jzosov on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:15:26.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:15:27.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:27 smithi122 bash[28108]: audit 2023-11-08T18:15:25.774893+0000 mgr.smithi019.obqwgt (mgr.14180) 705 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:27.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:27 smithi122 bash[28108]: cluster 2023-11-08T18:15:26.128338+0000 mgr.smithi019.obqwgt (mgr.14180) 706 : 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-08T18:15:27.526 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:15:27.540 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:27 smithi019 bash[24123]: audit 2023-11-08T18:15:25.774893+0000 mgr.smithi019.obqwgt (mgr.14180) 705 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:27.541 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:27 smithi019 bash[24123]: cluster 2023-11-08T18:15:26.128338+0000 mgr.smithi019.obqwgt (mgr.14180) 706 : 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-08T18:15:28.466 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:28 smithi122 bash[28108]: audit 2023-11-08T18:15:28.098911+0000 mon.smithi019 (mon.0) 851 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:15:28.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:28 smithi019 bash[24123]: audit 2023-11-08T18:15:28.098911+0000 mon.smithi019 (mon.0) 851 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:15:29.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:29 smithi019 bash[24123]: cluster 2023-11-08T18:15:28.129304+0000 mgr.smithi019.obqwgt (mgr.14180) 707 : cluster [DBG] pgmap v496: 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-08T18:15:29.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:29 smithi019 bash[24123]: audit 2023-11-08T18:15:28.408374+0000 mon.smithi019 (mon.0) 852 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:15:29.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:29 smithi019 bash[24123]: audit 2023-11-08T18:15:28.410027+0000 mon.smithi019 (mon.0) 853 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:15:29.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:29 smithi019 bash[24123]: audit 2023-11-08T18:15:28.419766+0000 mon.smithi019 (mon.0) 854 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:15:29.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:29 smithi019 bash[24123]: cluster 2023-11-08T18:15:28.420367+0000 mgr.smithi019.obqwgt (mgr.14180) 708 : cluster [DBG] pgmap v497: 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-08T18:15:29.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:29 smithi019 bash[24123]: audit 2023-11-08T18:15:28.428122+0000 mon.smithi019 (mon.0) 855 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:15:29.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:29 smithi019 bash[24123]: audit 2023-11-08T18:15:28.444102+0000 mon.smithi019 (mon.0) 856 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:15:29.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:29 smithi019 bash[24123]: cephadm 2023-11-08T18:15:28.448003+0000 mgr.smithi019.obqwgt (mgr.14180) 709 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.vrvgrk on smithi122 2023-11-08T18:15:29.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:29 smithi122 bash[28108]: cluster 2023-11-08T18:15:28.129304+0000 mgr.smithi019.obqwgt (mgr.14180) 707 : cluster [DBG] pgmap v496: 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-08T18:15:29.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:29 smithi122 bash[28108]: audit 2023-11-08T18:15:28.408374+0000 mon.smithi019 (mon.0) 852 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:15:29.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:29 smithi122 bash[28108]: audit 2023-11-08T18:15:28.410027+0000 mon.smithi019 (mon.0) 853 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:15:29.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:29 smithi122 bash[28108]: audit 2023-11-08T18:15:28.419766+0000 mon.smithi019 (mon.0) 854 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:15:29.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:29 smithi122 bash[28108]: cluster 2023-11-08T18:15:28.420367+0000 mgr.smithi019.obqwgt (mgr.14180) 708 : cluster [DBG] pgmap v497: 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-08T18:15:29.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:29 smithi122 bash[28108]: audit 2023-11-08T18:15:28.428122+0000 mon.smithi019 (mon.0) 855 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:15:29.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:29 smithi122 bash[28108]: audit 2023-11-08T18:15:28.444102+0000 mon.smithi019 (mon.0) 856 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:15:29.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:29 smithi122 bash[28108]: cephadm 2023-11-08T18:15:28.448003+0000 mgr.smithi019.obqwgt (mgr.14180) 709 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.vrvgrk on smithi122 2023-11-08T18:15:30.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:30 smithi122 bash[28108]: cluster 2023-11-08T18:15:29.416579+0000 mon.smithi019 (mon.0) 857 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:15:30.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:30 smithi122 bash[28108]: cluster 2023-11-08T18:15:29.416637+0000 mon.smithi019 (mon.0) 858 : cluster [INF] Cluster is now healthy 2023-11-08T18:15:30.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:30 smithi019 bash[24123]: cluster 2023-11-08T18:15:29.416579+0000 mon.smithi019 (mon.0) 857 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:15:30.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:30 smithi019 bash[24123]: cluster 2023-11-08T18:15:29.416637+0000 mon.smithi019 (mon.0) 858 : cluster [INF] Cluster is now healthy 2023-11-08T18:15:30.778 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:15:30.778 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:13:20.033132Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zllcjs on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:24.313527Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ozkxwe on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\nDeploy daemon haproxy.nfs.foo.smithi122.ozkxwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.088416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.evftko on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\nDeploy daemon haproxy.nfs.foo.smithi019.evftko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.091870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jzosov on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:15:31.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:31 smithi019 bash[24123]: cluster 2023-11-08T18:15:30.421112+0000 mgr.smithi019.obqwgt (mgr.14180) 710 : cluster [DBG] pgmap v498: 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-08T18:15:31.507 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:15:31.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:31 smithi122 bash[28108]: cluster 2023-11-08T18:15:30.421112+0000 mgr.smithi019.obqwgt (mgr.14180) 710 : cluster [DBG] pgmap v498: 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-08T18:15:32.353 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:32 smithi122 bash[28108]: audit 2023-11-08T18:15:30.764774+0000 mgr.smithi019.obqwgt (mgr.14180) 711 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:32.508 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:15:32.520 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:32 smithi019 bash[24123]: audit 2023-11-08T18:15:30.764774+0000 mgr.smithi019.obqwgt (mgr.14180) 711 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:33.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: cluster 2023-11-08T18:15:32.422172+0000 mgr.smithi019.obqwgt (mgr.14180) 712 : cluster [DBG] pgmap v499: 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-08T18:15:33.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: cephadm 2023-11-08T18:15:32.423833+0000 mgr.smithi019.obqwgt (mgr.14180) 713 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk 2023-11-08T18:15:33.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:15:33.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk 2023-11-08T18:15:33.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk 2023-11-08T18:15:33.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:15:33.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk 2023-11-08T18:15:33.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.vrvgrk ... 2023-11-08T18:15:33.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:33.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:15:33.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:15:33.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:15:33.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:33.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:15:33.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:15:33.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:15:33.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:15:33.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:15:33.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk 2023-11-08T18:15:33.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:15:33.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk 2023-11-08T18:15:33.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk 2023-11-08T18:15:33.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:15:33.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk 2023-11-08T18:15:33.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.vrvgrk ... 2023-11-08T18:15:33.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:33.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:15:33.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:15:33.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:15:33.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:33.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: cephadm 2023-11-08T18:15:32.424428+0000 mgr.smithi019.obqwgt (mgr.14180) 714 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.vrvgrk 2023-11-08T18:15:33.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: audit 2023-11-08T18:15:32.425148+0000 mon.smithi019 (mon.0) 859 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.vrvgrk"}]: dispatch 2023-11-08T18:15:33.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: cephadm 2023-11-08T18:15:32.426914+0000 mgr.smithi019.obqwgt (mgr.14180) 715 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.vrvgrk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk 2023-11-08T18:15:33.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:15:33.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk 2023-11-08T18:15:33.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk 2023-11-08T18:15:33.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:15:33.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk 2023-11-08T18:15:33.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.vrvgrk ... 2023-11-08T18:15:33.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:33.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:15:33.477 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:15:33.478 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:15:33.478 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:33.478 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:33 smithi122 bash[28108]: cephadm 2023-11-08T18:15:32.430874+0000 mgr.smithi019.obqwgt (mgr.14180) 716 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.thaael on smithi019 2023-11-08T18:15:33.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: cluster 2023-11-08T18:15:32.422172+0000 mgr.smithi019.obqwgt (mgr.14180) 712 : cluster [DBG] pgmap v499: 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-08T18:15:33.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: cephadm 2023-11-08T18:15:32.423833+0000 mgr.smithi019.obqwgt (mgr.14180) 713 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk 2023-11-08T18:15:33.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:15:33.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk 2023-11-08T18:15:33.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk 2023-11-08T18:15:33.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:15:33.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk 2023-11-08T18:15:33.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.vrvgrk ... 2023-11-08T18:15:33.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:33.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:15:33.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:15:33.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:15:33.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:33.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:15:33.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:15:33.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:15:33.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:15:33.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:15:33.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk 2023-11-08T18:15:33.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:15:33.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk 2023-11-08T18:15:33.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk 2023-11-08T18:15:33.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:15:33.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk 2023-11-08T18:15:33.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.vrvgrk ... 2023-11-08T18:15:33.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:33.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:15:33.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:15:33.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:15:33.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:33.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: cephadm 2023-11-08T18:15:32.424428+0000 mgr.smithi019.obqwgt (mgr.14180) 714 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.vrvgrk 2023-11-08T18:15:33.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: audit 2023-11-08T18:15:32.425148+0000 mon.smithi019 (mon.0) 859 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.vrvgrk"}]: dispatch 2023-11-08T18:15:33.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: cephadm 2023-11-08T18:15:32.426914+0000 mgr.smithi019.obqwgt (mgr.14180) 715 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.vrvgrk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk 2023-11-08T18:15:33.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:15:33.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk 2023-11-08T18:15:33.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk 2023-11-08T18:15:33.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:15:33.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk 2023-11-08T18:15:33.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.vrvgrk ... 2023-11-08T18:15:33.602 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:33.602 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:15:33.602 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:15:33.602 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:15:33.602 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:33.602 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:33 smithi019 bash[24123]: cephadm 2023-11-08T18:15:32.430874+0000 mgr.smithi019.obqwgt (mgr.14180) 716 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.thaael on smithi019 2023-11-08T18:15:34.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:34 smithi019 bash[24123]: cluster 2023-11-08T18:15:34.422815+0000 mgr.smithi019.obqwgt (mgr.14180) 717 : 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-08T18:15:34.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:34 smithi122 bash[28108]: cluster 2023-11-08T18:15:34.422815+0000 mgr.smithi019.obqwgt (mgr.14180) 717 : 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-08T18:15:35.628 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:15:35.628 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:14:24.313527Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.ozkxwe on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-ozkxwe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.ozkxwe\nDeploy daemon haproxy.nfs.foo.smithi122.ozkxwe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.088416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.evftko on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-evftko\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.evftko\nDeploy daemon haproxy.nfs.foo.smithi019.evftko ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:14:28.091870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jzosov on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:32.426673Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vrvgrk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\nDeploy daemon haproxy.nfs.foo.smithi122.vrvgrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:15:36.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:15:36.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:36 smithi019 bash[24123]: audit 2023-11-08T18:15:35.607619+0000 mgr.smithi019.obqwgt (mgr.14180) 718 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:36.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:36 smithi019 bash[24123]: cluster 2023-11-08T18:15:36.423436+0000 mgr.smithi019.obqwgt (mgr.14180) 719 : 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-08T18:15:36.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:36 smithi019 bash[24123]: audit 2023-11-08T18:15:36.481245+0000 mon.smithi019 (mon.0) 860 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.thaael"}]: dispatch 2023-11-08T18:15:36.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:36 smithi122 bash[28108]: audit 2023-11-08T18:15:35.607619+0000 mgr.smithi019.obqwgt (mgr.14180) 718 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:36.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:36 smithi122 bash[28108]: cluster 2023-11-08T18:15:36.423436+0000 mgr.smithi019.obqwgt (mgr.14180) 719 : 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-08T18:15:36.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:36 smithi122 bash[28108]: audit 2023-11-08T18:15:36.481245+0000 mon.smithi019 (mon.0) 860 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.thaael"}]: dispatch 2023-11-08T18:15:37.441 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:15:37.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: cephadm 2023-11-08T18:15:36.479949+0000 mgr.smithi019.obqwgt (mgr.14180) 720 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael 2023-11-08T18:15:37.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:15:37.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael 2023-11-08T18:15:37.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael 2023-11-08T18:15:37.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:15:37.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael 2023-11-08T18:15:37.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.thaael ... 2023-11-08T18:15:37.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:37.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:15:37.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:15:37.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:15:37.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:37.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:15:37.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:15:37.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:15:37.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:15:37.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:15:37.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael 2023-11-08T18:15:37.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:15:37.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael 2023-11-08T18:15:37.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael 2023-11-08T18:15:37.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:15:37.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael 2023-11-08T18:15:37.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.thaael ... 2023-11-08T18:15:37.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:37.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:15:37.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:15:37.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:15:37.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:37.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: cephadm 2023-11-08T18:15:36.480449+0000 mgr.smithi019.obqwgt (mgr.14180) 721 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.thaael 2023-11-08T18:15:37.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: cephadm 2023-11-08T18:15:36.482792+0000 mgr.smithi019.obqwgt (mgr.14180) 722 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.thaael on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael 2023-11-08T18:15:37.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:15:37.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael 2023-11-08T18:15:37.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael 2023-11-08T18:15:37.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:15:37.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael 2023-11-08T18:15:37.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.thaael ... 2023-11-08T18:15:37.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:37.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:15:37.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:15:37.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:15:37.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:37.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: cephadm 2023-11-08T18:15:36.486833+0000 mgr.smithi019.obqwgt (mgr.14180) 723 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.gmmnir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:15:37.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: cephadm 2023-11-08T18:15:36.489764+0000 mgr.smithi019.obqwgt (mgr.14180) 724 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:15:37.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: cluster 2023-11-08T18:15:36.491110+0000 mgr.smithi019.obqwgt (mgr.14180) 725 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 0 op/s 2023-11-08T18:15:37.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:37 smithi019 bash[24123]: cluster 2023-11-08T18:15:37.476870+0000 mon.smithi019 (mon.0) 861 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:15:37.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: cephadm 2023-11-08T18:15:36.479949+0000 mgr.smithi019.obqwgt (mgr.14180) 720 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael 2023-11-08T18:15:37.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:15:37.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael 2023-11-08T18:15:37.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael 2023-11-08T18:15:37.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:15:37.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael 2023-11-08T18:15:37.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.thaael ... 2023-11-08T18:15:37.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:37.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:15:37.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:15:37.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:15:37.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:37.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:15:37.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:15:37.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:15:37.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:15:37.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:15:37.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael 2023-11-08T18:15:37.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:15:37.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael 2023-11-08T18:15:37.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael 2023-11-08T18:15:37.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:15:37.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael 2023-11-08T18:15:37.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.thaael ... 2023-11-08T18:15:37.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:37.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:15:37.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:15:37.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:15:37.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:37.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: cephadm 2023-11-08T18:15:36.480449+0000 mgr.smithi019.obqwgt (mgr.14180) 721 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.thaael 2023-11-08T18:15:37.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: cephadm 2023-11-08T18:15:36.482792+0000 mgr.smithi019.obqwgt (mgr.14180) 722 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.thaael on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael 2023-11-08T18:15:37.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:15:37.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael 2023-11-08T18:15:37.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael 2023-11-08T18:15:37.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:15:37.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael 2023-11-08T18:15:37.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.thaael ... 2023-11-08T18:15:37.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:37.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:15:37.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:15:37.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:15:37.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:15:37.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: cephadm 2023-11-08T18:15:36.486833+0000 mgr.smithi019.obqwgt (mgr.14180) 723 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.gmmnir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:15:37.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: cephadm 2023-11-08T18:15:36.489764+0000 mgr.smithi019.obqwgt (mgr.14180) 724 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:15:37.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: cluster 2023-11-08T18:15:36.491110+0000 mgr.smithi019.obqwgt (mgr.14180) 725 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 0 op/s 2023-11-08T18:15:37.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:37 smithi122 bash[28108]: cluster 2023-11-08T18:15:37.476870+0000 mon.smithi019 (mon.0) 861 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:15:39.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:39 smithi019 bash[24123]: cluster 2023-11-08T18:15:38.492305+0000 mgr.smithi019.obqwgt (mgr.14180) 726 : cluster [DBG] pgmap v503: 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-08T18:15:39.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:39 smithi019 bash[24123]: audit 2023-11-08T18:15:38.649833+0000 mon.smithi019 (mon.0) 862 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:15:39.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:39 smithi122 bash[28108]: cluster 2023-11-08T18:15:38.492305+0000 mgr.smithi019.obqwgt (mgr.14180) 726 : cluster [DBG] pgmap v503: 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-08T18:15:39.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:39 smithi122 bash[28108]: audit 2023-11-08T18:15:38.649833+0000 mon.smithi019 (mon.0) 862 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:15:40.646 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:15:40.647 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:32.426673Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vrvgrk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\nDeploy daemon haproxy.nfs.foo.smithi122.vrvgrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.482541Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.thaael on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\nDeploy daemon haproxy.nfs.foo.smithi019.thaael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.486679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gmmnir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:15:41.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:15:41.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:41 smithi122 bash[28108]: cluster 2023-11-08T18:15:40.493267+0000 mgr.smithi019.obqwgt (mgr.14180) 727 : cluster [DBG] pgmap v504: 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-08T18:15:41.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:41 smithi122 bash[28108]: audit 2023-11-08T18:15:40.628149+0000 mgr.smithi019.obqwgt (mgr.14180) 728 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:42.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:41 smithi019 bash[24123]: cluster 2023-11-08T18:15:40.493267+0000 mgr.smithi019.obqwgt (mgr.14180) 727 : cluster [DBG] pgmap v504: 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-08T18:15:42.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:41 smithi019 bash[24123]: audit 2023-11-08T18:15:40.628149+0000 mgr.smithi019.obqwgt (mgr.14180) 728 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:42.377 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:15:43.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:43 smithi019 bash[24123]: cluster 2023-11-08T18:15:42.494413+0000 mgr.smithi019.obqwgt (mgr.14180) 729 : cluster [DBG] pgmap v505: 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-08T18:15:43.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:43 smithi122 bash[28108]: cluster 2023-11-08T18:15:42.494413+0000 mgr.smithi019.obqwgt (mgr.14180) 729 : cluster [DBG] pgmap v505: 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-08T18:15:45.865 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:15:45.866 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:32.426673Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vrvgrk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\nDeploy daemon haproxy.nfs.foo.smithi122.vrvgrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.482541Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.thaael on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\nDeploy daemon haproxy.nfs.foo.smithi019.thaael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.486679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gmmnir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:15:45.929 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:45 smithi019 bash[24123]: cluster 2023-11-08T18:15:44.495326+0000 mgr.smithi019.obqwgt (mgr.14180) 730 : 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-08T18:15:45.966 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:45 smithi122 bash[28108]: cluster 2023-11-08T18:15:44.495326+0000 mgr.smithi019.obqwgt (mgr.14180) 730 : 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-08T18:15:46.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:15:46.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:46 smithi019 bash[24123]: audit 2023-11-08T18:15:45.844884+0000 mgr.smithi019.obqwgt (mgr.14180) 731 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:46.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:46 smithi122 bash[28108]: audit 2023-11-08T18:15:45.844884+0000 mgr.smithi019.obqwgt (mgr.14180) 731 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:47.574 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:15:47.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:47 smithi019 bash[24123]: cluster 2023-11-08T18:15:46.495976+0000 mgr.smithi019.obqwgt (mgr.14180) 732 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 406 B/s rd, 0 op/s 2023-11-08T18:15:47.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:47 smithi122 bash[28108]: cluster 2023-11-08T18:15:46.495976+0000 mgr.smithi019.obqwgt (mgr.14180) 732 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 406 B/s rd, 0 op/s 2023-11-08T18:15:49.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:49 smithi019 bash[24123]: cluster 2023-11-08T18:15:48.497092+0000 mgr.smithi019.obqwgt (mgr.14180) 733 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:15:49.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:49 smithi122 bash[28108]: cluster 2023-11-08T18:15:48.497092+0000 mgr.smithi019.obqwgt (mgr.14180) 733 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:15:50.764 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:15:50.765 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:32.426673Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vrvgrk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\nDeploy daemon haproxy.nfs.foo.smithi122.vrvgrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.482541Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.thaael on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\nDeploy daemon haproxy.nfs.foo.smithi019.thaael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.486679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gmmnir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:15:51.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:15:51.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:51 smithi019 bash[24123]: cluster 2023-11-08T18:15:50.498048+0000 mgr.smithi019.obqwgt (mgr.14180) 734 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:15:51.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:51 smithi019 bash[24123]: audit 2023-11-08T18:15:50.741056+0000 mgr.smithi019.obqwgt (mgr.14180) 735 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:51.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:51 smithi122 bash[28108]: cluster 2023-11-08T18:15:50.498048+0000 mgr.smithi019.obqwgt (mgr.14180) 734 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:15:51.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:51 smithi122 bash[28108]: audit 2023-11-08T18:15:50.741056+0000 mgr.smithi019.obqwgt (mgr.14180) 735 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:52.487 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:15:53.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:53 smithi019 bash[24123]: cluster 2023-11-08T18:15:52.499295+0000 mgr.smithi019.obqwgt (mgr.14180) 736 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:15:53.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:53 smithi122 bash[28108]: cluster 2023-11-08T18:15:52.499295+0000 mgr.smithi019.obqwgt (mgr.14180) 736 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:15:55.685 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:15:55.685 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:32.426673Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vrvgrk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\nDeploy daemon haproxy.nfs.foo.smithi122.vrvgrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.482541Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.thaael on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\nDeploy daemon haproxy.nfs.foo.smithi019.thaael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.486679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gmmnir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:15:55.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:55 smithi122 bash[28108]: cluster 2023-11-08T18:15:54.500464+0000 mgr.smithi019.obqwgt (mgr.14180) 737 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:15:56.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:55 smithi019 bash[24123]: cluster 2023-11-08T18:15:54.500464+0000 mgr.smithi019.obqwgt (mgr.14180) 737 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:15:56.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:15:57.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:56 smithi019 bash[24123]: audit 2023-11-08T18:15:55.667117+0000 mgr.smithi019.obqwgt (mgr.14180) 738 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:57.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:56 smithi122 bash[28108]: audit 2023-11-08T18:15:55.667117+0000 mgr.smithi019.obqwgt (mgr.14180) 738 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:15:57.408 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:15:58.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:57 smithi019 bash[24123]: cluster 2023-11-08T18:15:56.501669+0000 mgr.smithi019.obqwgt (mgr.14180) 739 : cluster [DBG] pgmap v512: 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-08T18:15:58.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:57 smithi122 bash[28108]: cluster 2023-11-08T18:15:56.501669+0000 mgr.smithi019.obqwgt (mgr.14180) 739 : cluster [DBG] pgmap v512: 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-08T18:16:00.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:15:59 smithi019 bash[24123]: cluster 2023-11-08T18:15:58.503077+0000 mgr.smithi019.obqwgt (mgr.14180) 740 : 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-08T18:16:00.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:15:59 smithi122 bash[28108]: cluster 2023-11-08T18:15:58.503077+0000 mgr.smithi019.obqwgt (mgr.14180) 740 : 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-08T18:16:00.648 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:16:00.648 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:32.426673Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vrvgrk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\nDeploy daemon haproxy.nfs.foo.smithi122.vrvgrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.482541Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.thaael on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\nDeploy daemon haproxy.nfs.foo.smithi019.thaael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.486679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gmmnir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:16:01.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:16:02.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:01 smithi019 bash[24123]: cluster 2023-11-08T18:16:00.504022+0000 mgr.smithi019.obqwgt (mgr.14180) 741 : 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-08T18:16:02.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:01 smithi019 bash[24123]: audit 2023-11-08T18:16:00.627612+0000 mgr.smithi019.obqwgt (mgr.14180) 742 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:02.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:01 smithi122 bash[28108]: cluster 2023-11-08T18:16:00.504022+0000 mgr.smithi019.obqwgt (mgr.14180) 741 : 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-08T18:16:02.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:01 smithi122 bash[28108]: audit 2023-11-08T18:16:00.627612+0000 mgr.smithi019.obqwgt (mgr.14180) 742 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:02.341 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:16:04.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:03 smithi019 bash[24123]: cluster 2023-11-08T18:16:02.505318+0000 mgr.smithi019.obqwgt (mgr.14180) 743 : 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-08T18:16:04.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:03 smithi122 bash[28108]: cluster 2023-11-08T18:16:02.505318+0000 mgr.smithi019.obqwgt (mgr.14180) 743 : 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-08T18:16:05.425 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:16:05.425 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:32.426673Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vrvgrk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\nDeploy daemon haproxy.nfs.foo.smithi122.vrvgrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.482541Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.thaael on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\nDeploy daemon haproxy.nfs.foo.smithi019.thaael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.486679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gmmnir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:16:06.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:05 smithi019 bash[24123]: cluster 2023-11-08T18:16:04.506357+0000 mgr.smithi019.obqwgt (mgr.14180) 744 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:16:06.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:05 smithi019 bash[24123]: audit 2023-11-08T18:16:05.406006+0000 mgr.smithi019.obqwgt (mgr.14180) 745 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:06.120 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:16:06.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:05 smithi122 bash[28108]: cluster 2023-11-08T18:16:04.506357+0000 mgr.smithi019.obqwgt (mgr.14180) 744 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:16:06.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:05 smithi122 bash[28108]: audit 2023-11-08T18:16:05.406006+0000 mgr.smithi019.obqwgt (mgr.14180) 745 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:07.121 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:16:08.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:07 smithi019 bash[24123]: cluster 2023-11-08T18:16:06.507490+0000 mgr.smithi019.obqwgt (mgr.14180) 746 : cluster [DBG] pgmap v517: 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-08T18:16:08.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:07 smithi122 bash[28108]: cluster 2023-11-08T18:16:06.507490+0000 mgr.smithi019.obqwgt (mgr.14180) 746 : cluster [DBG] pgmap v517: 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-08T18:16:10.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:09 smithi019 bash[24123]: cluster 2023-11-08T18:16:08.508680+0000 mgr.smithi019.obqwgt (mgr.14180) 747 : 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-08T18:16:10.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:09 smithi122 bash[28108]: cluster 2023-11-08T18:16:08.508680+0000 mgr.smithi019.obqwgt (mgr.14180) 747 : 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-08T18:16:10.249 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:16:10.250 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:32.426673Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vrvgrk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\nDeploy daemon haproxy.nfs.foo.smithi122.vrvgrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.482541Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.thaael on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\nDeploy daemon haproxy.nfs.foo.smithi019.thaael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.486679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gmmnir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:16:11.013 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:10 smithi019 bash[24123]: audit 2023-11-08T18:16:10.233313+0000 mgr.smithi019.obqwgt (mgr.14180) 748 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:11.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:16:11.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:10 smithi122 bash[28108]: audit 2023-11-08T18:16:10.233313+0000 mgr.smithi019.obqwgt (mgr.14180) 748 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:12.016 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:16:12.030 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:11 smithi019 bash[24123]: cluster 2023-11-08T18:16:10.509423+0000 mgr.smithi019.obqwgt (mgr.14180) 749 : 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-08T18:16:12.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:11 smithi122 bash[28108]: cluster 2023-11-08T18:16:10.509423+0000 mgr.smithi019.obqwgt (mgr.14180) 749 : 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-08T18:16:14.108 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:13 smithi019 bash[24123]: cluster 2023-11-08T18:16:12.510438+0000 mgr.smithi019.obqwgt (mgr.14180) 750 : 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-08T18:16:14.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:13 smithi122 bash[28108]: cluster 2023-11-08T18:16:12.510438+0000 mgr.smithi019.obqwgt (mgr.14180) 750 : 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-08T18:16:15.244 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:16:15.245 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:32.426673Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vrvgrk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\nDeploy daemon haproxy.nfs.foo.smithi122.vrvgrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.482541Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.thaael on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\nDeploy daemon haproxy.nfs.foo.smithi019.thaael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.486679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gmmnir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:16:15.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:16:16.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:15 smithi019 bash[24123]: cluster 2023-11-08T18:16:14.511100+0000 mgr.smithi019.obqwgt (mgr.14180) 751 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:16:16.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:15 smithi019 bash[24123]: audit 2023-11-08T18:16:15.224733+0000 mgr.smithi019.obqwgt (mgr.14180) 752 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:16.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:15 smithi122 bash[28108]: cluster 2023-11-08T18:16:14.511100+0000 mgr.smithi019.obqwgt (mgr.14180) 751 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:16:16.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:15 smithi122 bash[28108]: audit 2023-11-08T18:16:15.224733+0000 mgr.smithi019.obqwgt (mgr.14180) 752 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:16.989 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:16:18.044 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:17 smithi019 bash[24123]: cluster 2023-11-08T18:16:16.512202+0000 mgr.smithi019.obqwgt (mgr.14180) 753 : cluster [DBG] pgmap v522: 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-08T18:16:18.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:17 smithi122 bash[28108]: cluster 2023-11-08T18:16:16.512202+0000 mgr.smithi019.obqwgt (mgr.14180) 753 : cluster [DBG] pgmap v522: 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-08T18:16:20.067 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:16:20.068 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:32.426673Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vrvgrk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\nDeploy daemon haproxy.nfs.foo.smithi122.vrvgrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.482541Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.thaael on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\nDeploy daemon haproxy.nfs.foo.smithi019.thaael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.486679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gmmnir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:16:20.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:19 smithi019 bash[24123]: cluster 2023-11-08T18:16:18.513655+0000 mgr.smithi019.obqwgt (mgr.14180) 754 : 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-08T18:16:20.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:19 smithi122 bash[28108]: cluster 2023-11-08T18:16:18.513655+0000 mgr.smithi019.obqwgt (mgr.14180) 754 : 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-08T18:16:20.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:16:21.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:20 smithi019 bash[24123]: audit 2023-11-08T18:16:20.049978+0000 mgr.smithi019.obqwgt (mgr.14180) 755 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:21.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:20 smithi122 bash[28108]: audit 2023-11-08T18:16:20.049978+0000 mgr.smithi019.obqwgt (mgr.14180) 755 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:21.790 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:16:22.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:21 smithi019 bash[24123]: cluster 2023-11-08T18:16:20.514569+0000 mgr.smithi019.obqwgt (mgr.14180) 756 : 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-08T18:16:22.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:21 smithi122 bash[28108]: cluster 2023-11-08T18:16:20.514569+0000 mgr.smithi019.obqwgt (mgr.14180) 756 : 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-08T18:16:24.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:23 smithi019 bash[24123]: cluster 2023-11-08T18:16:22.515896+0000 mgr.smithi019.obqwgt (mgr.14180) 757 : 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-08T18:16:24.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:23 smithi122 bash[28108]: cluster 2023-11-08T18:16:22.515896+0000 mgr.smithi019.obqwgt (mgr.14180) 757 : 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-08T18:16:24.845 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:16:24.846 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:32.426673Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vrvgrk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\nDeploy daemon haproxy.nfs.foo.smithi122.vrvgrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.482541Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.thaael on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\nDeploy daemon haproxy.nfs.foo.smithi019.thaael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.486679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gmmnir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:16:25.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:16:26.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:25 smithi019 bash[24123]: cluster 2023-11-08T18:16:24.517105+0000 mgr.smithi019.obqwgt (mgr.14180) 758 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:16:26.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:25 smithi019 bash[24123]: audit 2023-11-08T18:16:24.827517+0000 mgr.smithi019.obqwgt (mgr.14180) 759 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:26.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:25 smithi122 bash[28108]: cluster 2023-11-08T18:16:24.517105+0000 mgr.smithi019.obqwgt (mgr.14180) 758 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:16:26.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:25 smithi122 bash[28108]: audit 2023-11-08T18:16:24.827517+0000 mgr.smithi019.obqwgt (mgr.14180) 759 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:26.530 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:16:27.860 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:27 smithi019 bash[24123]: cluster 2023-11-08T18:16:26.518234+0000 mgr.smithi019.obqwgt (mgr.14180) 760 : cluster [DBG] pgmap v527: 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-08T18:16:28.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:27 smithi122 bash[28108]: cluster 2023-11-08T18:16:26.518234+0000 mgr.smithi019.obqwgt (mgr.14180) 760 : cluster [DBG] pgmap v527: 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-08T18:16:29.727 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:16:29.728 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:32.426673Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vrvgrk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\nDeploy daemon haproxy.nfs.foo.smithi122.vrvgrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.482541Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.thaael on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\nDeploy daemon haproxy.nfs.foo.smithi019.thaael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.486679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gmmnir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:16:30.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:29 smithi019 bash[24123]: cluster 2023-11-08T18:16:28.519185+0000 mgr.smithi019.obqwgt (mgr.14180) 761 : 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-08T18:16:30.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:29 smithi122 bash[28108]: cluster 2023-11-08T18:16:28.519185+0000 mgr.smithi019.obqwgt (mgr.14180) 761 : 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-08T18:16:30.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:16:31.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:30 smithi019 bash[24123]: audit 2023-11-08T18:16:29.706705+0000 mgr.smithi019.obqwgt (mgr.14180) 762 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:31.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:30 smithi122 bash[28108]: audit 2023-11-08T18:16:29.706705+0000 mgr.smithi019.obqwgt (mgr.14180) 762 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:31.412 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:16:32.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:31 smithi019 bash[24123]: cluster 2023-11-08T18:16:30.520210+0000 mgr.smithi019.obqwgt (mgr.14180) 763 : 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-08T18:16:32.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:31 smithi122 bash[28108]: cluster 2023-11-08T18:16:30.520210+0000 mgr.smithi019.obqwgt (mgr.14180) 763 : 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-08T18:16:34.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:33 smithi019 bash[24123]: cluster 2023-11-08T18:16:32.521110+0000 mgr.smithi019.obqwgt (mgr.14180) 764 : 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-08T18:16:34.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:33 smithi122 bash[28108]: cluster 2023-11-08T18:16:32.521110+0000 mgr.smithi019.obqwgt (mgr.14180) 764 : 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-08T18:16:34.613 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:16:34.614 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:32.426673Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vrvgrk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\nDeploy daemon haproxy.nfs.foo.smithi122.vrvgrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.482541Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.thaael on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\nDeploy daemon haproxy.nfs.foo.smithi019.thaael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.486679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gmmnir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:16:35.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:16:36.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:35 smithi122 bash[28108]: cluster 2023-11-08T18:16:34.522092+0000 mgr.smithi019.obqwgt (mgr.14180) 765 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:16:36.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:35 smithi122 bash[28108]: audit 2023-11-08T18:16:34.592684+0000 mgr.smithi019.obqwgt (mgr.14180) 766 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:36.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:35 smithi019 bash[24123]: cluster 2023-11-08T18:16:34.522092+0000 mgr.smithi019.obqwgt (mgr.14180) 765 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:16:36.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:35 smithi019 bash[24123]: audit 2023-11-08T18:16:34.592684+0000 mgr.smithi019.obqwgt (mgr.14180) 766 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:36.349 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:16:37.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:36 smithi122 bash[28108]: audit 2023-11-08T18:16:36.494350+0000 mon.smithi019 (mon.0) 863 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:16:37.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:36 smithi122 bash[28108]: audit 2023-11-08T18:16:36.797522+0000 mon.smithi019 (mon.0) 864 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:16:37.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:36 smithi122 bash[28108]: audit 2023-11-08T18:16:36.799026+0000 mon.smithi019 (mon.0) 865 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:16:37.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:36 smithi122 bash[28108]: audit 2023-11-08T18:16:36.807136+0000 mon.smithi019 (mon.0) 866 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:16:37.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:36 smithi122 bash[28108]: audit 2023-11-08T18:16:36.817853+0000 mon.smithi019 (mon.0) 867 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:16:37.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:36 smithi122 bash[28108]: audit 2023-11-08T18:16:36.831464+0000 mon.smithi019 (mon.0) 868 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:16:37.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:36 smithi019 bash[24123]: audit 2023-11-08T18:16:36.494350+0000 mon.smithi019 (mon.0) 863 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:16:37.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:36 smithi019 bash[24123]: audit 2023-11-08T18:16:36.797522+0000 mon.smithi019 (mon.0) 864 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:16:37.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:36 smithi019 bash[24123]: audit 2023-11-08T18:16:36.799026+0000 mon.smithi019 (mon.0) 865 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:16:37.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:36 smithi019 bash[24123]: audit 2023-11-08T18:16:36.807136+0000 mon.smithi019 (mon.0) 866 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:16:37.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:36 smithi019 bash[24123]: audit 2023-11-08T18:16:36.817853+0000 mon.smithi019 (mon.0) 867 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:16:37.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:36 smithi019 bash[24123]: audit 2023-11-08T18:16:36.831464+0000 mon.smithi019 (mon.0) 868 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:16:38.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:37 smithi019 bash[24123]: cluster 2023-11-08T18:16:36.522898+0000 mgr.smithi019.obqwgt (mgr.14180) 767 : cluster [DBG] pgmap v532: 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-08T18:16:38.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:37 smithi019 bash[24123]: cluster 2023-11-08T18:16:36.808049+0000 mgr.smithi019.obqwgt (mgr.14180) 768 : cluster [DBG] pgmap v533: 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-08T18:16:38.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:37 smithi019 bash[24123]: cephadm 2023-11-08T18:16:36.835829+0000 mgr.smithi019.obqwgt (mgr.14180) 769 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.wtcyly on smithi122 2023-11-08T18:16:38.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:37 smithi019 bash[24123]: cluster 2023-11-08T18:16:36.837104+0000 mon.smithi019 (mon.0) 869 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:16:38.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:37 smithi019 bash[24123]: cluster 2023-11-08T18:16:36.837151+0000 mon.smithi019 (mon.0) 870 : cluster [INF] Cluster is now healthy 2023-11-08T18:16:38.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:37 smithi122 bash[28108]: cluster 2023-11-08T18:16:36.522898+0000 mgr.smithi019.obqwgt (mgr.14180) 767 : cluster [DBG] pgmap v532: 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-08T18:16:38.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:37 smithi122 bash[28108]: cluster 2023-11-08T18:16:36.808049+0000 mgr.smithi019.obqwgt (mgr.14180) 768 : cluster [DBG] pgmap v533: 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-08T18:16:38.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:37 smithi122 bash[28108]: cephadm 2023-11-08T18:16:36.835829+0000 mgr.smithi019.obqwgt (mgr.14180) 769 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.wtcyly on smithi122 2023-11-08T18:16:38.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:37 smithi122 bash[28108]: cluster 2023-11-08T18:16:36.837104+0000 mon.smithi019 (mon.0) 869 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:16:38.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:37 smithi122 bash[28108]: cluster 2023-11-08T18:16:36.837151+0000 mon.smithi019 (mon.0) 870 : cluster [INF] Cluster is now healthy 2023-11-08T18:16:39.671 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:16:39.671 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:14:28.094106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gecder on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:32.426673Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vrvgrk on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vrvgrk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vrvgrk\nDeploy daemon haproxy.nfs.foo.smithi122.vrvgrk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.482541Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.thaael on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-thaael\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.thaael\nDeploy daemon haproxy.nfs.foo.smithi019.thaael ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:15:36.486679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.gmmnir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:16:39.915 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:39 smithi019 bash[24123]: cluster 2023-11-08T18:16:38.809045+0000 mgr.smithi019.obqwgt (mgr.14180) 770 : cluster [DBG] pgmap v534: 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-08T18:16:39.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:39 smithi122 bash[28108]: cluster 2023-11-08T18:16:38.809045+0000 mgr.smithi019.obqwgt (mgr.14180) 770 : cluster [DBG] pgmap v534: 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-08T18:16:40.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:16:40.725 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:40 smithi019 bash[24123]: audit 2023-11-08T18:16:39.653912+0000 mgr.smithi019.obqwgt (mgr.14180) 771 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:40.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:40 smithi122 bash[28108]: audit 2023-11-08T18:16:39.653912+0000 mgr.smithi019.obqwgt (mgr.14180) 771 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:41.448 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:16:41.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: cephadm 2023-11-08T18:16:40.716948+0000 mgr.smithi019.obqwgt (mgr.14180) 772 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly 2023-11-08T18:16:41.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:16:41.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly 2023-11-08T18:16:41.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly 2023-11-08T18:16:41.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:16:41.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly 2023-11-08T18:16:41.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.wtcyly ... 2023-11-08T18:16:41.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:41.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:16:41.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:16:41.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:16:41.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:41.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:16:41.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:16:41.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:16:41.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:16:41.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:16:41.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly 2023-11-08T18:16:41.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:16:41.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly 2023-11-08T18:16:41.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly 2023-11-08T18:16:41.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:16:41.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly 2023-11-08T18:16:41.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.wtcyly ... 2023-11-08T18:16:41.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:41.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:16:41.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:16:41.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:16:41.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:41.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: cephadm 2023-11-08T18:16:40.717590+0000 mgr.smithi019.obqwgt (mgr.14180) 773 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.wtcyly 2023-11-08T18:16:41.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: audit 2023-11-08T18:16:40.718268+0000 mon.smithi019 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.wtcyly"}]: dispatch 2023-11-08T18:16:41.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: cephadm 2023-11-08T18:16:40.720107+0000 mgr.smithi019.obqwgt (mgr.14180) 774 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.wtcyly on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly 2023-11-08T18:16:41.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:16:41.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly 2023-11-08T18:16:41.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly 2023-11-08T18:16:41.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:16:41.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly 2023-11-08T18:16:41.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.wtcyly ... 2023-11-08T18:16:41.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:41.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:16:41.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:16:41.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:16:41.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:41.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: cephadm 2023-11-08T18:16:40.725964+0000 mgr.smithi019.obqwgt (mgr.14180) 775 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.qighoa on smithi019 2023-11-08T18:16:41.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:41 smithi019 bash[24123]: cluster 2023-11-08T18:16:40.809803+0000 mgr.smithi019.obqwgt (mgr.14180) 776 : cluster [DBG] pgmap v535: 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-08T18:16:41.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: cephadm 2023-11-08T18:16:40.716948+0000 mgr.smithi019.obqwgt (mgr.14180) 772 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly 2023-11-08T18:16:41.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:16:41.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly 2023-11-08T18:16:41.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly 2023-11-08T18:16:41.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:16:41.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly 2023-11-08T18:16:41.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.wtcyly ... 2023-11-08T18:16:41.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:41.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:16:41.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:16:41.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:16:41.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:41.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:16:41.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:16:41.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:16:41.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:16:41.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:16:41.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly 2023-11-08T18:16:41.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:16:41.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly 2023-11-08T18:16:41.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly 2023-11-08T18:16:41.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:16:41.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly 2023-11-08T18:16:41.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.wtcyly ... 2023-11-08T18:16:41.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:41.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:16:41.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:16:41.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:16:41.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:41.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: cephadm 2023-11-08T18:16:40.717590+0000 mgr.smithi019.obqwgt (mgr.14180) 773 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.wtcyly 2023-11-08T18:16:41.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: audit 2023-11-08T18:16:40.718268+0000 mon.smithi019 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.wtcyly"}]: dispatch 2023-11-08T18:16:41.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: cephadm 2023-11-08T18:16:40.720107+0000 mgr.smithi019.obqwgt (mgr.14180) 774 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.wtcyly on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly 2023-11-08T18:16:41.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:16:41.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly 2023-11-08T18:16:41.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly 2023-11-08T18:16:41.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:16:41.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly 2023-11-08T18:16:41.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.wtcyly ... 2023-11-08T18:16:41.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:41.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:16:41.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:16:41.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:16:41.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:41.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: cephadm 2023-11-08T18:16:40.725964+0000 mgr.smithi019.obqwgt (mgr.14180) 775 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.qighoa on smithi019 2023-11-08T18:16:41.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:41 smithi122 bash[28108]: cluster 2023-11-08T18:16:40.809803+0000 mgr.smithi019.obqwgt (mgr.14180) 776 : cluster [DBG] pgmap v535: 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-08T18:16:44.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:43 smithi122 bash[28108]: cluster 2023-11-08T18:16:42.810910+0000 mgr.smithi019.obqwgt (mgr.14180) 777 : cluster [DBG] pgmap v536: 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-08T18:16:44.267 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:43 smithi019 bash[24123]: cluster 2023-11-08T18:16:42.810910+0000 mgr.smithi019.obqwgt (mgr.14180) 777 : cluster [DBG] pgmap v536: 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-08T18:16:44.686 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:16:44.686 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:40.719781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wtcyly on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\nDeploy daemon haproxy.nfs.foo.smithi122.wtcyly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.498599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qighoa on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\nDeploy daemon haproxy.nfs.foo.smithi019.qighoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.501876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.szfvtv on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:16:45.402 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:16:45.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:45 smithi122 bash[28108]: audit 2023-11-08T18:16:44.419815+0000 mon.smithi019 (mon.0) 872 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:16:45.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:45 smithi122 bash[28108]: audit 2023-11-08T18:16:44.497716+0000 mon.smithi019 (mon.0) 873 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.qighoa"}]: dispatch 2023-11-08T18:16:45.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:45 smithi019 bash[24123]: audit 2023-11-08T18:16:44.419815+0000 mon.smithi019 (mon.0) 872 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:16:45.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:45 smithi019 bash[24123]: audit 2023-11-08T18:16:44.497716+0000 mon.smithi019 (mon.0) 873 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.qighoa"}]: dispatch 2023-11-08T18:16:46.403 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:16:46.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: cephadm 2023-11-08T18:16:44.496611+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa 2023-11-08T18:16:46.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:16:46.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa 2023-11-08T18:16:46.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa 2023-11-08T18:16:46.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:16:46.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa 2023-11-08T18:16:46.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.qighoa ... 2023-11-08T18:16:46.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:46.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:16:46.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:16:46.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:16:46.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:46.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:16:46.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:16:46.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:16:46.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:16:46.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:16:46.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa 2023-11-08T18:16:46.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:16:46.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa 2023-11-08T18:16:46.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa 2023-11-08T18:16:46.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:16:46.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa 2023-11-08T18:16:46.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.qighoa ... 2023-11-08T18:16:46.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:46.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:16:46.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:16:46.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:16:46.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:46.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: cephadm 2023-11-08T18:16:44.497213+0000 mgr.smithi019.obqwgt (mgr.14180) 779 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.qighoa 2023-11-08T18:16:46.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: cephadm 2023-11-08T18:16:44.498787+0000 mgr.smithi019.obqwgt (mgr.14180) 780 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.qighoa on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa 2023-11-08T18:16:46.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:16:46.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa 2023-11-08T18:16:46.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa 2023-11-08T18:16:46.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:16:46.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa 2023-11-08T18:16:46.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.qighoa ... 2023-11-08T18:16:46.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:46.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:16:46.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:16:46.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:16:46.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:46.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: cephadm 2023-11-08T18:16:44.502033+0000 mgr.smithi019.obqwgt (mgr.14180) 781 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.szfvtv on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:16:46.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: cephadm 2023-11-08T18:16:44.504715+0000 mgr.smithi019.obqwgt (mgr.14180) 782 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:16:46.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: cluster 2023-11-08T18:16:44.505841+0000 mgr.smithi019.obqwgt (mgr.14180) 783 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-11-08T18:16:46.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: audit 2023-11-08T18:16:44.666370+0000 mgr.smithi019.obqwgt (mgr.14180) 784 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:46.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:46 smithi122 bash[28108]: cluster 2023-11-08T18:16:45.417627+0000 mon.smithi019 (mon.0) 874 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:16:46.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: cephadm 2023-11-08T18:16:44.496611+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa 2023-11-08T18:16:46.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:16:46.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa 2023-11-08T18:16:46.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa 2023-11-08T18:16:46.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:16:46.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa 2023-11-08T18:16:46.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.qighoa ... 2023-11-08T18:16:46.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:46.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:16:46.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:16:46.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:16:46.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:46.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:16:46.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:16:46.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:16:46.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:16:46.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:16:46.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa 2023-11-08T18:16:46.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:16:46.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa 2023-11-08T18:16:46.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa 2023-11-08T18:16:46.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:16:46.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa 2023-11-08T18:16:46.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.qighoa ... 2023-11-08T18:16:46.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:46.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:16:46.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:16:46.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:16:46.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:46.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: cephadm 2023-11-08T18:16:44.497213+0000 mgr.smithi019.obqwgt (mgr.14180) 779 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.qighoa 2023-11-08T18:16:46.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: cephadm 2023-11-08T18:16:44.498787+0000 mgr.smithi019.obqwgt (mgr.14180) 780 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.qighoa on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa 2023-11-08T18:16:46.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:16:46.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa 2023-11-08T18:16:46.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa 2023-11-08T18:16:46.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:16:46.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa 2023-11-08T18:16:46.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.qighoa ... 2023-11-08T18:16:46.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:46.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:16:46.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:16:46.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:16:46.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:16:46.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: cephadm 2023-11-08T18:16:44.502033+0000 mgr.smithi019.obqwgt (mgr.14180) 781 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.szfvtv on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:16:46.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: cephadm 2023-11-08T18:16:44.504715+0000 mgr.smithi019.obqwgt (mgr.14180) 782 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:16:46.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: cluster 2023-11-08T18:16:44.505841+0000 mgr.smithi019.obqwgt (mgr.14180) 783 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-11-08T18:16:46.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: audit 2023-11-08T18:16:44.666370+0000 mgr.smithi019.obqwgt (mgr.14180) 784 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:46.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:46 smithi019 bash[24123]: cluster 2023-11-08T18:16:45.417627+0000 mon.smithi019 (mon.0) 874 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:16:48.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:48 smithi122 bash[28108]: cluster 2023-11-08T18:16:46.506979+0000 mgr.smithi019.obqwgt (mgr.14180) 785 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-11-08T18:16:48.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:48 smithi019 bash[24123]: cluster 2023-11-08T18:16:46.506979+0000 mgr.smithi019.obqwgt (mgr.14180) 785 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-11-08T18:16:49.707 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:16:49.707 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:40.719781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wtcyly on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\nDeploy daemon haproxy.nfs.foo.smithi122.wtcyly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.498599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qighoa on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\nDeploy daemon haproxy.nfs.foo.smithi019.qighoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.501876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.szfvtv on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:16:49.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:49 smithi122 bash[28108]: cluster 2023-11-08T18:16:48.508269+0000 mgr.smithi019.obqwgt (mgr.14180) 786 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:16:49.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:49 smithi122 bash[28108]: audit 2023-11-08T18:16:48.700599+0000 mon.smithi019 (mon.0) 875 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:16:50.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:49 smithi019 bash[24123]: cluster 2023-11-08T18:16:48.508269+0000 mgr.smithi019.obqwgt (mgr.14180) 786 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:16:50.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:49 smithi019 bash[24123]: audit 2023-11-08T18:16:48.700599+0000 mon.smithi019 (mon.0) 875 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:16:50.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:16:51.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:50 smithi019 bash[24123]: audit 2023-11-08T18:16:49.691975+0000 mgr.smithi019.obqwgt (mgr.14180) 787 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:51.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:50 smithi122 bash[28108]: audit 2023-11-08T18:16:49.691975+0000 mgr.smithi019.obqwgt (mgr.14180) 787 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:51.426 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:16:52.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:51 smithi019 bash[24123]: cluster 2023-11-08T18:16:50.509262+0000 mgr.smithi019.obqwgt (mgr.14180) 788 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:16:52.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:51 smithi122 bash[28108]: cluster 2023-11-08T18:16:50.509262+0000 mgr.smithi019.obqwgt (mgr.14180) 788 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:16:53.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:53 smithi019 bash[24123]: cluster 2023-11-08T18:16:52.510680+0000 mgr.smithi019.obqwgt (mgr.14180) 789 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:16:54.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:53 smithi122 bash[28108]: cluster 2023-11-08T18:16:52.510680+0000 mgr.smithi019.obqwgt (mgr.14180) 789 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:16:54.786 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:16:54.786 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:40.719781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wtcyly on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\nDeploy daemon haproxy.nfs.foo.smithi122.wtcyly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.498599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qighoa on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\nDeploy daemon haproxy.nfs.foo.smithi019.qighoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.501876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.szfvtv on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:16:55.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:16:55.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:55 smithi019 bash[24123]: cluster 2023-11-08T18:16:54.511543+0000 mgr.smithi019.obqwgt (mgr.14180) 790 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:16:55.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:55 smithi019 bash[24123]: audit 2023-11-08T18:16:54.771700+0000 mgr.smithi019.obqwgt (mgr.14180) 791 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:56.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:55 smithi122 bash[28108]: cluster 2023-11-08T18:16:54.511543+0000 mgr.smithi019.obqwgt (mgr.14180) 790 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:16:56.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:55 smithi122 bash[28108]: audit 2023-11-08T18:16:54.771700+0000 mgr.smithi019.obqwgt (mgr.14180) 791 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:16:56.525 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:16:58.038 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:16:57 smithi019 bash[24123]: cluster 2023-11-08T18:16:56.512739+0000 mgr.smithi019.obqwgt (mgr.14180) 792 : cluster [DBG] pgmap v543: 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-08T18:16:58.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:16:57 smithi122 bash[28108]: cluster 2023-11-08T18:16:56.512739+0000 mgr.smithi019.obqwgt (mgr.14180) 792 : cluster [DBG] pgmap v543: 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-08T18:16:59.829 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:16:59.829 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:40.719781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wtcyly on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\nDeploy daemon haproxy.nfs.foo.smithi122.wtcyly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.498599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qighoa on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\nDeploy daemon haproxy.nfs.foo.smithi019.qighoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.501876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.szfvtv on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:17:00.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:17:00.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:00 smithi122 bash[28108]: cluster 2023-11-08T18:16:58.513428+0000 mgr.smithi019.obqwgt (mgr.14180) 793 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:17:00.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:00 smithi122 bash[28108]: audit 2023-11-08T18:16:59.421916+0000 mon.smithi019 (mon.0) 876 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:17:00.759 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:00 smithi019 bash[24123]: cluster 2023-11-08T18:16:58.513428+0000 mgr.smithi019.obqwgt (mgr.14180) 793 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:17:00.759 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:00 smithi019 bash[24123]: audit 2023-11-08T18:16:59.421916+0000 mon.smithi019 (mon.0) 876 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:17:01.534 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:17:01.547 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:01 smithi019 bash[24123]: audit 2023-11-08T18:16:59.808960+0000 mgr.smithi019.obqwgt (mgr.14180) 794 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:01.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:01 smithi122 bash[28108]: audit 2023-11-08T18:16:59.808960+0000 mgr.smithi019.obqwgt (mgr.14180) 794 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:02.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:02 smithi019 bash[24123]: cluster 2023-11-08T18:17:00.514327+0000 mgr.smithi019.obqwgt (mgr.14180) 795 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:17:02.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:02 smithi122 bash[28108]: cluster 2023-11-08T18:17:00.514327+0000 mgr.smithi019.obqwgt (mgr.14180) 795 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:17:04.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:04 smithi019 bash[24123]: cluster 2023-11-08T18:17:02.515347+0000 mgr.smithi019.obqwgt (mgr.14180) 796 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:17:04.642 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:17:04.642 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:40.719781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wtcyly on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\nDeploy daemon haproxy.nfs.foo.smithi122.wtcyly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.498599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qighoa on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\nDeploy daemon haproxy.nfs.foo.smithi019.qighoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.501876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.szfvtv on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:17:04.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:04 smithi122 bash[28108]: cluster 2023-11-08T18:17:02.515347+0000 mgr.smithi019.obqwgt (mgr.14180) 796 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:17:05.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:17:06.331 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:17:06.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:06 smithi122 bash[28108]: cluster 2023-11-08T18:17:04.516255+0000 mgr.smithi019.obqwgt (mgr.14180) 797 : 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-08T18:17:06.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:06 smithi122 bash[28108]: audit 2023-11-08T18:17:04.627726+0000 mgr.smithi019.obqwgt (mgr.14180) 798 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:06.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:06 smithi019 bash[24123]: cluster 2023-11-08T18:17:04.516255+0000 mgr.smithi019.obqwgt (mgr.14180) 797 : 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-08T18:17:06.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:06 smithi019 bash[24123]: audit 2023-11-08T18:17:04.627726+0000 mgr.smithi019.obqwgt (mgr.14180) 798 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:08.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:08 smithi122 bash[28108]: cluster 2023-11-08T18:17:06.517290+0000 mgr.smithi019.obqwgt (mgr.14180) 799 : 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-08T18:17:08.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:08 smithi019 bash[24123]: cluster 2023-11-08T18:17:06.517290+0000 mgr.smithi019.obqwgt (mgr.14180) 799 : 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-08T18:17:09.587 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:17:09.587 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:40.719781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wtcyly on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\nDeploy daemon haproxy.nfs.foo.smithi122.wtcyly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.498599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qighoa on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\nDeploy daemon haproxy.nfs.foo.smithi019.qighoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.501876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.szfvtv on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:17:10.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:17:10.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:10 smithi019 bash[24123]: cluster 2023-11-08T18:17:08.518630+0000 mgr.smithi019.obqwgt (mgr.14180) 800 : 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-08T18:17:10.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:10 smithi122 bash[28108]: cluster 2023-11-08T18:17:08.518630+0000 mgr.smithi019.obqwgt (mgr.14180) 800 : 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-08T18:17:11.325 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:17:11.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:11 smithi019 bash[24123]: audit 2023-11-08T18:17:09.568108+0000 mgr.smithi019.obqwgt (mgr.14180) 801 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:11.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:11 smithi122 bash[28108]: audit 2023-11-08T18:17:09.568108+0000 mgr.smithi019.obqwgt (mgr.14180) 801 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:12.718 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:12 smithi019 bash[24123]: cluster 2023-11-08T18:17:10.519586+0000 mgr.smithi019.obqwgt (mgr.14180) 802 : 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-08T18:17:12.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:12 smithi122 bash[28108]: cluster 2023-11-08T18:17:10.519586+0000 mgr.smithi019.obqwgt (mgr.14180) 802 : 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-08T18:17:14.479 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:17:14.479 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:40.719781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wtcyly on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\nDeploy daemon haproxy.nfs.foo.smithi122.wtcyly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.498599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qighoa on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\nDeploy daemon haproxy.nfs.foo.smithi019.qighoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.501876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.szfvtv on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:17:14.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:14 smithi019 bash[24123]: cluster 2023-11-08T18:17:12.520962+0000 mgr.smithi019.obqwgt (mgr.14180) 803 : 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-08T18:17:14.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:14 smithi122 bash[28108]: cluster 2023-11-08T18:17:12.520962+0000 mgr.smithi019.obqwgt (mgr.14180) 803 : 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-08T18:17:15.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:17:15.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:15 smithi019 bash[24123]: audit 2023-11-08T18:17:14.447678+0000 mgr.smithi019.obqwgt (mgr.14180) 804 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:15.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:15 smithi122 bash[28108]: audit 2023-11-08T18:17:14.447678+0000 mgr.smithi019.obqwgt (mgr.14180) 804 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:16.168 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:17:16.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:16 smithi019 bash[24123]: cluster 2023-11-08T18:17:14.521827+0000 mgr.smithi019.obqwgt (mgr.14180) 805 : 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-08T18:17:16.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:16 smithi122 bash[28108]: cluster 2023-11-08T18:17:14.521827+0000 mgr.smithi019.obqwgt (mgr.14180) 805 : 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-08T18:17:18.828 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:18 smithi019 bash[24123]: cluster 2023-11-08T18:17:16.522478+0000 mgr.smithi019.obqwgt (mgr.14180) 806 : 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-08T18:17:18.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:18 smithi122 bash[28108]: cluster 2023-11-08T18:17:16.522478+0000 mgr.smithi019.obqwgt (mgr.14180) 806 : 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-08T18:17:19.275 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:17:19.275 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:40.719781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wtcyly on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\nDeploy daemon haproxy.nfs.foo.smithi122.wtcyly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.498599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qighoa on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\nDeploy daemon haproxy.nfs.foo.smithi019.qighoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.501876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.szfvtv on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:17:19.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:19 smithi019 bash[24123]: cluster 2023-11-08T18:17:18.523713+0000 mgr.smithi019.obqwgt (mgr.14180) 807 : 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-08T18:17:19.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:19 smithi019 bash[24123]: audit 2023-11-08T18:17:19.256079+0000 mgr.smithi019.obqwgt (mgr.14180) 808 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:19.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:19 smithi122 bash[28108]: cluster 2023-11-08T18:17:18.523713+0000 mgr.smithi019.obqwgt (mgr.14180) 807 : 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-08T18:17:19.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:19 smithi122 bash[28108]: audit 2023-11-08T18:17:19.256079+0000 mgr.smithi019.obqwgt (mgr.14180) 808 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:19.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:17:21.001 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:17:21.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:21 smithi122 bash[28108]: cluster 2023-11-08T18:17:20.524643+0000 mgr.smithi019.obqwgt (mgr.14180) 809 : 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-08T18:17:21.985 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:21 smithi019 bash[24123]: cluster 2023-11-08T18:17:20.524643+0000 mgr.smithi019.obqwgt (mgr.14180) 809 : 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-08T18:17:23.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:23 smithi019 bash[24123]: cluster 2023-11-08T18:17:22.525639+0000 mgr.smithi019.obqwgt (mgr.14180) 810 : 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-08T18:17:23.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:23 smithi122 bash[28108]: cluster 2023-11-08T18:17:22.525639+0000 mgr.smithi019.obqwgt (mgr.14180) 810 : 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-08T18:17:24.009 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:17:24.009 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:40.719781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wtcyly on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\nDeploy daemon haproxy.nfs.foo.smithi122.wtcyly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.498599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qighoa on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\nDeploy daemon haproxy.nfs.foo.smithi019.qighoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.501876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.szfvtv on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:17:24.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:17:24.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:24 smithi122 bash[28108]: audit 2023-11-08T18:17:23.988140+0000 mgr.smithi019.obqwgt (mgr.14180) 811 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:25.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:24 smithi019 bash[24123]: audit 2023-11-08T18:17:23.988140+0000 mgr.smithi019.obqwgt (mgr.14180) 811 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:25.706 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:17:25.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:25 smithi122 bash[28108]: cluster 2023-11-08T18:17:24.526549+0000 mgr.smithi019.obqwgt (mgr.14180) 812 : 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-08T18:17:26.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:25 smithi019 bash[24123]: cluster 2023-11-08T18:17:24.526549+0000 mgr.smithi019.obqwgt (mgr.14180) 812 : 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-08T18:17:27.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:27 smithi122 bash[28108]: cluster 2023-11-08T18:17:26.527824+0000 mgr.smithi019.obqwgt (mgr.14180) 813 : 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-08T18:17:28.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:27 smithi019 bash[24123]: cluster 2023-11-08T18:17:26.527824+0000 mgr.smithi019.obqwgt (mgr.14180) 813 : 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-08T18:17:29.080 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:17:29.081 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:40.719781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wtcyly on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\nDeploy daemon haproxy.nfs.foo.smithi122.wtcyly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.498599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qighoa on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\nDeploy daemon haproxy.nfs.foo.smithi019.qighoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.501876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.szfvtv on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:17:29.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:17:29.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:29 smithi122 bash[28108]: cluster 2023-11-08T18:17:28.529198+0000 mgr.smithi019.obqwgt (mgr.14180) 814 : 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-08T18:17:29.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:29 smithi122 bash[28108]: audit 2023-11-08T18:17:29.059837+0000 mgr.smithi019.obqwgt (mgr.14180) 815 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:30.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:29 smithi019 bash[24123]: cluster 2023-11-08T18:17:28.529198+0000 mgr.smithi019.obqwgt (mgr.14180) 814 : 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-08T18:17:30.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:29 smithi019 bash[24123]: audit 2023-11-08T18:17:29.059837+0000 mgr.smithi019.obqwgt (mgr.14180) 815 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:30.873 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:17:31.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:31 smithi122 bash[28108]: cluster 2023-11-08T18:17:30.530172+0000 mgr.smithi019.obqwgt (mgr.14180) 816 : 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-08T18:17:32.069 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:31 smithi019 bash[24123]: cluster 2023-11-08T18:17:30.530172+0000 mgr.smithi019.obqwgt (mgr.14180) 816 : 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-08T18:17:33.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:33 smithi019 bash[24123]: cluster 2023-11-08T18:17:32.530972+0000 mgr.smithi019.obqwgt (mgr.14180) 817 : 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-08T18:17:33.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:33 smithi122 bash[28108]: cluster 2023-11-08T18:17:32.530972+0000 mgr.smithi019.obqwgt (mgr.14180) 817 : 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-08T18:17:34.037 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:17:34.038 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:40.719781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wtcyly on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\nDeploy daemon haproxy.nfs.foo.smithi122.wtcyly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.498599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qighoa on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\nDeploy daemon haproxy.nfs.foo.smithi019.qighoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.501876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.szfvtv on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:17:34.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:17:35.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:34 smithi019 bash[24123]: audit 2023-11-08T18:17:34.016772+0000 mgr.smithi019.obqwgt (mgr.14180) 818 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:35.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:34 smithi122 bash[28108]: audit 2023-11-08T18:17:34.016772+0000 mgr.smithi019.obqwgt (mgr.14180) 818 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:35.825 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:17:36.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:35 smithi019 bash[24123]: cluster 2023-11-08T18:17:34.531552+0000 mgr.smithi019.obqwgt (mgr.14180) 819 : 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-08T18:17:36.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:35 smithi122 bash[28108]: cluster 2023-11-08T18:17:34.531552+0000 mgr.smithi019.obqwgt (mgr.14180) 819 : 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-08T18:17:38.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:37 smithi019 bash[24123]: cluster 2023-11-08T18:17:36.532700+0000 mgr.smithi019.obqwgt (mgr.14180) 820 : 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-08T18:17:38.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:37 smithi122 bash[28108]: cluster 2023-11-08T18:17:36.532700+0000 mgr.smithi019.obqwgt (mgr.14180) 820 : 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-08T18:17:39.116 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:17:39.117 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:40.719781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wtcyly on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\nDeploy daemon haproxy.nfs.foo.smithi122.wtcyly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.498599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qighoa on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\nDeploy daemon haproxy.nfs.foo.smithi019.qighoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.501876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.szfvtv on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:17:39.795 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:17:40.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:39 smithi019 bash[24123]: cluster 2023-11-08T18:17:38.533977+0000 mgr.smithi019.obqwgt (mgr.14180) 821 : 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-08T18:17:40.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:39 smithi019 bash[24123]: audit 2023-11-08T18:17:39.095037+0000 mgr.smithi019.obqwgt (mgr.14180) 822 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:40.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:39 smithi122 bash[28108]: cluster 2023-11-08T18:17:38.533977+0000 mgr.smithi019.obqwgt (mgr.14180) 821 : 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-08T18:17:40.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:39 smithi122 bash[28108]: audit 2023-11-08T18:17:39.095037+0000 mgr.smithi019.obqwgt (mgr.14180) 822 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:40.796 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:17:42.010 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:41 smithi019 bash[24123]: cluster 2023-11-08T18:17:40.534926+0000 mgr.smithi019.obqwgt (mgr.14180) 823 : 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-08T18:17:42.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:41 smithi122 bash[28108]: cluster 2023-11-08T18:17:40.534926+0000 mgr.smithi019.obqwgt (mgr.14180) 823 : 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-08T18:17:43.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:43 smithi019 bash[24123]: cluster 2023-11-08T18:17:42.536319+0000 mgr.smithi019.obqwgt (mgr.14180) 824 : 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-08T18:17:43.971 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:17:43.971 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:15:36.489594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wafspi on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:40.719781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wtcyly on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\nDeploy daemon haproxy.nfs.foo.smithi122.wtcyly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.498599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qighoa on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\nDeploy daemon haproxy.nfs.foo.smithi019.qighoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.501876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.szfvtv on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:17:44.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:43 smithi122 bash[28108]: cluster 2023-11-08T18:17:42.536319+0000 mgr.smithi019.obqwgt (mgr.14180) 824 : 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-08T18:17:44.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:17:45.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:44 smithi019 bash[24123]: audit 2023-11-08T18:17:43.951712+0000 mgr.smithi019.obqwgt (mgr.14180) 825 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:45.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:44 smithi019 bash[24123]: audit 2023-11-08T18:17:44.509535+0000 mon.smithi019 (mon.0) 877 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:17:45.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:44 smithi122 bash[28108]: audit 2023-11-08T18:17:43.951712+0000 mgr.smithi019.obqwgt (mgr.14180) 825 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:45.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:44 smithi122 bash[28108]: audit 2023-11-08T18:17:44.509535+0000 mon.smithi019 (mon.0) 877 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:17:45.702 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:17:46.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:45 smithi019 bash[24123]: cluster 2023-11-08T18:17:44.537312+0000 mgr.smithi019.obqwgt (mgr.14180) 826 : 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-08T18:17:46.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:45 smithi019 bash[24123]: audit 2023-11-08T18:17:44.795692+0000 mon.smithi019 (mon.0) 878 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:17:46.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:45 smithi019 bash[24123]: audit 2023-11-08T18:17:44.796937+0000 mon.smithi019 (mon.0) 879 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:17:46.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:45 smithi019 bash[24123]: audit 2023-11-08T18:17:44.803843+0000 mon.smithi019 (mon.0) 880 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:17:46.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:45 smithi019 bash[24123]: cluster 2023-11-08T18:17:44.804637+0000 mgr.smithi019.obqwgt (mgr.14180) 827 : cluster [DBG] pgmap v568: 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-08T18:17:46.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:45 smithi019 bash[24123]: audit 2023-11-08T18:17:44.811304+0000 mon.smithi019 (mon.0) 881 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:17:46.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:45 smithi019 bash[24123]: audit 2023-11-08T18:17:44.824109+0000 mon.smithi019 (mon.0) 882 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:17:46.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:45 smithi019 bash[24123]: cephadm 2023-11-08T18:17:44.827420+0000 mgr.smithi019.obqwgt (mgr.14180) 828 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.aivstf on smithi122 2023-11-08T18:17:46.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:45 smithi122 bash[28108]: cluster 2023-11-08T18:17:44.537312+0000 mgr.smithi019.obqwgt (mgr.14180) 826 : 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-08T18:17:46.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:45 smithi122 bash[28108]: audit 2023-11-08T18:17:44.795692+0000 mon.smithi019 (mon.0) 878 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:17:46.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:45 smithi122 bash[28108]: audit 2023-11-08T18:17:44.796937+0000 mon.smithi019 (mon.0) 879 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:17:46.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:45 smithi122 bash[28108]: audit 2023-11-08T18:17:44.803843+0000 mon.smithi019 (mon.0) 880 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:17:46.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:45 smithi122 bash[28108]: cluster 2023-11-08T18:17:44.804637+0000 mgr.smithi019.obqwgt (mgr.14180) 827 : cluster [DBG] pgmap v568: 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-08T18:17:46.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:45 smithi122 bash[28108]: audit 2023-11-08T18:17:44.811304+0000 mon.smithi019 (mon.0) 881 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:17:46.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:45 smithi122 bash[28108]: audit 2023-11-08T18:17:44.824109+0000 mon.smithi019 (mon.0) 882 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:17:46.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:45 smithi122 bash[28108]: cephadm 2023-11-08T18:17:44.827420+0000 mgr.smithi019.obqwgt (mgr.14180) 828 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.aivstf on smithi122 2023-11-08T18:17:47.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:46 smithi019 bash[24123]: cluster 2023-11-08T18:17:45.801602+0000 mon.smithi019 (mon.0) 883 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:17:47.082 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:46 smithi019 bash[24123]: cluster 2023-11-08T18:17:45.801666+0000 mon.smithi019 (mon.0) 884 : cluster [INF] Cluster is now healthy 2023-11-08T18:17:47.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:46 smithi122 bash[28108]: cluster 2023-11-08T18:17:45.801602+0000 mon.smithi019 (mon.0) 883 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:17:47.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:46 smithi122 bash[28108]: cluster 2023-11-08T18:17:45.801666+0000 mon.smithi019 (mon.0) 884 : cluster [INF] Cluster is now healthy 2023-11-08T18:17:48.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:47 smithi019 bash[24123]: cluster 2023-11-08T18:17:46.805403+0000 mgr.smithi019.obqwgt (mgr.14180) 829 : cluster [DBG] pgmap v569: 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-08T18:17:48.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:47 smithi122 bash[28108]: cluster 2023-11-08T18:17:46.805403+0000 mgr.smithi019.obqwgt (mgr.14180) 829 : cluster [DBG] pgmap v569: 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-08T18:17:48.992 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:17:48.992 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:16:40.719781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wtcyly on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wtcyly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wtcyly\nDeploy daemon haproxy.nfs.foo.smithi122.wtcyly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.498599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qighoa on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qighoa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qighoa\nDeploy daemon haproxy.nfs.foo.smithi019.qighoa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:16:44.501876Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.szfvtv on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:48.780419Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.aivstf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\nDeploy daemon haproxy.nfs.foo.smithi122.aivstf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:17:49.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:17:49.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: cephadm 2023-11-08T18:17:48.778462+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf 2023-11-08T18:17:49.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:17:49.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf 2023-11-08T18:17:49.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf 2023-11-08T18:17:49.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:17:49.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf 2023-11-08T18:17:49.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.aivstf ... 2023-11-08T18:17:49.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:49.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:17:49.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:17:49.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:17:49.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:49.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:17:49.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:17:49.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:17:49.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:17:49.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:17:49.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf 2023-11-08T18:17:49.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:17:49.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf 2023-11-08T18:17:49.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf 2023-11-08T18:17:49.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:17:49.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf 2023-11-08T18:17:49.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.aivstf ... 2023-11-08T18:17:49.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:49.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:17:49.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:17:49.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:17:49.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:49.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: cephadm 2023-11-08T18:17:48.778934+0000 mgr.smithi019.obqwgt (mgr.14180) 831 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.aivstf 2023-11-08T18:17:49.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: audit 2023-11-08T18:17:48.779413+0000 mon.smithi019 (mon.0) 885 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.aivstf"}]: dispatch 2023-11-08T18:17:49.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: cephadm 2023-11-08T18:17:48.780583+0000 mgr.smithi019.obqwgt (mgr.14180) 832 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.aivstf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf 2023-11-08T18:17:49.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:17:49.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf 2023-11-08T18:17:49.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf 2023-11-08T18:17:49.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:17:49.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf 2023-11-08T18:17:49.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.aivstf ... 2023-11-08T18:17:49.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:49.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:17:49.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:17:49.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:17:49.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:49.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: cephadm 2023-11-08T18:17:48.783866+0000 mgr.smithi019.obqwgt (mgr.14180) 833 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.qzurhc on smithi019 2023-11-08T18:17:49.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: cluster 2023-11-08T18:17:48.806229+0000 mgr.smithi019.obqwgt (mgr.14180) 834 : cluster [DBG] pgmap v570: 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-08T18:17:49.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:49 smithi122 bash[28108]: audit 2023-11-08T18:17:48.971838+0000 mgr.smithi019.obqwgt (mgr.14180) 835 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:50.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: cephadm 2023-11-08T18:17:48.778462+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf 2023-11-08T18:17:50.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:17:50.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf 2023-11-08T18:17:50.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf 2023-11-08T18:17:50.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:17:50.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf 2023-11-08T18:17:50.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.aivstf ... 2023-11-08T18:17:50.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:50.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:17:50.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:17:50.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:17:50.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:50.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:17:50.099 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:17:50.099 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:17:50.101 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:17:50.101 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:17:50.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf 2023-11-08T18:17:50.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:17:50.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf 2023-11-08T18:17:50.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf 2023-11-08T18:17:50.103 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:17:50.103 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf 2023-11-08T18:17:50.103 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.aivstf ... 2023-11-08T18:17:50.103 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:50.104 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:17:50.104 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:17:50.104 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:17:50.105 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:50.105 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: cephadm 2023-11-08T18:17:48.778934+0000 mgr.smithi019.obqwgt (mgr.14180) 831 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.aivstf 2023-11-08T18:17:50.105 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: audit 2023-11-08T18:17:48.779413+0000 mon.smithi019 (mon.0) 885 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.aivstf"}]: dispatch 2023-11-08T18:17:50.105 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: cephadm 2023-11-08T18:17:48.780583+0000 mgr.smithi019.obqwgt (mgr.14180) 832 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.aivstf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf 2023-11-08T18:17:50.105 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:17:50.106 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf 2023-11-08T18:17:50.106 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf 2023-11-08T18:17:50.106 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:17:50.106 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf 2023-11-08T18:17:50.106 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.aivstf ... 2023-11-08T18:17:50.107 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:50.107 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:17:50.107 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:17:50.107 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:17:50.107 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:50.108 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: cephadm 2023-11-08T18:17:48.783866+0000 mgr.smithi019.obqwgt (mgr.14180) 833 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.qzurhc on smithi019 2023-11-08T18:17:50.108 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: cluster 2023-11-08T18:17:48.806229+0000 mgr.smithi019.obqwgt (mgr.14180) 834 : cluster [DBG] pgmap v570: 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-08T18:17:50.108 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:49 smithi019 bash[24123]: audit 2023-11-08T18:17:48.971838+0000 mgr.smithi019.obqwgt (mgr.14180) 835 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:50.765 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:17:52.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:51 smithi019 bash[24123]: cluster 2023-11-08T18:17:50.806976+0000 mgr.smithi019.obqwgt (mgr.14180) 836 : cluster [DBG] pgmap v571: 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-08T18:17:52.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:51 smithi122 bash[28108]: cluster 2023-11-08T18:17:50.806976+0000 mgr.smithi019.obqwgt (mgr.14180) 836 : cluster [DBG] pgmap v571: 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-08T18:17:53.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:52 smithi019 bash[24123]: audit 2023-11-08T18:17:52.836218+0000 mon.smithi019 (mon.0) 886 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.qzurhc"}]: dispatch 2023-11-08T18:17:53.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:52 smithi122 bash[28108]: audit 2023-11-08T18:17:52.836218+0000 mon.smithi019 (mon.0) 886 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.qzurhc"}]: dispatch 2023-11-08T18:17:54.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: cluster 2023-11-08T18:17:52.808195+0000 mgr.smithi019.obqwgt (mgr.14180) 837 : 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-08T18:17:54.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: cephadm 2023-11-08T18:17:52.835471+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc 2023-11-08T18:17:54.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:17:54.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc 2023-11-08T18:17:54.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc 2023-11-08T18:17:54.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:17:54.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc 2023-11-08T18:17:54.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.qzurhc ... 2023-11-08T18:17:54.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:54.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:17:54.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:17:54.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:17:54.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:54.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:17:54.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:17:54.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:17:54.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:17:54.099 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:17:54.099 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc 2023-11-08T18:17:54.099 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:17:54.099 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc 2023-11-08T18:17:54.099 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc 2023-11-08T18:17:54.100 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:17:54.100 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc 2023-11-08T18:17:54.100 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.qzurhc ... 2023-11-08T18:17:54.100 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:54.101 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:17:54.101 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:17:54.101 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:17:54.101 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:54.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: cephadm 2023-11-08T18:17:52.835753+0000 mgr.smithi019.obqwgt (mgr.14180) 839 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.qzurhc 2023-11-08T18:17:54.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: cephadm 2023-11-08T18:17:52.837523+0000 mgr.smithi019.obqwgt (mgr.14180) 840 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.qzurhc on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc 2023-11-08T18:17:54.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:17:54.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc 2023-11-08T18:17:54.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc 2023-11-08T18:17:54.103 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:17:54.103 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc 2023-11-08T18:17:54.103 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.qzurhc ... 2023-11-08T18:17:54.103 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:54.104 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:17:54.105 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:17:54.105 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:17:54.105 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:54.105 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: cephadm 2023-11-08T18:17:52.841813+0000 mgr.smithi019.obqwgt (mgr.14180) 841 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.earqql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:17:54.105 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: cephadm 2023-11-08T18:17:52.844057+0000 mgr.smithi019.obqwgt (mgr.14180) 842 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:17:54.106 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: cluster 2023-11-08T18:17:52.844959+0000 mgr.smithi019.obqwgt (mgr.14180) 843 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2023-11-08T18:17:54.106 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: cluster 2023-11-08T18:17:52.863933+0000 mon.smithi019 (mon.0) 887 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:17:54.106 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:53 smithi019 bash[24123]: audit 2023-11-08T18:17:53.748341+0000 mon.smithi019 (mon.0) 888 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:17:54.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: cluster 2023-11-08T18:17:52.808195+0000 mgr.smithi019.obqwgt (mgr.14180) 837 : 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-08T18:17:54.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: cephadm 2023-11-08T18:17:52.835471+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc 2023-11-08T18:17:54.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:17:54.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc 2023-11-08T18:17:54.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc 2023-11-08T18:17:54.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:17:54.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc 2023-11-08T18:17:54.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.qzurhc ... 2023-11-08T18:17:54.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:54.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:17:54.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:17:54.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:17:54.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:54.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:17:54.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:17:54.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:17:54.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:17:54.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:17:54.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc 2023-11-08T18:17:54.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:17:54.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc 2023-11-08T18:17:54.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc 2023-11-08T18:17:54.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:17:54.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc 2023-11-08T18:17:54.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.qzurhc ... 2023-11-08T18:17:54.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:54.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:17:54.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:17:54.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:17:54.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:54.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: cephadm 2023-11-08T18:17:52.835753+0000 mgr.smithi019.obqwgt (mgr.14180) 839 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.qzurhc 2023-11-08T18:17:54.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: cephadm 2023-11-08T18:17:52.837523+0000 mgr.smithi019.obqwgt (mgr.14180) 840 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.qzurhc on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc 2023-11-08T18:17:54.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:17:54.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc 2023-11-08T18:17:54.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc 2023-11-08T18:17:54.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:17:54.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc 2023-11-08T18:17:54.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.qzurhc ... 2023-11-08T18:17:54.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:54.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:17:54.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:17:54.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:17:54.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:17:54.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: cephadm 2023-11-08T18:17:52.841813+0000 mgr.smithi019.obqwgt (mgr.14180) 841 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.earqql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:17:54.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: cephadm 2023-11-08T18:17:52.844057+0000 mgr.smithi019.obqwgt (mgr.14180) 842 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:17:54.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: cluster 2023-11-08T18:17:52.844959+0000 mgr.smithi019.obqwgt (mgr.14180) 843 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2023-11-08T18:17:54.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: cluster 2023-11-08T18:17:52.863933+0000 mon.smithi019 (mon.0) 887 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:17:54.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:53 smithi122 bash[28108]: audit 2023-11-08T18:17:53.748341+0000 mon.smithi019 (mon.0) 888 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:17:54.229 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:17:54.229 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:48.780419Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.aivstf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\nDeploy daemon haproxy.nfs.foo.smithi122.aivstf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.837281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qzurhc on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\nDeploy daemon haproxy.nfs.foo.smithi019.qzurhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.841608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.earqql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:17:55.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:17:55.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:54 smithi122 bash[28108]: audit 2023-11-08T18:17:54.213945+0000 mgr.smithi019.obqwgt (mgr.14180) 844 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:55.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:54 smithi019 bash[24123]: audit 2023-11-08T18:17:54.213945+0000 mgr.smithi019.obqwgt (mgr.14180) 844 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:56.007 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:17:56.208 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:55 smithi019 bash[24123]: cluster 2023-11-08T18:17:54.845621+0000 mgr.smithi019.obqwgt (mgr.14180) 845 : cluster [DBG] pgmap v574: 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-08T18:17:56.216 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:55 smithi122 bash[28108]: cluster 2023-11-08T18:17:54.845621+0000 mgr.smithi019.obqwgt (mgr.14180) 845 : cluster [DBG] pgmap v574: 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-08T18:17:58.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:57 smithi122 bash[28108]: cluster 2023-11-08T18:17:56.846975+0000 mgr.smithi019.obqwgt (mgr.14180) 846 : cluster [DBG] pgmap v575: 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-08T18:17:58.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:57 smithi019 bash[24123]: cluster 2023-11-08T18:17:56.846975+0000 mgr.smithi019.obqwgt (mgr.14180) 846 : cluster [DBG] pgmap v575: 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-08T18:17:59.234 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:17:59.234 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:48.780419Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.aivstf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\nDeploy daemon haproxy.nfs.foo.smithi122.aivstf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.837281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qzurhc on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\nDeploy daemon haproxy.nfs.foo.smithi019.qzurhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.841608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.earqql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:17:59.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:59 smithi019 bash[24123]: cluster 2023-11-08T18:17:58.848482+0000 mgr.smithi019.obqwgt (mgr.14180) 847 : cluster [DBG] pgmap v576: 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-08T18:17:59.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:17:59 smithi019 bash[24123]: audit 2023-11-08T18:17:59.213995+0000 mgr.smithi019.obqwgt (mgr.14180) 848 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:59.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:59 smithi122 bash[28108]: cluster 2023-11-08T18:17:58.848482+0000 mgr.smithi019.obqwgt (mgr.14180) 847 : cluster [DBG] pgmap v576: 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-08T18:17:59.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:17:59 smithi122 bash[28108]: audit 2023-11-08T18:17:59.213995+0000 mgr.smithi019.obqwgt (mgr.14180) 848 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:17:59.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:18:00.995 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:18:02.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:01 smithi122 bash[28108]: cluster 2023-11-08T18:18:00.849587+0000 mgr.smithi019.obqwgt (mgr.14180) 849 : cluster [DBG] pgmap v577: 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-08T18:18:02.294 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:01 smithi019 bash[24123]: cluster 2023-11-08T18:18:00.849587+0000 mgr.smithi019.obqwgt (mgr.14180) 849 : cluster [DBG] pgmap v577: 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-08T18:18:04.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:03 smithi019 bash[24123]: cluster 2023-11-08T18:18:02.851056+0000 mgr.smithi019.obqwgt (mgr.14180) 850 : cluster [DBG] pgmap v578: 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-08T18:18:04.145 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:18:04.145 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:48.780419Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.aivstf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\nDeploy daemon haproxy.nfs.foo.smithi122.aivstf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.837281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qzurhc on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\nDeploy daemon haproxy.nfs.foo.smithi019.qzurhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.841608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.earqql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:18:04.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:03 smithi122 bash[28108]: cluster 2023-11-08T18:18:02.851056+0000 mgr.smithi019.obqwgt (mgr.14180) 850 : cluster [DBG] pgmap v578: 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-08T18:18:04.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:18:05.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:04 smithi019 bash[24123]: audit 2023-11-08T18:18:04.123453+0000 mgr.smithi019.obqwgt (mgr.14180) 851 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:05.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:04 smithi122 bash[28108]: audit 2023-11-08T18:18:04.123453+0000 mgr.smithi019.obqwgt (mgr.14180) 851 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:05.791 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:18:06.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:05 smithi019 bash[24123]: cluster 2023-11-08T18:18:04.852087+0000 mgr.smithi019.obqwgt (mgr.14180) 852 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:18:06.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:05 smithi122 bash[28108]: cluster 2023-11-08T18:18:04.852087+0000 mgr.smithi019.obqwgt (mgr.14180) 852 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:18:08.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:07 smithi019 bash[24123]: cluster 2023-11-08T18:18:06.853001+0000 mgr.smithi019.obqwgt (mgr.14180) 853 : cluster [DBG] pgmap v580: 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-08T18:18:08.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:07 smithi122 bash[28108]: cluster 2023-11-08T18:18:06.853001+0000 mgr.smithi019.obqwgt (mgr.14180) 853 : cluster [DBG] pgmap v580: 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-08T18:18:08.944 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:18:08.944 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:48.780419Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.aivstf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\nDeploy daemon haproxy.nfs.foo.smithi122.aivstf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.837281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qzurhc on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\nDeploy daemon haproxy.nfs.foo.smithi019.qzurhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.841608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.earqql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:18:09.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:18:09.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:09 smithi122 bash[28108]: cluster 2023-11-08T18:18:08.854208+0000 mgr.smithi019.obqwgt (mgr.14180) 854 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:18:09.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:09 smithi122 bash[28108]: audit 2023-11-08T18:18:08.924421+0000 mgr.smithi019.obqwgt (mgr.14180) 855 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:10.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:09 smithi019 bash[24123]: cluster 2023-11-08T18:18:08.854208+0000 mgr.smithi019.obqwgt (mgr.14180) 854 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:18:10.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:09 smithi019 bash[24123]: audit 2023-11-08T18:18:08.924421+0000 mgr.smithi019.obqwgt (mgr.14180) 855 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:10.701 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:18:12.019 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:11 smithi019 bash[24123]: cluster 2023-11-08T18:18:10.855237+0000 mgr.smithi019.obqwgt (mgr.14180) 856 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:18:12.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:11 smithi122 bash[28108]: cluster 2023-11-08T18:18:10.855237+0000 mgr.smithi019.obqwgt (mgr.14180) 856 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:18:13.766 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:18:13.767 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:48.780419Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.aivstf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\nDeploy daemon haproxy.nfs.foo.smithi122.aivstf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.837281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qzurhc on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\nDeploy daemon haproxy.nfs.foo.smithi019.qzurhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.841608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.earqql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:18:14.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:13 smithi019 bash[24123]: cluster 2023-11-08T18:18:12.856260+0000 mgr.smithi019.obqwgt (mgr.14180) 857 : 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-08T18:18:14.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:13 smithi122 bash[28108]: cluster 2023-11-08T18:18:12.856260+0000 mgr.smithi019.obqwgt (mgr.14180) 857 : 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-08T18:18:14.490 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:18:15.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:14 smithi122 bash[28108]: audit 2023-11-08T18:18:13.750667+0000 mgr.smithi019.obqwgt (mgr.14180) 858 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:15.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:14 smithi019 bash[24123]: audit 2023-11-08T18:18:13.750667+0000 mgr.smithi019.obqwgt (mgr.14180) 858 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:15.491 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:18:16.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:15 smithi019 bash[24123]: cluster 2023-11-08T18:18:14.857237+0000 mgr.smithi019.obqwgt (mgr.14180) 859 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:18:16.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:15 smithi122 bash[28108]: cluster 2023-11-08T18:18:14.857237+0000 mgr.smithi019.obqwgt (mgr.14180) 859 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:18:18.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:17 smithi122 bash[28108]: cluster 2023-11-08T18:18:16.858539+0000 mgr.smithi019.obqwgt (mgr.14180) 860 : cluster [DBG] pgmap v585: 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-08T18:18:18.302 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:17 smithi019 bash[24123]: cluster 2023-11-08T18:18:16.858539+0000 mgr.smithi019.obqwgt (mgr.14180) 860 : cluster [DBG] pgmap v585: 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-08T18:18:18.741 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:18:18.742 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:48.780419Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.aivstf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\nDeploy daemon haproxy.nfs.foo.smithi122.aivstf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.837281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qzurhc on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\nDeploy daemon haproxy.nfs.foo.smithi019.qzurhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.841608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.earqql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:18:19.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:18:19.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:19 smithi019 bash[24123]: audit 2023-11-08T18:18:18.721836+0000 mgr.smithi019.obqwgt (mgr.14180) 861 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:19.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:19 smithi019 bash[24123]: cluster 2023-11-08T18:18:18.859866+0000 mgr.smithi019.obqwgt (mgr.14180) 862 : 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-08T18:18:19.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:19 smithi122 bash[28108]: audit 2023-11-08T18:18:18.721836+0000 mgr.smithi019.obqwgt (mgr.14180) 861 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:19.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:19 smithi122 bash[28108]: cluster 2023-11-08T18:18:18.859866+0000 mgr.smithi019.obqwgt (mgr.14180) 862 : 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-08T18:18:20.500 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:18:22.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:21 smithi122 bash[28108]: cluster 2023-11-08T18:18:20.860953+0000 mgr.smithi019.obqwgt (mgr.14180) 863 : 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-08T18:18:22.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:21 smithi019 bash[24123]: cluster 2023-11-08T18:18:20.860953+0000 mgr.smithi019.obqwgt (mgr.14180) 863 : 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-08T18:18:23.857 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:18:23.858 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:48.780419Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.aivstf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\nDeploy daemon haproxy.nfs.foo.smithi122.aivstf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.837281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qzurhc on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\nDeploy daemon haproxy.nfs.foo.smithi019.qzurhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.841608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.earqql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:18:24.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:23 smithi122 bash[28108]: cluster 2023-11-08T18:18:22.862431+0000 mgr.smithi019.obqwgt (mgr.14180) 864 : 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-08T18:18:24.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:23 smithi019 bash[24123]: cluster 2023-11-08T18:18:22.862431+0000 mgr.smithi019.obqwgt (mgr.14180) 864 : 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-08T18:18:24.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:18:25.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:24 smithi122 bash[28108]: audit 2023-11-08T18:18:23.842475+0000 mgr.smithi019.obqwgt (mgr.14180) 865 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:25.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:24 smithi019 bash[24123]: audit 2023-11-08T18:18:23.842475+0000 mgr.smithi019.obqwgt (mgr.14180) 865 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:25.580 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:18:26.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:25 smithi019 bash[24123]: cluster 2023-11-08T18:18:24.863437+0000 mgr.smithi019.obqwgt (mgr.14180) 866 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:18:26.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:25 smithi122 bash[28108]: cluster 2023-11-08T18:18:24.863437+0000 mgr.smithi019.obqwgt (mgr.14180) 866 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:18:28.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:27 smithi019 bash[24123]: cluster 2023-11-08T18:18:26.864602+0000 mgr.smithi019.obqwgt (mgr.14180) 867 : cluster [DBG] pgmap v590: 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-08T18:18:28.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:27 smithi122 bash[28108]: cluster 2023-11-08T18:18:26.864602+0000 mgr.smithi019.obqwgt (mgr.14180) 867 : cluster [DBG] pgmap v590: 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-08T18:18:28.990 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:18:28.991 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:48.780419Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.aivstf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\nDeploy daemon haproxy.nfs.foo.smithi122.aivstf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.837281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qzurhc on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\nDeploy daemon haproxy.nfs.foo.smithi019.qzurhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.841608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.earqql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:18:29.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:18:29.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:29 smithi122 bash[28108]: cluster 2023-11-08T18:18:28.865419+0000 mgr.smithi019.obqwgt (mgr.14180) 868 : 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-08T18:18:29.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:29 smithi122 bash[28108]: audit 2023-11-08T18:18:28.969606+0000 mgr.smithi019.obqwgt (mgr.14180) 869 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:30.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:29 smithi019 bash[24123]: cluster 2023-11-08T18:18:28.865419+0000 mgr.smithi019.obqwgt (mgr.14180) 868 : 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-08T18:18:30.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:29 smithi019 bash[24123]: audit 2023-11-08T18:18:28.969606+0000 mgr.smithi019.obqwgt (mgr.14180) 869 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:30.708 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:18:32.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:31 smithi019 bash[24123]: cluster 2023-11-08T18:18:30.866347+0000 mgr.smithi019.obqwgt (mgr.14180) 870 : 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-08T18:18:32.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:31 smithi122 bash[28108]: cluster 2023-11-08T18:18:30.866347+0000 mgr.smithi019.obqwgt (mgr.14180) 870 : 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-08T18:18:33.901 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:18:33.901 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:48.780419Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.aivstf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\nDeploy daemon haproxy.nfs.foo.smithi122.aivstf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.837281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qzurhc on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\nDeploy daemon haproxy.nfs.foo.smithi019.qzurhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.841608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.earqql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:18:34.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:33 smithi122 bash[28108]: cluster 2023-11-08T18:18:32.867183+0000 mgr.smithi019.obqwgt (mgr.14180) 871 : 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-08T18:18:34.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:33 smithi019 bash[24123]: cluster 2023-11-08T18:18:32.867183+0000 mgr.smithi019.obqwgt (mgr.14180) 871 : 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-08T18:18:34.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:18:35.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:34 smithi122 bash[28108]: audit 2023-11-08T18:18:33.881679+0000 mgr.smithi019.obqwgt (mgr.14180) 872 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:35.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:34 smithi019 bash[24123]: audit 2023-11-08T18:18:33.881679+0000 mgr.smithi019.obqwgt (mgr.14180) 872 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:35.641 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:18:36.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:35 smithi122 bash[28108]: cluster 2023-11-08T18:18:34.868211+0000 mgr.smithi019.obqwgt (mgr.14180) 873 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:18:36.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:35 smithi019 bash[24123]: cluster 2023-11-08T18:18:34.868211+0000 mgr.smithi019.obqwgt (mgr.14180) 873 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:18:38.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:37 smithi122 bash[28108]: cluster 2023-11-08T18:18:36.869401+0000 mgr.smithi019.obqwgt (mgr.14180) 874 : cluster [DBG] pgmap v595: 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-08T18:18:38.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:37 smithi019 bash[24123]: cluster 2023-11-08T18:18:36.869401+0000 mgr.smithi019.obqwgt (mgr.14180) 874 : cluster [DBG] pgmap v595: 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-08T18:18:38.818 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:18:38.818 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:48.780419Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.aivstf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\nDeploy daemon haproxy.nfs.foo.smithi122.aivstf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.837281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qzurhc on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\nDeploy daemon haproxy.nfs.foo.smithi019.qzurhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.841608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.earqql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:18:39.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:18:39.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:39 smithi019 bash[24123]: audit 2023-11-08T18:18:38.802024+0000 mgr.smithi019.obqwgt (mgr.14180) 875 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:39.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:39 smithi019 bash[24123]: cluster 2023-11-08T18:18:38.870194+0000 mgr.smithi019.obqwgt (mgr.14180) 876 : 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-08T18:18:39.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:39 smithi122 bash[28108]: audit 2023-11-08T18:18:38.802024+0000 mgr.smithi019.obqwgt (mgr.14180) 875 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:39.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:39 smithi122 bash[28108]: cluster 2023-11-08T18:18:38.870194+0000 mgr.smithi019.obqwgt (mgr.14180) 876 : 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-08T18:18:40.551 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:18:42.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:41 smithi122 bash[28108]: cluster 2023-11-08T18:18:40.871279+0000 mgr.smithi019.obqwgt (mgr.14180) 877 : 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-08T18:18:42.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:41 smithi019 bash[24123]: cluster 2023-11-08T18:18:40.871279+0000 mgr.smithi019.obqwgt (mgr.14180) 877 : 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-08T18:18:43.696 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:18:43.697 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:48.780419Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.aivstf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\nDeploy daemon haproxy.nfs.foo.smithi122.aivstf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.837281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qzurhc on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\nDeploy daemon haproxy.nfs.foo.smithi019.qzurhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.841608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.earqql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:18:44.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:43 smithi019 bash[24123]: cluster 2023-11-08T18:18:42.872253+0000 mgr.smithi019.obqwgt (mgr.14180) 878 : 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-08T18:18:44.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:43 smithi122 bash[28108]: cluster 2023-11-08T18:18:42.872253+0000 mgr.smithi019.obqwgt (mgr.14180) 878 : 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-08T18:18:44.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:18:45.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:44 smithi122 bash[28108]: audit 2023-11-08T18:18:43.676490+0000 mgr.smithi019.obqwgt (mgr.14180) 879 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:45.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:44 smithi019 bash[24123]: audit 2023-11-08T18:18:43.676490+0000 mgr.smithi019.obqwgt (mgr.14180) 879 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:45.476 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:18:46.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:45 smithi122 bash[28108]: cluster 2023-11-08T18:18:44.873268+0000 mgr.smithi019.obqwgt (mgr.14180) 880 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:18:46.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:45 smithi019 bash[24123]: cluster 2023-11-08T18:18:44.873268+0000 mgr.smithi019.obqwgt (mgr.14180) 880 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:18:48.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:47 smithi122 bash[28108]: cluster 2023-11-08T18:18:46.874581+0000 mgr.smithi019.obqwgt (mgr.14180) 881 : cluster [DBG] pgmap v600: 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-08T18:18:48.275 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:47 smithi019 bash[24123]: cluster 2023-11-08T18:18:46.874581+0000 mgr.smithi019.obqwgt (mgr.14180) 881 : cluster [DBG] pgmap v600: 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-08T18:18:48.742 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:18:48.742 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:48.780419Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.aivstf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\nDeploy daemon haproxy.nfs.foo.smithi122.aivstf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.837281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qzurhc on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\nDeploy daemon haproxy.nfs.foo.smithi019.qzurhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.841608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.earqql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:18:49.507 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:18:49.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:49 smithi019 bash[24123]: audit 2023-11-08T18:18:48.719990+0000 mgr.smithi019.obqwgt (mgr.14180) 882 : audit [DBG] from='client.24901 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:49.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:49 smithi019 bash[24123]: cluster 2023-11-08T18:18:48.875822+0000 mgr.smithi019.obqwgt (mgr.14180) 883 : 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-08T18:18:49.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:49 smithi122 bash[28108]: audit 2023-11-08T18:18:48.719990+0000 mgr.smithi019.obqwgt (mgr.14180) 882 : audit [DBG] from='client.24901 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:49.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:49 smithi122 bash[28108]: cluster 2023-11-08T18:18:48.875822+0000 mgr.smithi019.obqwgt (mgr.14180) 883 : 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-08T18:18:50.508 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:18:52.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:51 smithi122 bash[28108]: cluster 2023-11-08T18:18:50.876420+0000 mgr.smithi019.obqwgt (mgr.14180) 884 : 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-08T18:18:52.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:51 smithi019 bash[24123]: cluster 2023-11-08T18:18:50.876420+0000 mgr.smithi019.obqwgt (mgr.14180) 884 : 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-08T18:18:53.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:52 smithi122 bash[28108]: audit 2023-11-08T18:18:52.848559+0000 mon.smithi019 (mon.0) 889 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:18:53.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:52 smithi019 bash[24123]: audit 2023-11-08T18:18:52.848559+0000 mon.smithi019 (mon.0) 889 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:18:53.810 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:18:53.811 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:16:44.504560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.sstiqm on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:48.780419Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.aivstf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\nDeploy daemon haproxy.nfs.foo.smithi122.aivstf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.837281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qzurhc on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\nDeploy daemon haproxy.nfs.foo.smithi019.qzurhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.841608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.earqql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:18:54.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:53 smithi019 bash[24123]: cluster 2023-11-08T18:18:52.877439+0000 mgr.smithi019.obqwgt (mgr.14180) 885 : 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-08T18:18:54.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:53 smithi019 bash[24123]: audit 2023-11-08T18:18:53.158925+0000 mon.smithi019 (mon.0) 890 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:18:54.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:53 smithi019 bash[24123]: audit 2023-11-08T18:18:53.160247+0000 mon.smithi019 (mon.0) 891 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:18:54.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:53 smithi019 bash[24123]: audit 2023-11-08T18:18:53.168493+0000 mon.smithi019 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:18:54.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:53 smithi019 bash[24123]: cluster 2023-11-08T18:18:53.169253+0000 mgr.smithi019.obqwgt (mgr.14180) 886 : cluster [DBG] pgmap v604: 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-08T18:18:54.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:53 smithi019 bash[24123]: audit 2023-11-08T18:18:53.176794+0000 mon.smithi019 (mon.0) 893 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:18:54.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:53 smithi019 bash[24123]: audit 2023-11-08T18:18:53.189272+0000 mon.smithi019 (mon.0) 894 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:18:54.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:53 smithi019 bash[24123]: cephadm 2023-11-08T18:18:53.192528+0000 mgr.smithi019.obqwgt (mgr.14180) 887 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.bdleqn on smithi122 2023-11-08T18:18:54.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:53 smithi122 bash[28108]: cluster 2023-11-08T18:18:52.877439+0000 mgr.smithi019.obqwgt (mgr.14180) 885 : 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-08T18:18:54.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:53 smithi122 bash[28108]: audit 2023-11-08T18:18:53.158925+0000 mon.smithi019 (mon.0) 890 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:18:54.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:53 smithi122 bash[28108]: audit 2023-11-08T18:18:53.160247+0000 mon.smithi019 (mon.0) 891 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:18:54.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:53 smithi122 bash[28108]: audit 2023-11-08T18:18:53.168493+0000 mon.smithi019 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:18:54.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:53 smithi122 bash[28108]: cluster 2023-11-08T18:18:53.169253+0000 mgr.smithi019.obqwgt (mgr.14180) 886 : cluster [DBG] pgmap v604: 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-08T18:18:54.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:53 smithi122 bash[28108]: audit 2023-11-08T18:18:53.176794+0000 mon.smithi019 (mon.0) 893 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:18:54.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:53 smithi122 bash[28108]: audit 2023-11-08T18:18:53.189272+0000 mon.smithi019 (mon.0) 894 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:18:54.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:53 smithi122 bash[28108]: cephadm 2023-11-08T18:18:53.192528+0000 mgr.smithi019.obqwgt (mgr.14180) 887 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.bdleqn on smithi122 2023-11-08T18:18:54.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:18:55.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:54 smithi122 bash[28108]: audit 2023-11-08T18:18:53.794240+0000 mgr.smithi019.obqwgt (mgr.14180) 888 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:55.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:54 smithi122 bash[28108]: cluster 2023-11-08T18:18:54.166102+0000 mon.smithi019 (mon.0) 895 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:18:55.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:54 smithi122 bash[28108]: cluster 2023-11-08T18:18:54.166203+0000 mon.smithi019 (mon.0) 896 : cluster [INF] Cluster is now healthy 2023-11-08T18:18:55.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:54 smithi019 bash[24123]: audit 2023-11-08T18:18:53.794240+0000 mgr.smithi019.obqwgt (mgr.14180) 888 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:18:55.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:54 smithi019 bash[24123]: cluster 2023-11-08T18:18:54.166102+0000 mon.smithi019 (mon.0) 895 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:18:55.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:54 smithi019 bash[24123]: cluster 2023-11-08T18:18:54.166203+0000 mon.smithi019 (mon.0) 896 : cluster [INF] Cluster is now healthy 2023-11-08T18:18:55.525 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:18:56.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:55 smithi019 bash[24123]: cluster 2023-11-08T18:18:55.170078+0000 mgr.smithi019.obqwgt (mgr.14180) 889 : cluster [DBG] pgmap v605: 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-08T18:18:56.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:55 smithi122 bash[28108]: cluster 2023-11-08T18:18:55.170078+0000 mgr.smithi019.obqwgt (mgr.14180) 889 : cluster [DBG] pgmap v605: 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-08T18:18:57.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:57 smithi019 bash[24123]: audit 2023-11-08T18:18:57.091073+0000 mon.smithi019 (mon.0) 897 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.bdleqn"}]: dispatch 2023-11-08T18:18:57.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:57 smithi122 bash[28108]: audit 2023-11-08T18:18:57.091073+0000 mon.smithi019 (mon.0) 897 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.bdleqn"}]: dispatch 2023-11-08T18:18:58.446 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: cephadm 2023-11-08T18:18:57.090083+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn 2023-11-08T18:18:58.447 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:18:58.447 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn 2023-11-08T18:18:58.447 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn 2023-11-08T18:18:58.447 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:18:58.447 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn 2023-11-08T18:18:58.448 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.bdleqn ... 2023-11-08T18:18:58.448 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:18:58.448 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:18:58.448 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:18:58.448 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:18:58.449 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:18:58.449 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:18:58.449 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:18:58.449 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:18:58.449 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:18:58.450 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:18:58.450 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn 2023-11-08T18:18:58.450 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:18:58.450 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn 2023-11-08T18:18:58.450 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn 2023-11-08T18:18:58.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:18:58.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn 2023-11-08T18:18:58.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.bdleqn ... 2023-11-08T18:18:58.451 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:18:58.452 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:18:58.452 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:18:58.452 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:18:58.452 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:18:58.453 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: cephadm 2023-11-08T18:18:57.090417+0000 mgr.smithi019.obqwgt (mgr.14180) 891 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.bdleqn 2023-11-08T18:18:58.453 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: cephadm 2023-11-08T18:18:57.092925+0000 mgr.smithi019.obqwgt (mgr.14180) 892 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.bdleqn on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn 2023-11-08T18:18:58.453 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:18:58.453 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn 2023-11-08T18:18:58.453 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn 2023-11-08T18:18:58.453 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:18:58.454 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn 2023-11-08T18:18:58.454 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.bdleqn ... 2023-11-08T18:18:58.454 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:18:58.454 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:18:58.454 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:18:58.455 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:18:58.455 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:18:58.455 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: cephadm 2023-11-08T18:18:57.096971+0000 mgr.smithi019.obqwgt (mgr.14180) 893 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.yjtcjj on smithi019 2023-11-08T18:18:58.455 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:18:58 smithi019 bash[24123]: cluster 2023-11-08T18:18:57.170762+0000 mgr.smithi019.obqwgt (mgr.14180) 894 : cluster [DBG] pgmap v606: 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-08T18:18:58.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: cephadm 2023-11-08T18:18:57.090083+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn 2023-11-08T18:18:58.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:18:58.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn 2023-11-08T18:18:58.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn 2023-11-08T18:18:58.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:18:58.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn 2023-11-08T18:18:58.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.bdleqn ... 2023-11-08T18:18:58.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:18:58.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:18:58.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:18:58.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:18:58.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:18:58.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:18:58.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:18:58.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:18:58.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:18:58.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:18:58.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn 2023-11-08T18:18:58.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:18:58.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn 2023-11-08T18:18:58.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn 2023-11-08T18:18:58.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:18:58.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn 2023-11-08T18:18:58.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.bdleqn ... 2023-11-08T18:18:58.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:18:58.473 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:18:58.473 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:18:58.473 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:18:58.473 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:18:58.473 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: cephadm 2023-11-08T18:18:57.090417+0000 mgr.smithi019.obqwgt (mgr.14180) 891 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.bdleqn 2023-11-08T18:18:58.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: cephadm 2023-11-08T18:18:57.092925+0000 mgr.smithi019.obqwgt (mgr.14180) 892 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.bdleqn on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn 2023-11-08T18:18:58.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:18:58.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn 2023-11-08T18:18:58.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn 2023-11-08T18:18:58.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:18:58.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn 2023-11-08T18:18:58.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.bdleqn ... 2023-11-08T18:18:58.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:18:58.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:18:58.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:18:58.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:18:58.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:18:58.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: cephadm 2023-11-08T18:18:57.096971+0000 mgr.smithi019.obqwgt (mgr.14180) 893 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.yjtcjj on smithi019 2023-11-08T18:18:58.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:18:58 smithi122 bash[28108]: cluster 2023-11-08T18:18:57.170762+0000 mgr.smithi019.obqwgt (mgr.14180) 894 : cluster [DBG] pgmap v606: 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-08T18:18:58.828 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:18:58.829 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:17:48.780419Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.aivstf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-aivstf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.aivstf\nDeploy daemon haproxy.nfs.foo.smithi122.aivstf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.837281Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.qzurhc on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-qzurhc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.qzurhc\nDeploy daemon haproxy.nfs.foo.smithi019.qzurhc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:17:52.841608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.earqql on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:18:57.092609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.bdleqn on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\nDeploy daemon haproxy.nfs.foo.smithi122.bdleqn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:18:59.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:19:00.550 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:19:00.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:00 smithi122 bash[28108]: audit 2023-11-08T18:18:58.808253+0000 mgr.smithi019.obqwgt (mgr.14180) 895 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:00.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:00 smithi122 bash[28108]: cluster 2023-11-08T18:18:59.171466+0000 mgr.smithi019.obqwgt (mgr.14180) 896 : cluster [DBG] pgmap v607: 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-08T18:19:00.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:00 smithi122 bash[28108]: audit 2023-11-08T18:18:59.426681+0000 mon.smithi019 (mon.0) 898 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:19:00.748 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:00 smithi019 bash[24123]: audit 2023-11-08T18:18:58.808253+0000 mgr.smithi019.obqwgt (mgr.14180) 895 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:00.748 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:00 smithi019 bash[24123]: cluster 2023-11-08T18:18:59.171466+0000 mgr.smithi019.obqwgt (mgr.14180) 896 : cluster [DBG] pgmap v607: 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-08T18:19:00.749 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:00 smithi019 bash[24123]: audit 2023-11-08T18:18:59.426681+0000 mon.smithi019 (mon.0) 898 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:19:01.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:01 smithi122 bash[28108]: audit 2023-11-08T18:19:01.295000+0000 mon.smithi019 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.yjtcjj"}]: dispatch 2023-11-08T18:19:01.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:01 smithi019 bash[24123]: audit 2023-11-08T18:19:01.295000+0000 mon.smithi019 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.yjtcjj"}]: dispatch 2023-11-08T18:19:02.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: cluster 2023-11-08T18:19:01.172024+0000 mgr.smithi019.obqwgt (mgr.14180) 897 : cluster [DBG] pgmap v608: 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-08T18:19:02.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: cephadm 2023-11-08T18:19:01.294192+0000 mgr.smithi019.obqwgt (mgr.14180) 898 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj 2023-11-08T18:19:02.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:19:02.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj 2023-11-08T18:19:02.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj 2023-11-08T18:19:02.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:19:02.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj 2023-11-08T18:19:02.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.yjtcjj ... 2023-11-08T18:19:02.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:19:02.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:19:02.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:19:02.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:19:02.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:19:02.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:19:02.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:19:02.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:19:02.599 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:19:02.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:19:02.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj 2023-11-08T18:19:02.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:19:02.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj 2023-11-08T18:19:02.600 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj 2023-11-08T18:19:02.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:19:02.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj 2023-11-08T18:19:02.601 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.yjtcjj ... 2023-11-08T18:19:02.602 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:19:02.602 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:19:02.602 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:19:02.603 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:19:02.603 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:19:02.603 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: cephadm 2023-11-08T18:19:01.294424+0000 mgr.smithi019.obqwgt (mgr.14180) 899 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.yjtcjj 2023-11-08T18:19:02.603 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: cephadm 2023-11-08T18:19:01.296146+0000 mgr.smithi019.obqwgt (mgr.14180) 900 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.yjtcjj on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj 2023-11-08T18:19:02.604 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:19:02.604 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj 2023-11-08T18:19:02.604 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj 2023-11-08T18:19:02.604 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:19:02.604 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj 2023-11-08T18:19:02.605 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.yjtcjj ... 2023-11-08T18:19:02.605 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:19:02.605 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:19:02.605 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:19:02.605 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:19:02.606 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:19:02.606 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: cephadm 2023-11-08T18:19:01.298234+0000 mgr.smithi019.obqwgt (mgr.14180) 901 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.bnjdip on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:19:02.606 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: cephadm 2023-11-08T18:19:01.300084+0000 mgr.smithi019.obqwgt (mgr.14180) 902 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:19:02.606 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: cluster 2023-11-08T18:19:01.301119+0000 mgr.smithi019.obqwgt (mgr.14180) 903 : cluster [DBG] pgmap v609: 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-08T18:19:02.607 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:02 smithi019 bash[24123]: cluster 2023-11-08T18:19:01.425964+0000 mon.smithi019 (mon.0) 900 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:19:02.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: cluster 2023-11-08T18:19:01.172024+0000 mgr.smithi019.obqwgt (mgr.14180) 897 : cluster [DBG] pgmap v608: 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-08T18:19:02.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: cephadm 2023-11-08T18:19:01.294192+0000 mgr.smithi019.obqwgt (mgr.14180) 898 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj 2023-11-08T18:19:02.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:19:02.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj 2023-11-08T18:19:02.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj 2023-11-08T18:19:02.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:19:02.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj 2023-11-08T18:19:02.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.yjtcjj ... 2023-11-08T18:19:02.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:19:02.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:19:02.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:19:02.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:19:02.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:19:02.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:19:02.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:19:02.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:19:02.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:19:02.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:19:02.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj 2023-11-08T18:19:02.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:19:02.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj 2023-11-08T18:19:02.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj 2023-11-08T18:19:02.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:19:02.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj 2023-11-08T18:19:02.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.yjtcjj ... 2023-11-08T18:19:02.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:19:02.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:19:02.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:19:02.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:19:02.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:19:02.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: cephadm 2023-11-08T18:19:01.294424+0000 mgr.smithi019.obqwgt (mgr.14180) 899 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.yjtcjj 2023-11-08T18:19:02.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: cephadm 2023-11-08T18:19:01.296146+0000 mgr.smithi019.obqwgt (mgr.14180) 900 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.yjtcjj on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj 2023-11-08T18:19:02.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:19:02.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj 2023-11-08T18:19:02.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj 2023-11-08T18:19:02.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:19:02.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj 2023-11-08T18:19:02.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.yjtcjj ... 2023-11-08T18:19:02.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:19:02.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:19:02.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:19:02.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:19:02.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:19:02.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: cephadm 2023-11-08T18:19:01.298234+0000 mgr.smithi019.obqwgt (mgr.14180) 901 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.bnjdip on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:19:02.728 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: cephadm 2023-11-08T18:19:01.300084+0000 mgr.smithi019.obqwgt (mgr.14180) 902 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:19:02.728 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: cluster 2023-11-08T18:19:01.301119+0000 mgr.smithi019.obqwgt (mgr.14180) 903 : cluster [DBG] pgmap v609: 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-08T18:19:02.728 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:02 smithi122 bash[28108]: cluster 2023-11-08T18:19:01.425964+0000 mon.smithi019 (mon.0) 900 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:19:04.187 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:19:04.187 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:18:57.092609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.bdleqn on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\nDeploy daemon haproxy.nfs.foo.smithi122.bdleqn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.296013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.yjtcjj on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\nDeploy daemon haproxy.nfs.foo.smithi019.yjtcjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.298112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.bnjdip on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:19:04.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:04 smithi019 bash[24123]: cluster 2023-11-08T18:19:03.302623+0000 mgr.smithi019.obqwgt (mgr.14180) 904 : cluster [DBG] pgmap v610: 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-08T18:19:04.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:04 smithi019 bash[24123]: audit 2023-11-08T18:19:03.798633+0000 mon.smithi019 (mon.0) 901 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:19:04.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:04 smithi122 bash[28108]: cluster 2023-11-08T18:19:03.302623+0000 mgr.smithi019.obqwgt (mgr.14180) 904 : cluster [DBG] pgmap v610: 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-08T18:19:04.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:04 smithi122 bash[28108]: audit 2023-11-08T18:19:03.798633+0000 mon.smithi019 (mon.0) 901 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:19:04.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:19:05.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:05 smithi122 bash[28108]: audit 2023-11-08T18:19:04.167197+0000 mgr.smithi019.obqwgt (mgr.14180) 905 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:05.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:05 smithi019 bash[24123]: audit 2023-11-08T18:19:04.167197+0000 mgr.smithi019.obqwgt (mgr.14180) 905 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:05.940 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:19:06.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:06 smithi019 bash[24123]: cluster 2023-11-08T18:19:05.303624+0000 mgr.smithi019.obqwgt (mgr.14180) 906 : cluster [DBG] pgmap v611: 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-08T18:19:06.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:06 smithi122 bash[28108]: cluster 2023-11-08T18:19:05.303624+0000 mgr.smithi019.obqwgt (mgr.14180) 906 : cluster [DBG] pgmap v611: 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-08T18:19:08.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:08 smithi019 bash[24123]: cluster 2023-11-08T18:19:07.304739+0000 mgr.smithi019.obqwgt (mgr.14180) 907 : cluster [DBG] pgmap v612: 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-08T18:19:08.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:08 smithi122 bash[28108]: cluster 2023-11-08T18:19:07.304739+0000 mgr.smithi019.obqwgt (mgr.14180) 907 : cluster [DBG] pgmap v612: 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-08T18:19:09.054 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:19:09.055 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:18:57.092609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.bdleqn on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\nDeploy daemon haproxy.nfs.foo.smithi122.bdleqn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.296013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.yjtcjj on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\nDeploy daemon haproxy.nfs.foo.smithi019.yjtcjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.298112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.bnjdip on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:19:09.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:19:09.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:09 smithi122 bash[28108]: audit 2023-11-08T18:19:09.033252+0000 mgr.smithi019.obqwgt (mgr.14180) 908 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:09.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:09 smithi122 bash[28108]: cluster 2023-11-08T18:19:09.305897+0000 mgr.smithi019.obqwgt (mgr.14180) 909 : cluster [DBG] pgmap v613: 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-08T18:19:10.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:09 smithi019 bash[24123]: audit 2023-11-08T18:19:09.033252+0000 mgr.smithi019.obqwgt (mgr.14180) 908 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:10.213 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:09 smithi019 bash[24123]: cluster 2023-11-08T18:19:09.305897+0000 mgr.smithi019.obqwgt (mgr.14180) 909 : cluster [DBG] pgmap v613: 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-08T18:19:10.833 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:19:12.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:12 smithi019 bash[24123]: cluster 2023-11-08T18:19:11.307026+0000 mgr.smithi019.obqwgt (mgr.14180) 910 : cluster [DBG] pgmap v614: 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-08T18:19:12.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:12 smithi122 bash[28108]: cluster 2023-11-08T18:19:11.307026+0000 mgr.smithi019.obqwgt (mgr.14180) 910 : cluster [DBG] pgmap v614: 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-08T18:19:14.146 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:19:14.147 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:18:57.092609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.bdleqn on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\nDeploy daemon haproxy.nfs.foo.smithi122.bdleqn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.296013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.yjtcjj on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\nDeploy daemon haproxy.nfs.foo.smithi019.yjtcjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.298112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.bnjdip on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:19:14.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:14 smithi019 bash[24123]: cluster 2023-11-08T18:19:13.308343+0000 mgr.smithi019.obqwgt (mgr.14180) 911 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:19:14.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:14 smithi122 bash[28108]: cluster 2023-11-08T18:19:13.308343+0000 mgr.smithi019.obqwgt (mgr.14180) 911 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:19:14.854 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:19:15.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:15 smithi122 bash[28108]: audit 2023-11-08T18:19:14.125413+0000 mgr.smithi019.obqwgt (mgr.14180) 912 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:15.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:15 smithi122 bash[28108]: audit 2023-11-08T18:19:14.423705+0000 mon.smithi019 (mon.0) 902 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:19:15.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:15 smithi019 bash[24123]: audit 2023-11-08T18:19:14.125413+0000 mgr.smithi019.obqwgt (mgr.14180) 912 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:15.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:15 smithi019 bash[24123]: audit 2023-11-08T18:19:14.423705+0000 mon.smithi019 (mon.0) 902 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:19:15.855 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:19:16.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:16 smithi122 bash[28108]: cluster 2023-11-08T18:19:15.309578+0000 mgr.smithi019.obqwgt (mgr.14180) 913 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:19:16.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:16 smithi019 bash[24123]: cluster 2023-11-08T18:19:15.309578+0000 mgr.smithi019.obqwgt (mgr.14180) 913 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:19:18.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:18 smithi019 bash[24123]: cluster 2023-11-08T18:19:17.311017+0000 mgr.smithi019.obqwgt (mgr.14180) 914 : cluster [DBG] pgmap v617: 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-08T18:19:18.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:18 smithi122 bash[28108]: cluster 2023-11-08T18:19:17.311017+0000 mgr.smithi019.obqwgt (mgr.14180) 914 : cluster [DBG] pgmap v617: 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-08T18:19:19.098 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:19:19.098 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:18:57.092609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.bdleqn on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\nDeploy daemon haproxy.nfs.foo.smithi122.bdleqn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.296013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.yjtcjj on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\nDeploy daemon haproxy.nfs.foo.smithi019.yjtcjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.298112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.bnjdip on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:19:19.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:19:19.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:19 smithi122 bash[28108]: audit 2023-11-08T18:19:19.082314+0000 mgr.smithi019.obqwgt (mgr.14180) 915 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:19.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:19 smithi122 bash[28108]: cluster 2023-11-08T18:19:19.311975+0000 mgr.smithi019.obqwgt (mgr.14180) 916 : 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-08T18:19:20.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:19 smithi019 bash[24123]: audit 2023-11-08T18:19:19.082314+0000 mgr.smithi019.obqwgt (mgr.14180) 915 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:20.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:19 smithi019 bash[24123]: cluster 2023-11-08T18:19:19.311975+0000 mgr.smithi019.obqwgt (mgr.14180) 916 : 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-08T18:19:20.869 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:19:22.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:22 smithi019 bash[24123]: cluster 2023-11-08T18:19:21.313013+0000 mgr.smithi019.obqwgt (mgr.14180) 917 : 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-08T18:19:22.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:22 smithi122 bash[28108]: cluster 2023-11-08T18:19:21.313013+0000 mgr.smithi019.obqwgt (mgr.14180) 917 : 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-08T18:19:24.177 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:19:24.177 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:18:57.092609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.bdleqn on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\nDeploy daemon haproxy.nfs.foo.smithi122.bdleqn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.296013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.yjtcjj on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\nDeploy daemon haproxy.nfs.foo.smithi019.yjtcjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.298112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.bnjdip on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:19:24.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:24 smithi019 bash[24123]: cluster 2023-11-08T18:19:23.314251+0000 mgr.smithi019.obqwgt (mgr.14180) 918 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:19:24.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:24 smithi122 bash[28108]: cluster 2023-11-08T18:19:23.314251+0000 mgr.smithi019.obqwgt (mgr.14180) 918 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:19:24.911 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:19:25.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:25 smithi122 bash[28108]: audit 2023-11-08T18:19:24.157643+0000 mgr.smithi019.obqwgt (mgr.14180) 919 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:25.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:25 smithi019 bash[24123]: audit 2023-11-08T18:19:24.157643+0000 mgr.smithi019.obqwgt (mgr.14180) 919 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:25.912 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:19:26.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:26 smithi122 bash[28108]: cluster 2023-11-08T18:19:25.315328+0000 mgr.smithi019.obqwgt (mgr.14180) 920 : 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-08T18:19:26.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:26 smithi019 bash[24123]: cluster 2023-11-08T18:19:25.315328+0000 mgr.smithi019.obqwgt (mgr.14180) 920 : 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-08T18:19:28.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:28 smithi122 bash[28108]: cluster 2023-11-08T18:19:27.316578+0000 mgr.smithi019.obqwgt (mgr.14180) 921 : cluster [DBG] pgmap v622: 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-08T18:19:28.762 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:28 smithi019 bash[24123]: cluster 2023-11-08T18:19:27.316578+0000 mgr.smithi019.obqwgt (mgr.14180) 921 : cluster [DBG] pgmap v622: 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-08T18:19:29.180 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:19:29.180 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:18:57.092609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.bdleqn on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\nDeploy daemon haproxy.nfs.foo.smithi122.bdleqn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.296013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.yjtcjj on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\nDeploy daemon haproxy.nfs.foo.smithi019.yjtcjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.298112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.bnjdip on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:19:29.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:19:29.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:29 smithi122 bash[28108]: audit 2023-11-08T18:19:29.164960+0000 mgr.smithi019.obqwgt (mgr.14180) 922 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:29.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:29 smithi122 bash[28108]: cluster 2023-11-08T18:19:29.317646+0000 mgr.smithi019.obqwgt (mgr.14180) 923 : 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-08T18:19:30.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:29 smithi019 bash[24123]: audit 2023-11-08T18:19:29.164960+0000 mgr.smithi019.obqwgt (mgr.14180) 922 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:30.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:29 smithi019 bash[24123]: cluster 2023-11-08T18:19:29.317646+0000 mgr.smithi019.obqwgt (mgr.14180) 923 : 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-08T18:19:30.903 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:19:32.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:32 smithi122 bash[28108]: cluster 2023-11-08T18:19:31.318775+0000 mgr.smithi019.obqwgt (mgr.14180) 924 : 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-08T18:19:32.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:32 smithi019 bash[24123]: cluster 2023-11-08T18:19:31.318775+0000 mgr.smithi019.obqwgt (mgr.14180) 924 : 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-08T18:19:34.172 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:19:34.173 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:18:57.092609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.bdleqn on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\nDeploy daemon haproxy.nfs.foo.smithi122.bdleqn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.296013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.yjtcjj on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\nDeploy daemon haproxy.nfs.foo.smithi019.yjtcjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.298112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.bnjdip on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:19:34.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:34 smithi019 bash[24123]: cluster 2023-11-08T18:19:33.320123+0000 mgr.smithi019.obqwgt (mgr.14180) 925 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:19:34.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:34 smithi122 bash[28108]: cluster 2023-11-08T18:19:33.320123+0000 mgr.smithi019.obqwgt (mgr.14180) 925 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:19:34.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:19:35.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:35 smithi122 bash[28108]: audit 2023-11-08T18:19:34.156808+0000 mgr.smithi019.obqwgt (mgr.14180) 926 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:35.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:35 smithi019 bash[24123]: audit 2023-11-08T18:19:34.156808+0000 mgr.smithi019.obqwgt (mgr.14180) 926 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:35.876 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:19:36.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:36 smithi122 bash[28108]: cluster 2023-11-08T18:19:35.321185+0000 mgr.smithi019.obqwgt (mgr.14180) 927 : 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-08T18:19:36.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:36 smithi019 bash[24123]: cluster 2023-11-08T18:19:35.321185+0000 mgr.smithi019.obqwgt (mgr.14180) 927 : 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-08T18:19:38.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:38 smithi122 bash[28108]: cluster 2023-11-08T18:19:37.322632+0000 mgr.smithi019.obqwgt (mgr.14180) 928 : cluster [DBG] pgmap v627: 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-08T18:19:38.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:38 smithi019 bash[24123]: cluster 2023-11-08T18:19:37.322632+0000 mgr.smithi019.obqwgt (mgr.14180) 928 : cluster [DBG] pgmap v627: 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-08T18:19:39.007 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:19:39.007 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:18:57.092609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.bdleqn on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\nDeploy daemon haproxy.nfs.foo.smithi122.bdleqn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.296013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.yjtcjj on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\nDeploy daemon haproxy.nfs.foo.smithi019.yjtcjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.298112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.bnjdip on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:19:39.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:19:39.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:39 smithi122 bash[28108]: audit 2023-11-08T18:19:38.987430+0000 mgr.smithi019.obqwgt (mgr.14180) 929 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:39.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:39 smithi122 bash[28108]: cluster 2023-11-08T18:19:39.323826+0000 mgr.smithi019.obqwgt (mgr.14180) 930 : 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-08T18:19:40.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:39 smithi019 bash[24123]: audit 2023-11-08T18:19:38.987430+0000 mgr.smithi019.obqwgt (mgr.14180) 929 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:40.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:39 smithi019 bash[24123]: cluster 2023-11-08T18:19:39.323826+0000 mgr.smithi019.obqwgt (mgr.14180) 930 : 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-08T18:19:40.716 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:19:42.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:42 smithi019 bash[24123]: cluster 2023-11-08T18:19:41.324973+0000 mgr.smithi019.obqwgt (mgr.14180) 931 : 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-08T18:19:42.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:42 smithi122 bash[28108]: cluster 2023-11-08T18:19:41.324973+0000 mgr.smithi019.obqwgt (mgr.14180) 931 : 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-08T18:19:44.046 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:19:44.047 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:18:57.092609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.bdleqn on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\nDeploy daemon haproxy.nfs.foo.smithi122.bdleqn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.296013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.yjtcjj on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\nDeploy daemon haproxy.nfs.foo.smithi019.yjtcjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.298112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.bnjdip on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:19:44.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:44 smithi019 bash[24123]: cluster 2023-11-08T18:19:43.326382+0000 mgr.smithi019.obqwgt (mgr.14180) 932 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:19:44.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:44 smithi122 bash[28108]: cluster 2023-11-08T18:19:43.326382+0000 mgr.smithi019.obqwgt (mgr.14180) 932 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:19:44.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:19:45.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:45 smithi122 bash[28108]: audit 2023-11-08T18:19:44.031600+0000 mgr.smithi019.obqwgt (mgr.14180) 933 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:45.748 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:19:45.759 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:45 smithi019 bash[24123]: audit 2023-11-08T18:19:44.031600+0000 mgr.smithi019.obqwgt (mgr.14180) 933 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:46.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:46 smithi122 bash[28108]: cluster 2023-11-08T18:19:45.327532+0000 mgr.smithi019.obqwgt (mgr.14180) 934 : 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-08T18:19:46.791 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:46 smithi019 bash[24123]: cluster 2023-11-08T18:19:45.327532+0000 mgr.smithi019.obqwgt (mgr.14180) 934 : 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-08T18:19:48.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:48 smithi122 bash[28108]: cluster 2023-11-08T18:19:47.328481+0000 mgr.smithi019.obqwgt (mgr.14180) 935 : cluster [DBG] pgmap v632: 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-08T18:19:48.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:48 smithi019 bash[24123]: cluster 2023-11-08T18:19:47.328481+0000 mgr.smithi019.obqwgt (mgr.14180) 935 : cluster [DBG] pgmap v632: 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-08T18:19:48.845 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:19:48.846 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:18:57.092609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.bdleqn on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\nDeploy daemon haproxy.nfs.foo.smithi122.bdleqn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.296013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.yjtcjj on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\nDeploy daemon haproxy.nfs.foo.smithi019.yjtcjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.298112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.bnjdip on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:19:49.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:19:49.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:49 smithi019 bash[24123]: audit 2023-11-08T18:19:48.830088+0000 mgr.smithi019.obqwgt (mgr.14180) 936 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:49.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:49 smithi019 bash[24123]: cluster 2023-11-08T18:19:49.329228+0000 mgr.smithi019.obqwgt (mgr.14180) 937 : 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-08T18:19:50.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:49 smithi122 bash[28108]: audit 2023-11-08T18:19:48.830088+0000 mgr.smithi019.obqwgt (mgr.14180) 936 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:50.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:49 smithi122 bash[28108]: cluster 2023-11-08T18:19:49.329228+0000 mgr.smithi019.obqwgt (mgr.14180) 937 : 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-08T18:19:50.580 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:19:52.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:52 smithi122 bash[28108]: cluster 2023-11-08T18:19:51.330014+0000 mgr.smithi019.obqwgt (mgr.14180) 938 : 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-08T18:19:52.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:52 smithi019 bash[24123]: cluster 2023-11-08T18:19:51.330014+0000 mgr.smithi019.obqwgt (mgr.14180) 938 : 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-08T18:19:53.728 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:19:53.728 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:18:57.092609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.bdleqn on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\nDeploy daemon haproxy.nfs.foo.smithi122.bdleqn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.296013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.yjtcjj on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\nDeploy daemon haproxy.nfs.foo.smithi019.yjtcjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.298112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.bnjdip on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:19:54.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:19:54.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:54 smithi122 bash[28108]: cluster 2023-11-08T18:19:53.331374+0000 mgr.smithi019.obqwgt (mgr.14180) 939 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:19:54.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:54 smithi019 bash[24123]: cluster 2023-11-08T18:19:53.331374+0000 mgr.smithi019.obqwgt (mgr.14180) 939 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:19:55.427 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:19:55.686 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:55 smithi019 bash[24123]: audit 2023-11-08T18:19:53.709671+0000 mgr.smithi019.obqwgt (mgr.14180) 940 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:55.716 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:55 smithi122 bash[28108]: audit 2023-11-08T18:19:53.709671+0000 mgr.smithi019.obqwgt (mgr.14180) 940 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:56.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:56 smithi122 bash[28108]: cluster 2023-11-08T18:19:55.332678+0000 mgr.smithi019.obqwgt (mgr.14180) 941 : 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-08T18:19:56.742 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:56 smithi019 bash[24123]: cluster 2023-11-08T18:19:55.332678+0000 mgr.smithi019.obqwgt (mgr.14180) 941 : 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-08T18:19:58.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:58 smithi019 bash[24123]: cluster 2023-11-08T18:19:57.334047+0000 mgr.smithi019.obqwgt (mgr.14180) 942 : cluster [DBG] pgmap v637: 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-08T18:19:58.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:58 smithi122 bash[28108]: cluster 2023-11-08T18:19:57.334047+0000 mgr.smithi019.obqwgt (mgr.14180) 942 : cluster [DBG] pgmap v637: 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-08T18:19:58.740 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:19:58.741 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:18:57.092609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.bdleqn on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\nDeploy daemon haproxy.nfs.foo.smithi122.bdleqn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.296013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.yjtcjj on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\nDeploy daemon haproxy.nfs.foo.smithi019.yjtcjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.298112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.bnjdip on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:19:59.482 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:19:59.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:59 smithi019 bash[24123]: audit 2023-11-08T18:19:58.721797+0000 mgr.smithi019.obqwgt (mgr.14180) 943 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:19:59.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:19:59 smithi019 bash[24123]: cluster 2023-11-08T18:19:59.335277+0000 mgr.smithi019.obqwgt (mgr.14180) 944 : 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-08T18:20:00.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:59 smithi122 bash[28108]: audit 2023-11-08T18:19:58.721797+0000 mgr.smithi019.obqwgt (mgr.14180) 943 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:00.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:19:59 smithi122 bash[28108]: cluster 2023-11-08T18:19:59.335277+0000 mgr.smithi019.obqwgt (mgr.14180) 944 : 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-08T18:20:00.483 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:20:00.759 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:00 smithi019 bash[24123]: cluster 2023-11-08T18:20:00.000157+0000 mon.smithi019 (mon.0) 903 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-08T18:20:01.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:00 smithi122 bash[28108]: cluster 2023-11-08T18:20:00.000157+0000 mon.smithi019 (mon.0) 903 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-08T18:20:01.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:01 smithi019 bash[24123]: audit 2023-11-08T18:20:01.304649+0000 mon.smithi019 (mon.0) 904 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:20:01.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:01 smithi019 bash[24123]: cluster 2023-11-08T18:20:01.335957+0000 mgr.smithi019.obqwgt (mgr.14180) 945 : 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-08T18:20:01.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:01 smithi019 bash[24123]: audit 2023-11-08T18:20:01.571372+0000 mon.smithi019 (mon.0) 905 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:20:02.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:01 smithi122 bash[28108]: audit 2023-11-08T18:20:01.304649+0000 mon.smithi019 (mon.0) 904 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:20:02.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:01 smithi122 bash[28108]: cluster 2023-11-08T18:20:01.335957+0000 mgr.smithi019.obqwgt (mgr.14180) 945 : 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-08T18:20:02.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:01 smithi122 bash[28108]: audit 2023-11-08T18:20:01.571372+0000 mon.smithi019 (mon.0) 905 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:20:03.030 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:02 smithi122 bash[28108]: audit 2023-11-08T18:20:01.853141+0000 mon.smithi019 (mon.0) 906 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:20:03.030 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:02 smithi122 bash[28108]: audit 2023-11-08T18:20:01.854554+0000 mon.smithi019 (mon.0) 907 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:20:03.030 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:02 smithi122 bash[28108]: audit 2023-11-08T18:20:01.861608+0000 mon.smithi019 (mon.0) 908 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:20:03.031 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:02 smithi122 bash[28108]: cluster 2023-11-08T18:20:01.862444+0000 mgr.smithi019.obqwgt (mgr.14180) 946 : cluster [DBG] pgmap v640: 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-08T18:20:03.031 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:02 smithi122 bash[28108]: audit 2023-11-08T18:20:01.866749+0000 mon.smithi019 (mon.0) 909 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:20:03.031 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:02 smithi122 bash[28108]: audit 2023-11-08T18:20:01.877056+0000 mon.smithi019 (mon.0) 910 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:20:03.031 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:02 smithi122 bash[28108]: cephadm 2023-11-08T18:20:01.880041+0000 mgr.smithi019.obqwgt (mgr.14180) 947 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.xpzydd on smithi122 2023-11-08T18:20:03.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:02 smithi019 bash[24123]: audit 2023-11-08T18:20:01.853141+0000 mon.smithi019 (mon.0) 906 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:20:03.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:02 smithi019 bash[24123]: audit 2023-11-08T18:20:01.854554+0000 mon.smithi019 (mon.0) 907 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:20:03.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:02 smithi019 bash[24123]: audit 2023-11-08T18:20:01.861608+0000 mon.smithi019 (mon.0) 908 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:20:03.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:02 smithi019 bash[24123]: cluster 2023-11-08T18:20:01.862444+0000 mgr.smithi019.obqwgt (mgr.14180) 946 : cluster [DBG] pgmap v640: 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-08T18:20:03.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:02 smithi019 bash[24123]: audit 2023-11-08T18:20:01.866749+0000 mon.smithi019 (mon.0) 909 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:20:03.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:02 smithi019 bash[24123]: audit 2023-11-08T18:20:01.877056+0000 mon.smithi019 (mon.0) 910 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:20:03.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:02 smithi019 bash[24123]: cephadm 2023-11-08T18:20:01.880041+0000 mgr.smithi019.obqwgt (mgr.14180) 947 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.xpzydd on smithi122 2023-11-08T18:20:03.612 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:20:03.613 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:17:52.843934Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xnduwl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:18:57.092609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.bdleqn on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\nDeploy daemon haproxy.nfs.foo.smithi122.bdleqn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.296013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.yjtcjj on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\nDeploy daemon haproxy.nfs.foo.smithi019.yjtcjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.298112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.bnjdip on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:20:04.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:03 smithi019 bash[24123]: cluster 2023-11-08T18:20:02.858808+0000 mon.smithi019 (mon.0) 911 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:20:04.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:03 smithi019 bash[24123]: cluster 2023-11-08T18:20:02.858860+0000 mon.smithi019 (mon.0) 912 : cluster [INF] Cluster is now healthy 2023-11-08T18:20:04.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:03 smithi122 bash[28108]: cluster 2023-11-08T18:20:02.858808+0000 mon.smithi019 (mon.0) 911 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:20:04.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:03 smithi122 bash[28108]: cluster 2023-11-08T18:20:02.858860+0000 mon.smithi019 (mon.0) 912 : cluster [INF] Cluster is now healthy 2023-11-08T18:20:04.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:20:05.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:04 smithi019 bash[24123]: audit 2023-11-08T18:20:03.589003+0000 mgr.smithi019.obqwgt (mgr.14180) 948 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:05.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:04 smithi019 bash[24123]: cluster 2023-11-08T18:20:03.863039+0000 mgr.smithi019.obqwgt (mgr.14180) 949 : cluster [DBG] pgmap v641: 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-08T18:20:05.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:04 smithi122 bash[28108]: audit 2023-11-08T18:20:03.589003+0000 mgr.smithi019.obqwgt (mgr.14180) 948 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:05.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:04 smithi122 bash[28108]: cluster 2023-11-08T18:20:03.863039+0000 mgr.smithi019.obqwgt (mgr.14180) 949 : cluster [DBG] pgmap v641: 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-08T18:20:05.329 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:20:06.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:05 smithi122 bash[28108]: audit 2023-11-08T18:20:05.873521+0000 mon.smithi019 (mon.0) 913 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.xpzydd"}]: dispatch 2023-11-08T18:20:06.295 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:05 smithi019 bash[24123]: audit 2023-11-08T18:20:05.873521+0000 mon.smithi019 (mon.0) 913 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.xpzydd"}]: dispatch 2023-11-08T18:20:07.191 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: cluster 2023-11-08T18:20:05.863817+0000 mgr.smithi019.obqwgt (mgr.14180) 950 : cluster [DBG] pgmap v642: 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-08T18:20:07.192 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: cephadm 2023-11-08T18:20:05.872815+0000 mgr.smithi019.obqwgt (mgr.14180) 951 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd 2023-11-08T18:20:07.192 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:20:07.192 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd 2023-11-08T18:20:07.192 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd 2023-11-08T18:20:07.193 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:20:07.193 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd 2023-11-08T18:20:07.193 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.xpzydd ... 2023-11-08T18:20:07.193 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:07.193 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:20:07.194 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:20:07.194 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:20:07.194 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:07.194 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:20:07.194 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:20:07.195 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:20:07.195 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:20:07.195 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:20:07.195 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd 2023-11-08T18:20:07.195 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:20:07.196 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd 2023-11-08T18:20:07.196 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd 2023-11-08T18:20:07.196 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:20:07.196 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd 2023-11-08T18:20:07.197 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.xpzydd ... 2023-11-08T18:20:07.197 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:07.197 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:20:07.197 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:20:07.197 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:20:07.197 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:07.198 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: cephadm 2023-11-08T18:20:05.873083+0000 mgr.smithi019.obqwgt (mgr.14180) 952 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.xpzydd 2023-11-08T18:20:07.198 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: cephadm 2023-11-08T18:20:05.874696+0000 mgr.smithi019.obqwgt (mgr.14180) 953 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.xpzydd on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd 2023-11-08T18:20:07.198 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:20:07.198 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd 2023-11-08T18:20:07.199 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd 2023-11-08T18:20:07.199 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:20:07.199 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd 2023-11-08T18:20:07.199 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.xpzydd ... 2023-11-08T18:20:07.199 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:07.200 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:20:07.200 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:20:07.200 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:20:07.200 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:07.200 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:06 smithi019 bash[24123]: cephadm 2023-11-08T18:20:05.876949+0000 mgr.smithi019.obqwgt (mgr.14180) 954 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.cvqzfi on smithi019 2023-11-08T18:20:07.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: cluster 2023-11-08T18:20:05.863817+0000 mgr.smithi019.obqwgt (mgr.14180) 950 : cluster [DBG] pgmap v642: 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-08T18:20:07.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: cephadm 2023-11-08T18:20:05.872815+0000 mgr.smithi019.obqwgt (mgr.14180) 951 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd 2023-11-08T18:20:07.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:20:07.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd 2023-11-08T18:20:07.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd 2023-11-08T18:20:07.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:20:07.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd 2023-11-08T18:20:07.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.xpzydd ... 2023-11-08T18:20:07.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:07.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:20:07.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:20:07.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:20:07.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:07.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:20:07.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:20:07.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:20:07.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:20:07.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:20:07.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd 2023-11-08T18:20:07.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:20:07.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd 2023-11-08T18:20:07.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd 2023-11-08T18:20:07.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:20:07.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd 2023-11-08T18:20:07.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.xpzydd ... 2023-11-08T18:20:07.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:07.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:20:07.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:20:07.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:20:07.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:07.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: cephadm 2023-11-08T18:20:05.873083+0000 mgr.smithi019.obqwgt (mgr.14180) 952 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.xpzydd 2023-11-08T18:20:07.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: cephadm 2023-11-08T18:20:05.874696+0000 mgr.smithi019.obqwgt (mgr.14180) 953 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.xpzydd on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd 2023-11-08T18:20:07.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:20:07.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd 2023-11-08T18:20:07.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd 2023-11-08T18:20:07.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:20:07.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd 2023-11-08T18:20:07.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.xpzydd ... 2023-11-08T18:20:07.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:07.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:20:07.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:20:07.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:20:07.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:07.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:06 smithi122 bash[28108]: cephadm 2023-11-08T18:20:05.876949+0000 mgr.smithi019.obqwgt (mgr.14180) 954 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.cvqzfi on smithi019 2023-11-08T18:20:08.545 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:20:08.545 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:18:57.092609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.bdleqn on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-bdleqn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.bdleqn\nDeploy daemon haproxy.nfs.foo.smithi122.bdleqn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.296013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.yjtcjj on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-yjtcjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.yjtcjj\nDeploy daemon haproxy.nfs.foo.smithi019.yjtcjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:19:01.298112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.bnjdip on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:05.874577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.xpzydd on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\nDeploy daemon haproxy.nfs.foo.smithi122.xpzydd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:20:09.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:08 smithi019 bash[24123]: cluster 2023-11-08T18:20:07.865282+0000 mgr.smithi019.obqwgt (mgr.14180) 955 : cluster [DBG] pgmap v643: 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-08T18:20:09.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:08 smithi122 bash[28108]: cluster 2023-11-08T18:20:07.865282+0000 mgr.smithi019.obqwgt (mgr.14180) 955 : cluster [DBG] pgmap v643: 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-08T18:20:09.247 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:20:10.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:09 smithi122 bash[28108]: audit 2023-11-08T18:20:08.526472+0000 mgr.smithi019.obqwgt (mgr.14180) 956 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:10.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:09 smithi122 bash[28108]: audit 2023-11-08T18:20:09.681551+0000 mon.smithi019 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.cvqzfi"}]: dispatch 2023-11-08T18:20:10.248 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:20:10.261 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:09 smithi019 bash[24123]: audit 2023-11-08T18:20:08.526472+0000 mgr.smithi019.obqwgt (mgr.14180) 956 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:10.262 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:09 smithi019 bash[24123]: audit 2023-11-08T18:20:09.681551+0000 mon.smithi019 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.cvqzfi"}]: dispatch 2023-11-08T18:20:11.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: cephadm 2023-11-08T18:20:09.680411+0000 mgr.smithi019.obqwgt (mgr.14180) 957 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi 2023-11-08T18:20:11.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:20:11.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi 2023-11-08T18:20:11.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi 2023-11-08T18:20:11.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:20:11.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi 2023-11-08T18:20:11.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.cvqzfi ... 2023-11-08T18:20:11.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:11.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:20:11.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:20:11.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:20:11.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:11.099 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:20:11.099 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:20:11.099 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:20:11.099 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:20:11.100 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:20:11.100 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi 2023-11-08T18:20:11.100 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:20:11.101 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi 2023-11-08T18:20:11.101 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi 2023-11-08T18:20:11.101 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:20:11.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi 2023-11-08T18:20:11.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.cvqzfi ... 2023-11-08T18:20:11.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:11.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:20:11.103 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:20:11.103 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:20:11.103 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:11.104 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: cephadm 2023-11-08T18:20:09.680904+0000 mgr.smithi019.obqwgt (mgr.14180) 958 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.cvqzfi 2023-11-08T18:20:11.104 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: cephadm 2023-11-08T18:20:09.682849+0000 mgr.smithi019.obqwgt (mgr.14180) 959 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.cvqzfi on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi 2023-11-08T18:20:11.105 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:20:11.105 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi 2023-11-08T18:20:11.105 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi 2023-11-08T18:20:11.106 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:20:11.106 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi 2023-11-08T18:20:11.107 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.cvqzfi ... 2023-11-08T18:20:11.107 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:11.107 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:20:11.108 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:20:11.108 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:20:11.109 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:11.109 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: cephadm 2023-11-08T18:20:09.686552+0000 mgr.smithi019.obqwgt (mgr.14180) 960 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.hfqimo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:20:11.109 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: cephadm 2023-11-08T18:20:09.689338+0000 mgr.smithi019.obqwgt (mgr.14180) 961 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:20:11.109 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: cluster 2023-11-08T18:20:09.690661+0000 mgr.smithi019.obqwgt (mgr.14180) 962 : cluster [DBG] pgmap v644: 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-08T18:20:11.110 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:10 smithi019 bash[24123]: cluster 2023-11-08T18:20:09.936049+0000 mon.smithi019 (mon.0) 915 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:20:11.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: cephadm 2023-11-08T18:20:09.680411+0000 mgr.smithi019.obqwgt (mgr.14180) 957 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi 2023-11-08T18:20:11.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:20:11.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi 2023-11-08T18:20:11.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi 2023-11-08T18:20:11.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:20:11.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi 2023-11-08T18:20:11.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.cvqzfi ... 2023-11-08T18:20:11.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:11.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:20:11.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:20:11.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:20:11.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:11.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:20:11.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:20:11.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:20:11.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:20:11.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:20:11.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi 2023-11-08T18:20:11.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:20:11.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi 2023-11-08T18:20:11.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi 2023-11-08T18:20:11.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:20:11.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi 2023-11-08T18:20:11.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.cvqzfi ... 2023-11-08T18:20:11.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:11.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:20:11.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:20:11.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:20:11.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:11.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: cephadm 2023-11-08T18:20:09.680904+0000 mgr.smithi019.obqwgt (mgr.14180) 958 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.cvqzfi 2023-11-08T18:20:11.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: cephadm 2023-11-08T18:20:09.682849+0000 mgr.smithi019.obqwgt (mgr.14180) 959 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.cvqzfi on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi 2023-11-08T18:20:11.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:20:11.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi 2023-11-08T18:20:11.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi 2023-11-08T18:20:11.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:20:11.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi 2023-11-08T18:20:11.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.cvqzfi ... 2023-11-08T18:20:11.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:11.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:20:11.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:20:11.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:20:11.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:20:11.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: cephadm 2023-11-08T18:20:09.686552+0000 mgr.smithi019.obqwgt (mgr.14180) 960 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.hfqimo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:20:11.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: cephadm 2023-11-08T18:20:09.689338+0000 mgr.smithi019.obqwgt (mgr.14180) 961 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:20:11.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: cluster 2023-11-08T18:20:09.690661+0000 mgr.smithi019.obqwgt (mgr.14180) 962 : cluster [DBG] pgmap v644: 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-08T18:20:11.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:10 smithi122 bash[28108]: cluster 2023-11-08T18:20:09.936049+0000 mon.smithi019 (mon.0) 915 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:20:13.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:12 smithi122 bash[28108]: cluster 2023-11-08T18:20:11.691498+0000 mgr.smithi019.obqwgt (mgr.14180) 963 : cluster [DBG] pgmap v645: 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-08T18:20:13.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:12 smithi019 bash[24123]: cluster 2023-11-08T18:20:11.691498+0000 mgr.smithi019.obqwgt (mgr.14180) 963 : cluster [DBG] pgmap v645: 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-08T18:20:13.528 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:20:13.529 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:05.874577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.xpzydd on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\nDeploy daemon haproxy.nfs.foo.smithi122.xpzydd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.682679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.cvqzfi on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\nDeploy daemon haproxy.nfs.foo.smithi019.cvqzfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.686362Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hfqimo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:20:14.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:13 smithi019 bash[24123]: audit 2023-11-08T18:20:13.508901+0000 mgr.smithi019.obqwgt (mgr.14180) 964 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:14.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:13 smithi019 bash[24123]: audit 2023-11-08T18:20:13.850208+0000 mon.smithi019 (mon.0) 916 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:20:14.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:20:14.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:13 smithi122 bash[28108]: audit 2023-11-08T18:20:13.508901+0000 mgr.smithi019.obqwgt (mgr.14180) 964 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:14.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:13 smithi122 bash[28108]: audit 2023-11-08T18:20:13.850208+0000 mon.smithi019 (mon.0) 916 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:20:15.231 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:20:15.243 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:14 smithi019 bash[24123]: cluster 2023-11-08T18:20:13.692737+0000 mgr.smithi019.obqwgt (mgr.14180) 965 : cluster [DBG] pgmap v646: 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-08T18:20:15.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:14 smithi122 bash[28108]: cluster 2023-11-08T18:20:13.692737+0000 mgr.smithi019.obqwgt (mgr.14180) 965 : cluster [DBG] pgmap v646: 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-08T18:20:17.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:16 smithi019 bash[24123]: cluster 2023-11-08T18:20:15.693744+0000 mgr.smithi019.obqwgt (mgr.14180) 966 : cluster [DBG] pgmap v647: 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-08T18:20:17.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:16 smithi122 bash[28108]: cluster 2023-11-08T18:20:15.693744+0000 mgr.smithi019.obqwgt (mgr.14180) 966 : cluster [DBG] pgmap v647: 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-08T18:20:18.359 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:20:18.360 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:05.874577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.xpzydd on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\nDeploy daemon haproxy.nfs.foo.smithi122.xpzydd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.682679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.cvqzfi on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\nDeploy daemon haproxy.nfs.foo.smithi019.cvqzfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.686362Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hfqimo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:20:19.003 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:20:19.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:18 smithi019 bash[24123]: cluster 2023-11-08T18:20:17.695140+0000 mgr.smithi019.obqwgt (mgr.14180) 967 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 346 B/s rd, 0 op/s 2023-11-08T18:20:19.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:18 smithi019 bash[24123]: audit 2023-11-08T18:20:18.344679+0000 mgr.smithi019.obqwgt (mgr.14180) 968 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:19.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:18 smithi122 bash[28108]: cluster 2023-11-08T18:20:17.695140+0000 mgr.smithi019.obqwgt (mgr.14180) 967 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 346 B/s rd, 0 op/s 2023-11-08T18:20:19.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:18 smithi122 bash[28108]: audit 2023-11-08T18:20:18.344679+0000 mgr.smithi019.obqwgt (mgr.14180) 968 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:20.005 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:20:21.018 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:20 smithi019 bash[24123]: cluster 2023-11-08T18:20:19.696051+0000 mgr.smithi019.obqwgt (mgr.14180) 969 : cluster [DBG] pgmap v649: 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-08T18:20:21.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:21 smithi122 bash[28108]: cluster 2023-11-08T18:20:19.696051+0000 mgr.smithi019.obqwgt (mgr.14180) 969 : cluster [DBG] pgmap v649: 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-08T18:20:23.133 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:20:23.133 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:05.874577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.xpzydd on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\nDeploy daemon haproxy.nfs.foo.smithi122.xpzydd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.682679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.cvqzfi on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\nDeploy daemon haproxy.nfs.foo.smithi019.cvqzfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.686362Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hfqimo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:20:23.311 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:22 smithi019 bash[24123]: cluster 2023-11-08T18:20:21.697242+0000 mgr.smithi019.obqwgt (mgr.14180) 970 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:20:23.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:23 smithi122 bash[28108]: cluster 2023-11-08T18:20:21.697242+0000 mgr.smithi019.obqwgt (mgr.14180) 970 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:20:23.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:20:24.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:24 smithi019 bash[24123]: audit 2023-11-08T18:20:23.113616+0000 mgr.smithi019.obqwgt (mgr.14180) 971 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:24.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:24 smithi122 bash[28108]: audit 2023-11-08T18:20:23.113616+0000 mgr.smithi019.obqwgt (mgr.14180) 971 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:24.839 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:20:25.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:25 smithi019 bash[24123]: cluster 2023-11-08T18:20:23.698604+0000 mgr.smithi019.obqwgt (mgr.14180) 972 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:20:25.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:25 smithi122 bash[28108]: cluster 2023-11-08T18:20:23.698604+0000 mgr.smithi019.obqwgt (mgr.14180) 972 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:20:27.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:27 smithi019 bash[24123]: cluster 2023-11-08T18:20:25.699524+0000 mgr.smithi019.obqwgt (mgr.14180) 973 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:20:27.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:27 smithi122 bash[28108]: cluster 2023-11-08T18:20:25.699524+0000 mgr.smithi019.obqwgt (mgr.14180) 973 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:20:27.930 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:20:27.931 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:05.874577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.xpzydd on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\nDeploy daemon haproxy.nfs.foo.smithi122.xpzydd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.682679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.cvqzfi on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\nDeploy daemon haproxy.nfs.foo.smithi019.cvqzfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.686362Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hfqimo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:20:28.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:20:29.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:29 smithi019 bash[24123]: cluster 2023-11-08T18:20:27.701235+0000 mgr.smithi019.obqwgt (mgr.14180) 974 : cluster [DBG] pgmap v653: 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-08T18:20:29.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:29 smithi019 bash[24123]: audit 2023-11-08T18:20:27.911333+0000 mgr.smithi019.obqwgt (mgr.14180) 975 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:29.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:29 smithi122 bash[28108]: cluster 2023-11-08T18:20:27.701235+0000 mgr.smithi019.obqwgt (mgr.14180) 974 : cluster [DBG] pgmap v653: 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-08T18:20:29.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:29 smithi122 bash[28108]: audit 2023-11-08T18:20:27.911333+0000 mgr.smithi019.obqwgt (mgr.14180) 975 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:29.661 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:20:31.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:31 smithi019 bash[24123]: cluster 2023-11-08T18:20:29.702244+0000 mgr.smithi019.obqwgt (mgr.14180) 976 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:20:31.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:31 smithi122 bash[28108]: cluster 2023-11-08T18:20:29.702244+0000 mgr.smithi019.obqwgt (mgr.14180) 976 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:20:32.992 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:20:32.993 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:05.874577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.xpzydd on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\nDeploy daemon haproxy.nfs.foo.smithi122.xpzydd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.682679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.cvqzfi on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\nDeploy daemon haproxy.nfs.foo.smithi019.cvqzfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.686362Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hfqimo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:20:33.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:33 smithi019 bash[24123]: cluster 2023-11-08T18:20:31.703121+0000 mgr.smithi019.obqwgt (mgr.14180) 977 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:20:33.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:33 smithi122 bash[28108]: cluster 2023-11-08T18:20:31.703121+0000 mgr.smithi019.obqwgt (mgr.14180) 977 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:20:33.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:20:34.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:34 smithi019 bash[24123]: audit 2023-11-08T18:20:32.972678+0000 mgr.smithi019.obqwgt (mgr.14180) 978 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:34.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:34 smithi122 bash[28108]: audit 2023-11-08T18:20:32.972678+0000 mgr.smithi019.obqwgt (mgr.14180) 978 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:34.699 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:20:35.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:35 smithi019 bash[24123]: cluster 2023-11-08T18:20:33.704378+0000 mgr.smithi019.obqwgt (mgr.14180) 979 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:20:35.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:35 smithi122 bash[28108]: cluster 2023-11-08T18:20:33.704378+0000 mgr.smithi019.obqwgt (mgr.14180) 979 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:20:37.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:37 smithi019 bash[24123]: cluster 2023-11-08T18:20:35.705243+0000 mgr.smithi019.obqwgt (mgr.14180) 980 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:20:37.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:37 smithi122 bash[28108]: cluster 2023-11-08T18:20:35.705243+0000 mgr.smithi019.obqwgt (mgr.14180) 980 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:20:37.762 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:20:37.762 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:05.874577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.xpzydd on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\nDeploy daemon haproxy.nfs.foo.smithi122.xpzydd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.682679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.cvqzfi on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\nDeploy daemon haproxy.nfs.foo.smithi019.cvqzfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.686362Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hfqimo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:20:38.537 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:20:39.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:39 smithi019 bash[24123]: cluster 2023-11-08T18:20:37.706675+0000 mgr.smithi019.obqwgt (mgr.14180) 981 : cluster [DBG] pgmap v658: 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-08T18:20:39.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:39 smithi019 bash[24123]: audit 2023-11-08T18:20:37.747117+0000 mgr.smithi019.obqwgt (mgr.14180) 982 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:39.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:39 smithi122 bash[28108]: cluster 2023-11-08T18:20:37.706675+0000 mgr.smithi019.obqwgt (mgr.14180) 981 : cluster [DBG] pgmap v658: 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-08T18:20:39.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:39 smithi122 bash[28108]: audit 2023-11-08T18:20:37.747117+0000 mgr.smithi019.obqwgt (mgr.14180) 982 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:39.539 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:20:41.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:41 smithi019 bash[24123]: cluster 2023-11-08T18:20:39.707632+0000 mgr.smithi019.obqwgt (mgr.14180) 983 : 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-08T18:20:41.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:41 smithi122 bash[28108]: cluster 2023-11-08T18:20:39.707632+0000 mgr.smithi019.obqwgt (mgr.14180) 983 : 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-08T18:20:42.829 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:20:42.830 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:05.874577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.xpzydd on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\nDeploy daemon haproxy.nfs.foo.smithi122.xpzydd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.682679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.cvqzfi on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\nDeploy daemon haproxy.nfs.foo.smithi019.cvqzfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.686362Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hfqimo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:20:43.351 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:43 smithi019 bash[24123]: cluster 2023-11-08T18:20:41.708847+0000 mgr.smithi019.obqwgt (mgr.14180) 984 : 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-08T18:20:43.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:43 smithi122 bash[28108]: cluster 2023-11-08T18:20:41.708847+0000 mgr.smithi019.obqwgt (mgr.14180) 984 : 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-08T18:20:43.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:20:44.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:44 smithi019 bash[24123]: audit 2023-11-08T18:20:42.810481+0000 mgr.smithi019.obqwgt (mgr.14180) 985 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:44.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:44 smithi122 bash[28108]: audit 2023-11-08T18:20:42.810481+0000 mgr.smithi019.obqwgt (mgr.14180) 985 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:44.574 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:20:45.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:45 smithi019 bash[24123]: cluster 2023-11-08T18:20:43.709638+0000 mgr.smithi019.obqwgt (mgr.14180) 986 : 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-08T18:20:45.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:45 smithi122 bash[28108]: cluster 2023-11-08T18:20:43.709638+0000 mgr.smithi019.obqwgt (mgr.14180) 986 : 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-08T18:20:47.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:47 smithi122 bash[28108]: cluster 2023-11-08T18:20:45.710774+0000 mgr.smithi019.obqwgt (mgr.14180) 987 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:20:47.534 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:47 smithi019 bash[24123]: cluster 2023-11-08T18:20:45.710774+0000 mgr.smithi019.obqwgt (mgr.14180) 987 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:20:48.009 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:20:48.009 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:05.874577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.xpzydd on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\nDeploy daemon haproxy.nfs.foo.smithi122.xpzydd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.682679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.cvqzfi on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\nDeploy daemon haproxy.nfs.foo.smithi019.cvqzfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.686362Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hfqimo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:20:48.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:20:49.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:49 smithi122 bash[28108]: cluster 2023-11-08T18:20:47.712175+0000 mgr.smithi019.obqwgt (mgr.14180) 988 : cluster [DBG] pgmap v663: 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-08T18:20:49.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:49 smithi122 bash[28108]: audit 2023-11-08T18:20:47.988230+0000 mgr.smithi019.obqwgt (mgr.14180) 989 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:49.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:49 smithi019 bash[24123]: cluster 2023-11-08T18:20:47.712175+0000 mgr.smithi019.obqwgt (mgr.14180) 988 : cluster [DBG] pgmap v663: 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-08T18:20:49.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:49 smithi019 bash[24123]: audit 2023-11-08T18:20:47.988230+0000 mgr.smithi019.obqwgt (mgr.14180) 989 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:49.814 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:20:51.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:51 smithi019 bash[24123]: cluster 2023-11-08T18:20:49.713245+0000 mgr.smithi019.obqwgt (mgr.14180) 990 : 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-08T18:20:51.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:51 smithi122 bash[28108]: cluster 2023-11-08T18:20:49.713245+0000 mgr.smithi019.obqwgt (mgr.14180) 990 : 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-08T18:20:53.001 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:20:53.001 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:05.874577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.xpzydd on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\nDeploy daemon haproxy.nfs.foo.smithi122.xpzydd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.682679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.cvqzfi on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\nDeploy daemon haproxy.nfs.foo.smithi019.cvqzfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.686362Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hfqimo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:20:53.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:53 smithi019 bash[24123]: cluster 2023-11-08T18:20:51.714001+0000 mgr.smithi019.obqwgt (mgr.14180) 991 : 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-08T18:20:53.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:53 smithi122 bash[28108]: cluster 2023-11-08T18:20:51.714001+0000 mgr.smithi019.obqwgt (mgr.14180) 991 : 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-08T18:20:53.798 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:20:54.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:54 smithi122 bash[28108]: audit 2023-11-08T18:20:52.980382+0000 mgr.smithi019.obqwgt (mgr.14180) 992 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:54.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:54 smithi019 bash[24123]: audit 2023-11-08T18:20:52.980382+0000 mgr.smithi019.obqwgt (mgr.14180) 992 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:54.799 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:20:55.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:55 smithi019 bash[24123]: cluster 2023-11-08T18:20:53.715181+0000 mgr.smithi019.obqwgt (mgr.14180) 993 : 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-08T18:20:55.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:55 smithi122 bash[28108]: cluster 2023-11-08T18:20:53.715181+0000 mgr.smithi019.obqwgt (mgr.14180) 993 : 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-08T18:20:57.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:57 smithi122 bash[28108]: cluster 2023-11-08T18:20:55.716261+0000 mgr.smithi019.obqwgt (mgr.14180) 994 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:20:57.582 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:57 smithi019 bash[24123]: cluster 2023-11-08T18:20:55.716261+0000 mgr.smithi019.obqwgt (mgr.14180) 994 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:20:58.024 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:20:58.025 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:05.874577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.xpzydd on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\nDeploy daemon haproxy.nfs.foo.smithi122.xpzydd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.682679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.cvqzfi on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\nDeploy daemon haproxy.nfs.foo.smithi019.cvqzfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.686362Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hfqimo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:20:58.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:20:59.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:59 smithi122 bash[28108]: cluster 2023-11-08T18:20:57.717303+0000 mgr.smithi019.obqwgt (mgr.14180) 995 : cluster [DBG] pgmap v668: 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-08T18:20:59.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:20:59 smithi122 bash[28108]: audit 2023-11-08T18:20:58.010055+0000 mgr.smithi019.obqwgt (mgr.14180) 996 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:59.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:59 smithi019 bash[24123]: cluster 2023-11-08T18:20:57.717303+0000 mgr.smithi019.obqwgt (mgr.14180) 995 : cluster [DBG] pgmap v668: 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-08T18:20:59.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:20:59 smithi019 bash[24123]: audit 2023-11-08T18:20:58.010055+0000 mgr.smithi019.obqwgt (mgr.14180) 996 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:20:59.752 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:21:01.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:01 smithi019 bash[24123]: cluster 2023-11-08T18:20:59.718022+0000 mgr.smithi019.obqwgt (mgr.14180) 997 : 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-08T18:21:01.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:01 smithi122 bash[28108]: cluster 2023-11-08T18:20:59.718022+0000 mgr.smithi019.obqwgt (mgr.14180) 997 : 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-08T18:21:02.953 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:21:02.953 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:05.874577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.xpzydd on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\nDeploy daemon haproxy.nfs.foo.smithi122.xpzydd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.682679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.cvqzfi on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\nDeploy daemon haproxy.nfs.foo.smithi019.cvqzfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.686362Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hfqimo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:21:03.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:03 smithi019 bash[24123]: cluster 2023-11-08T18:21:01.719301+0000 mgr.smithi019.obqwgt (mgr.14180) 998 : 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-08T18:21:03.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:03 smithi122 bash[28108]: cluster 2023-11-08T18:21:01.719301+0000 mgr.smithi019.obqwgt (mgr.14180) 998 : 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-08T18:21:03.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:21:04.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:04 smithi122 bash[28108]: audit 2023-11-08T18:21:02.932389+0000 mgr.smithi019.obqwgt (mgr.14180) 999 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:04.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:04 smithi019 bash[24123]: audit 2023-11-08T18:21:02.932389+0000 mgr.smithi019.obqwgt (mgr.14180) 999 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:04.644 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:21:05.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:05 smithi122 bash[28108]: cluster 2023-11-08T18:21:03.720614+0000 mgr.smithi019.obqwgt (mgr.14180) 1000 : 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-08T18:21:05.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:05 smithi019 bash[24123]: cluster 2023-11-08T18:21:03.720614+0000 mgr.smithi019.obqwgt (mgr.14180) 1000 : 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-08T18:21:07.463 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:07 smithi019 bash[24123]: cluster 2023-11-08T18:21:05.721623+0000 mgr.smithi019.obqwgt (mgr.14180) 1001 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:21:07.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:07 smithi122 bash[28108]: cluster 2023-11-08T18:21:05.721623+0000 mgr.smithi019.obqwgt (mgr.14180) 1001 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:21:07.941 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:21:07.941 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:05.874577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.xpzydd on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\nDeploy daemon haproxy.nfs.foo.smithi122.xpzydd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.682679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.cvqzfi on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\nDeploy daemon haproxy.nfs.foo.smithi019.cvqzfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.686362Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hfqimo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:21:08.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:21:09.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:09 smithi122 bash[28108]: cluster 2023-11-08T18:21:07.722870+0000 mgr.smithi019.obqwgt (mgr.14180) 1002 : cluster [DBG] pgmap v673: 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-08T18:21:09.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:09 smithi122 bash[28108]: audit 2023-11-08T18:21:07.919925+0000 mgr.smithi019.obqwgt (mgr.14180) 1003 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:09.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:09 smithi019 bash[24123]: cluster 2023-11-08T18:21:07.722870+0000 mgr.smithi019.obqwgt (mgr.14180) 1002 : cluster [DBG] pgmap v673: 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-08T18:21:09.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:09 smithi019 bash[24123]: audit 2023-11-08T18:21:07.919925+0000 mgr.smithi019.obqwgt (mgr.14180) 1003 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:09.690 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:21:10.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:10 smithi122 bash[28108]: audit 2023-11-08T18:21:09.694021+0000 mon.smithi019 (mon.0) 917 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:21:10.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:10 smithi019 bash[24123]: audit 2023-11-08T18:21:09.694021+0000 mon.smithi019 (mon.0) 917 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:21:11.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:11 smithi122 bash[28108]: cluster 2023-11-08T18:21:09.723858+0000 mgr.smithi019.obqwgt (mgr.14180) 1004 : 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-08T18:21:11.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:11 smithi019 bash[24123]: cluster 2023-11-08T18:21:09.723858+0000 mgr.smithi019.obqwgt (mgr.14180) 1004 : 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-08T18:21:13.053 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:21:13.054 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:10:55.685288Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:10:54.960488Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:10:55.685762Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:05.874577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.xpzydd on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\nDeploy daemon haproxy.nfs.foo.smithi122.xpzydd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.682679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.cvqzfi on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\nDeploy daemon haproxy.nfs.foo.smithi019.cvqzfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.686362Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hfqimo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:10:54.962101Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:10:54.960782Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:10:54.960990Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:10:54.962208Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:10:54.961187Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:10:54.961383Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:10:55.686228Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:21:13.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:13 smithi019 bash[24123]: cluster 2023-11-08T18:21:11.725173+0000 mgr.smithi019.obqwgt (mgr.14180) 1005 : 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-08T18:21:13.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:13 smithi122 bash[28108]: cluster 2023-11-08T18:21:11.725173+0000 mgr.smithi019.obqwgt (mgr.14180) 1005 : 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-08T18:21:13.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:21:14.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:14 smithi122 bash[28108]: audit 2023-11-08T18:21:13.035206+0000 mgr.smithi019.obqwgt (mgr.14180) 1006 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:14.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:14 smithi019 bash[24123]: audit 2023-11-08T18:21:13.035206+0000 mgr.smithi019.obqwgt (mgr.14180) 1006 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:14.786 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:21:15.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:15 smithi122 bash[28108]: cluster 2023-11-08T18:21:13.726487+0000 mgr.smithi019.obqwgt (mgr.14180) 1007 : 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-08T18:21:15.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:15 smithi019 bash[24123]: cluster 2023-11-08T18:21:13.726487+0000 mgr.smithi019.obqwgt (mgr.14180) 1007 : 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-08T18:21:16.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:16 smithi019 bash[24123]: audit 2023-11-08T18:21:15.404554+0000 mon.smithi019 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:21:16.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:16 smithi019 bash[24123]: audit 2023-11-08T18:21:15.904558+0000 mon.smithi019 (mon.0) 919 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:21:16.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:16 smithi019 bash[24123]: audit 2023-11-08T18:21:16.198285+0000 mon.smithi019 (mon.0) 920 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:21:16.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:16 smithi019 bash[24123]: audit 2023-11-08T18:21:16.199607+0000 mon.smithi019 (mon.0) 921 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:21:16.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:16 smithi019 bash[24123]: audit 2023-11-08T18:21:16.208258+0000 mon.smithi019 (mon.0) 922 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:21:16.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:16 smithi019 bash[24123]: audit 2023-11-08T18:21:16.215903+0000 mon.smithi019 (mon.0) 923 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:21:16.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:16 smithi019 bash[24123]: audit 2023-11-08T18:21:16.226241+0000 mon.smithi019 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:21:16.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:16 smithi122 bash[28108]: audit 2023-11-08T18:21:15.404554+0000 mon.smithi019 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:21:16.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:16 smithi122 bash[28108]: audit 2023-11-08T18:21:15.904558+0000 mon.smithi019 (mon.0) 919 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:21:16.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:16 smithi122 bash[28108]: audit 2023-11-08T18:21:16.198285+0000 mon.smithi019 (mon.0) 920 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:21:16.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:16 smithi122 bash[28108]: audit 2023-11-08T18:21:16.199607+0000 mon.smithi019 (mon.0) 921 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:21:16.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:16 smithi122 bash[28108]: audit 2023-11-08T18:21:16.208258+0000 mon.smithi019 (mon.0) 922 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:21:16.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:16 smithi122 bash[28108]: audit 2023-11-08T18:21:16.215903+0000 mon.smithi019 (mon.0) 923 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:21:16.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:16 smithi122 bash[28108]: audit 2023-11-08T18:21:16.226241+0000 mon.smithi019 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:21:17.691 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:17 smithi019 bash[24123]: cluster 2023-11-08T18:21:15.727377+0000 mgr.smithi019.obqwgt (mgr.14180) 1008 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:21:17.691 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:17 smithi019 bash[24123]: cluster 2023-11-08T18:21:16.208922+0000 mgr.smithi019.obqwgt (mgr.14180) 1009 : cluster [DBG] pgmap v678: 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-08T18:21:17.691 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:17 smithi019 bash[24123]: cephadm 2023-11-08T18:21:16.230530+0000 mgr.smithi019.obqwgt (mgr.14180) 1010 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.pwpylp on smithi122 2023-11-08T18:21:17.691 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:17 smithi019 bash[24123]: cluster 2023-11-08T18:21:16.400207+0000 mon.smithi019 (mon.0) 925 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:21:17.692 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:17 smithi019 bash[24123]: cluster 2023-11-08T18:21:16.400236+0000 mon.smithi019 (mon.0) 926 : cluster [INF] Cluster is now healthy 2023-11-08T18:21:17.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:17 smithi122 bash[28108]: cluster 2023-11-08T18:21:15.727377+0000 mgr.smithi019.obqwgt (mgr.14180) 1008 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:21:17.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:17 smithi122 bash[28108]: cluster 2023-11-08T18:21:16.208922+0000 mgr.smithi019.obqwgt (mgr.14180) 1009 : cluster [DBG] pgmap v678: 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-08T18:21:17.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:17 smithi122 bash[28108]: cephadm 2023-11-08T18:21:16.230530+0000 mgr.smithi019.obqwgt (mgr.14180) 1010 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.pwpylp on smithi122 2023-11-08T18:21:17.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:17 smithi122 bash[28108]: cluster 2023-11-08T18:21:16.400207+0000 mon.smithi019 (mon.0) 925 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:21:17.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:17 smithi122 bash[28108]: cluster 2023-11-08T18:21:16.400236+0000 mon.smithi019 (mon.0) 926 : cluster [INF] Cluster is now healthy 2023-11-08T18:21:18.133 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:21:18.133 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:19:01.299963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.kqyfhb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:05.874577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.xpzydd on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\nDeploy daemon haproxy.nfs.foo.smithi122.xpzydd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.682679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.cvqzfi on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\nDeploy daemon haproxy.nfs.foo.smithi019.cvqzfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.686362Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hfqimo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:21:18.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:21:19.691 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:19 smithi122 bash[28108]: audit 2023-11-08T18:21:18.116396+0000 mgr.smithi019.obqwgt (mgr.14180) 1011 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:19.691 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:19 smithi122 bash[28108]: cluster 2023-11-08T18:21:18.209919+0000 mgr.smithi019.obqwgt (mgr.14180) 1012 : cluster [DBG] pgmap v679: 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-08T18:21:19.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:19 smithi019 bash[24123]: audit 2023-11-08T18:21:18.116396+0000 mgr.smithi019.obqwgt (mgr.14180) 1011 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:19.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:19 smithi019 bash[24123]: cluster 2023-11-08T18:21:18.209919+0000 mgr.smithi019.obqwgt (mgr.14180) 1012 : cluster [DBG] pgmap v679: 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-08T18:21:19.850 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:21:20.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:20 smithi019 bash[24123]: audit 2023-11-08T18:21:20.200034+0000 mon.smithi019 (mon.0) 927 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.pwpylp"}]: dispatch 2023-11-08T18:21:20.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:20 smithi122 bash[28108]: audit 2023-11-08T18:21:20.200034+0000 mon.smithi019 (mon.0) 927 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.pwpylp"}]: dispatch 2023-11-08T18:21:21.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: cephadm 2023-11-08T18:21:20.198723+0000 mgr.smithi019.obqwgt (mgr.14180) 1013 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp 2023-11-08T18:21:21.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:21:21.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp 2023-11-08T18:21:21.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp 2023-11-08T18:21:21.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:21:21.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp 2023-11-08T18:21:21.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.pwpylp ... 2023-11-08T18:21:21.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:21.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:21:21.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:21:21.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:21:21.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:21.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:21:21.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:21:21.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:21:21.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:21:21.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:21:21.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp 2023-11-08T18:21:21.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:21:21.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp 2023-11-08T18:21:21.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp 2023-11-08T18:21:21.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:21:21.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp 2023-11-08T18:21:21.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.pwpylp ... 2023-11-08T18:21:21.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:21.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:21:21.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:21:21.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:21:21.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:21.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: cephadm 2023-11-08T18:21:20.199343+0000 mgr.smithi019.obqwgt (mgr.14180) 1014 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.pwpylp 2023-11-08T18:21:21.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: cephadm 2023-11-08T18:21:20.201414+0000 mgr.smithi019.obqwgt (mgr.14180) 1015 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.pwpylp on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp 2023-11-08T18:21:21.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:21:21.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp 2023-11-08T18:21:21.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp 2023-11-08T18:21:21.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:21:21.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp 2023-11-08T18:21:21.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.pwpylp ... 2023-11-08T18:21:21.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:21.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:21:21.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:21:21.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:21:21.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:21.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: cephadm 2023-11-08T18:21:20.204754+0000 mgr.smithi019.obqwgt (mgr.14180) 1016 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.jklucx on smithi019 2023-11-08T18:21:21.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:21 smithi122 bash[28108]: cluster 2023-11-08T18:21:20.210586+0000 mgr.smithi019.obqwgt (mgr.14180) 1017 : cluster [DBG] pgmap v680: 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-08T18:21:21.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: cephadm 2023-11-08T18:21:20.198723+0000 mgr.smithi019.obqwgt (mgr.14180) 1013 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp 2023-11-08T18:21:21.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:21:21.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp 2023-11-08T18:21:21.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp 2023-11-08T18:21:21.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:21:21.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp 2023-11-08T18:21:21.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.pwpylp ... 2023-11-08T18:21:21.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:21.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:21:21.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:21:21.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:21:21.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:21.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:21:21.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:21:21.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:21:21.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:21:21.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:21:21.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp 2023-11-08T18:21:21.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:21:21.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp 2023-11-08T18:21:21.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp 2023-11-08T18:21:21.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:21:21.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp 2023-11-08T18:21:21.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.pwpylp ... 2023-11-08T18:21:21.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:21.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:21:21.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:21:21.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:21:21.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:21.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: cephadm 2023-11-08T18:21:20.199343+0000 mgr.smithi019.obqwgt (mgr.14180) 1014 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.pwpylp 2023-11-08T18:21:21.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: cephadm 2023-11-08T18:21:20.201414+0000 mgr.smithi019.obqwgt (mgr.14180) 1015 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.pwpylp on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp 2023-11-08T18:21:21.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:21:21.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp 2023-11-08T18:21:21.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp 2023-11-08T18:21:21.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:21:21.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp 2023-11-08T18:21:21.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.pwpylp ... 2023-11-08T18:21:21.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:21.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:21:21.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:21:21.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:21:21.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:21.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: cephadm 2023-11-08T18:21:20.204754+0000 mgr.smithi019.obqwgt (mgr.14180) 1016 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.jklucx on smithi019 2023-11-08T18:21:21.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:21 smithi019 bash[24123]: cluster 2023-11-08T18:21:20.210586+0000 mgr.smithi019.obqwgt (mgr.14180) 1017 : cluster [DBG] pgmap v680: 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-08T18:21:23.213 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:21:23.213 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:20:05.874577Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.xpzydd on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-xpzydd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.xpzydd\nDeploy daemon haproxy.nfs.foo.smithi122.xpzydd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.682679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.cvqzfi on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-cvqzfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.cvqzfi\nDeploy daemon haproxy.nfs.foo.smithi019.cvqzfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:20:09.686362Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hfqimo on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:20.201198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pwpylp on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\nDeploy daemon haproxy.nfs.foo.smithi122.pwpylp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:21:23.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:23 smithi019 bash[24123]: cluster 2023-11-08T18:21:22.211562+0000 mgr.smithi019.obqwgt (mgr.14180) 1018 : cluster [DBG] pgmap v681: 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-08T18:21:23.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:23 smithi122 bash[28108]: cluster 2023-11-08T18:21:22.211562+0000 mgr.smithi019.obqwgt (mgr.14180) 1018 : cluster [DBG] pgmap v681: 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-08T18:21:23.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:21:24.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:24 smithi122 bash[28108]: audit 2023-11-08T18:21:23.193894+0000 mgr.smithi019.obqwgt (mgr.14180) 1019 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:24.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:24 smithi122 bash[28108]: audit 2023-11-08T18:21:24.228442+0000 mon.smithi019 (mon.0) 928 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.jklucx"}]: dispatch 2023-11-08T18:21:24.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:24 smithi019 bash[24123]: audit 2023-11-08T18:21:23.193894+0000 mgr.smithi019.obqwgt (mgr.14180) 1019 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:24.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:24 smithi019 bash[24123]: audit 2023-11-08T18:21:24.228442+0000 mon.smithi019 (mon.0) 928 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.jklucx"}]: dispatch 2023-11-08T18:21:24.976 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:21:25.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: cluster 2023-11-08T18:21:24.212489+0000 mgr.smithi019.obqwgt (mgr.14180) 1020 : cluster [DBG] pgmap v682: 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-08T18:21:25.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: cephadm 2023-11-08T18:21:24.227671+0000 mgr.smithi019.obqwgt (mgr.14180) 1021 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx 2023-11-08T18:21:25.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:21:25.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx 2023-11-08T18:21:25.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx 2023-11-08T18:21:25.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:21:25.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx 2023-11-08T18:21:25.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.jklucx ... 2023-11-08T18:21:25.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:25.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:21:25.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:21:25.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:21:25.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:25.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:21:25.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:21:25.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:21:25.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:21:25.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:21:25.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx 2023-11-08T18:21:25.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:21:25.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx 2023-11-08T18:21:25.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx 2023-11-08T18:21:25.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:21:25.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx 2023-11-08T18:21:25.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.jklucx ... 2023-11-08T18:21:25.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:25.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:21:25.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:21:25.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:21:25.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:25.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: cephadm 2023-11-08T18:21:24.227938+0000 mgr.smithi019.obqwgt (mgr.14180) 1022 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.jklucx 2023-11-08T18:21:25.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: cephadm 2023-11-08T18:21:24.229533+0000 mgr.smithi019.obqwgt (mgr.14180) 1023 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.jklucx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx 2023-11-08T18:21:25.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:21:25.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx 2023-11-08T18:21:25.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx 2023-11-08T18:21:25.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:21:25.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx 2023-11-08T18:21:25.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.jklucx ... 2023-11-08T18:21:25.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:25.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:21:25.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:21:25.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:21:25.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:25.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: cephadm 2023-11-08T18:21:24.232034+0000 mgr.smithi019.obqwgt (mgr.14180) 1024 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.pzlrcs on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:21:25.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: cephadm 2023-11-08T18:21:24.234033+0000 mgr.smithi019.obqwgt (mgr.14180) 1025 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:21:25.728 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: cluster 2023-11-08T18:21:24.234916+0000 mgr.smithi019.obqwgt (mgr.14180) 1026 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2023-11-08T18:21:25.728 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:25 smithi122 bash[28108]: cluster 2023-11-08T18:21:24.734908+0000 mon.smithi019 (mon.0) 929 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:21:25.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: cluster 2023-11-08T18:21:24.212489+0000 mgr.smithi019.obqwgt (mgr.14180) 1020 : cluster [DBG] pgmap v682: 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-08T18:21:25.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: cephadm 2023-11-08T18:21:24.227671+0000 mgr.smithi019.obqwgt (mgr.14180) 1021 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx 2023-11-08T18:21:25.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:21:25.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx 2023-11-08T18:21:25.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx 2023-11-08T18:21:25.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:21:25.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx 2023-11-08T18:21:25.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.jklucx ... 2023-11-08T18:21:25.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:25.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:21:25.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:21:25.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:21:25.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:25.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:21:25.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:21:25.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:21:25.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:21:25.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:21:25.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx 2023-11-08T18:21:25.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:21:25.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx 2023-11-08T18:21:25.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx 2023-11-08T18:21:25.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:21:25.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx 2023-11-08T18:21:25.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.jklucx ... 2023-11-08T18:21:25.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:25.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:21:25.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:21:25.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:21:25.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:25.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: cephadm 2023-11-08T18:21:24.227938+0000 mgr.smithi019.obqwgt (mgr.14180) 1022 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.jklucx 2023-11-08T18:21:25.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: cephadm 2023-11-08T18:21:24.229533+0000 mgr.smithi019.obqwgt (mgr.14180) 1023 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.jklucx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx 2023-11-08T18:21:25.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:21:25.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx 2023-11-08T18:21:25.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx 2023-11-08T18:21:25.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:21:25.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx 2023-11-08T18:21:25.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.jklucx ... 2023-11-08T18:21:25.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:25.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:21:25.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:21:25.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:21:25.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:21:25.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: cephadm 2023-11-08T18:21:24.232034+0000 mgr.smithi019.obqwgt (mgr.14180) 1024 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.pzlrcs on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:21:25.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: cephadm 2023-11-08T18:21:24.234033+0000 mgr.smithi019.obqwgt (mgr.14180) 1025 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:21:25.854 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: cluster 2023-11-08T18:21:24.234916+0000 mgr.smithi019.obqwgt (mgr.14180) 1026 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2023-11-08T18:21:25.854 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:25 smithi019 bash[24123]: cluster 2023-11-08T18:21:24.734908+0000 mon.smithi019 (mon.0) 929 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:21:27.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:27 smithi019 bash[24123]: cluster 2023-11-08T18:21:26.235975+0000 mgr.smithi019.obqwgt (mgr.14180) 1027 : cluster [DBG] pgmap v684: 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-08T18:21:27.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:27 smithi122 bash[28108]: cluster 2023-11-08T18:21:26.235975+0000 mgr.smithi019.obqwgt (mgr.14180) 1027 : cluster [DBG] pgmap v684: 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-08T18:21:28.420 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:21:28.421 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:20.201198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pwpylp on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\nDeploy daemon haproxy.nfs.foo.smithi122.pwpylp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.229376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jklucx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\nDeploy daemon haproxy.nfs.foo.smithi019.jklucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.231884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pzlrcs on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:21:29.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:21:29.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:29 smithi019 bash[24123]: cluster 2023-11-08T18:21:28.237310+0000 mgr.smithi019.obqwgt (mgr.14180) 1028 : cluster [DBG] pgmap v685: 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-08T18:21:29.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:29 smithi019 bash[24123]: audit 2023-11-08T18:21:28.406287+0000 mgr.smithi019.obqwgt (mgr.14180) 1029 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:29.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:29 smithi019 bash[24123]: audit 2023-11-08T18:21:28.907388+0000 mon.smithi019 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:21:29.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:29 smithi122 bash[28108]: cluster 2023-11-08T18:21:28.237310+0000 mgr.smithi019.obqwgt (mgr.14180) 1028 : cluster [DBG] pgmap v685: 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-08T18:21:29.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:29 smithi122 bash[28108]: audit 2023-11-08T18:21:28.406287+0000 mgr.smithi019.obqwgt (mgr.14180) 1029 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:29.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:29 smithi122 bash[28108]: audit 2023-11-08T18:21:28.907388+0000 mon.smithi019 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:21:30.213 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:21:31.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:31 smithi122 bash[28108]: cluster 2023-11-08T18:21:30.238249+0000 mgr.smithi019.obqwgt (mgr.14180) 1030 : cluster [DBG] pgmap v686: 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-08T18:21:31.794 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:31 smithi019 bash[24123]: cluster 2023-11-08T18:21:30.238249+0000 mgr.smithi019.obqwgt (mgr.14180) 1030 : cluster [DBG] pgmap v686: 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-08T18:21:33.587 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:21:33.587 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:20.201198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pwpylp on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\nDeploy daemon haproxy.nfs.foo.smithi122.pwpylp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.229376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jklucx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\nDeploy daemon haproxy.nfs.foo.smithi019.jklucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.231884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pzlrcs on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:21:33.818 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:33 smithi019 bash[24123]: cluster 2023-11-08T18:21:32.239503+0000 mgr.smithi019.obqwgt (mgr.14180) 1031 : cluster [DBG] pgmap v687: 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-08T18:21:33.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:33 smithi122 bash[28108]: cluster 2023-11-08T18:21:32.239503+0000 mgr.smithi019.obqwgt (mgr.14180) 1031 : cluster [DBG] pgmap v687: 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-08T18:21:34.360 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:21:35.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:34 smithi019 bash[24123]: audit 2023-11-08T18:21:33.571847+0000 mgr.smithi019.obqwgt (mgr.14180) 1032 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:35.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:34 smithi019 bash[24123]: cluster 2023-11-08T18:21:34.240509+0000 mgr.smithi019.obqwgt (mgr.14180) 1033 : cluster [DBG] pgmap v688: 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-08T18:21:35.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:34 smithi122 bash[28108]: audit 2023-11-08T18:21:33.571847+0000 mgr.smithi019.obqwgt (mgr.14180) 1032 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:35.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:34 smithi122 bash[28108]: cluster 2023-11-08T18:21:34.240509+0000 mgr.smithi019.obqwgt (mgr.14180) 1033 : cluster [DBG] pgmap v688: 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-08T18:21:35.361 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:21:37.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:37 smithi019 bash[24123]: cluster 2023-11-08T18:21:36.241597+0000 mgr.smithi019.obqwgt (mgr.14180) 1034 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:21:37.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:37 smithi122 bash[28108]: cluster 2023-11-08T18:21:36.241597+0000 mgr.smithi019.obqwgt (mgr.14180) 1034 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:21:38.553 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:21:38.554 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:20.201198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pwpylp on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\nDeploy daemon haproxy.nfs.foo.smithi122.pwpylp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.229376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jklucx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\nDeploy daemon haproxy.nfs.foo.smithi019.jklucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.231884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pzlrcs on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:21:39.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:21:39.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:39 smithi019 bash[24123]: cluster 2023-11-08T18:21:38.243004+0000 mgr.smithi019.obqwgt (mgr.14180) 1035 : cluster [DBG] pgmap v690: 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-08T18:21:39.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:39 smithi122 bash[28108]: cluster 2023-11-08T18:21:38.243004+0000 mgr.smithi019.obqwgt (mgr.14180) 1035 : cluster [DBG] pgmap v690: 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-08T18:21:40.275 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:21:40.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:40 smithi019 bash[24123]: audit 2023-11-08T18:21:38.536540+0000 mgr.smithi019.obqwgt (mgr.14180) 1036 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:40.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:40 smithi122 bash[28108]: audit 2023-11-08T18:21:38.536540+0000 mgr.smithi019.obqwgt (mgr.14180) 1036 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:41.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:41 smithi019 bash[24123]: cluster 2023-11-08T18:21:40.244050+0000 mgr.smithi019.obqwgt (mgr.14180) 1037 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:21:41.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:41 smithi122 bash[28108]: cluster 2023-11-08T18:21:40.244050+0000 mgr.smithi019.obqwgt (mgr.14180) 1037 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:21:43.559 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:21:43.560 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:20.201198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pwpylp on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\nDeploy daemon haproxy.nfs.foo.smithi122.pwpylp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.229376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jklucx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\nDeploy daemon haproxy.nfs.foo.smithi019.jklucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.231884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pzlrcs on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:21:43.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:43 smithi019 bash[24123]: cluster 2023-11-08T18:21:42.245568+0000 mgr.smithi019.obqwgt (mgr.14180) 1038 : 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-08T18:21:43.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:43 smithi122 bash[28108]: cluster 2023-11-08T18:21:42.245568+0000 mgr.smithi019.obqwgt (mgr.14180) 1038 : 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-08T18:21:44.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:21:45.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:44 smithi019 bash[24123]: audit 2023-11-08T18:21:43.541171+0000 mgr.smithi019.obqwgt (mgr.14180) 1039 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:45.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:44 smithi019 bash[24123]: cluster 2023-11-08T18:21:44.247044+0000 mgr.smithi019.obqwgt (mgr.14180) 1040 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:21:45.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:44 smithi122 bash[28108]: audit 2023-11-08T18:21:43.541171+0000 mgr.smithi019.obqwgt (mgr.14180) 1039 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:45.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:44 smithi122 bash[28108]: cluster 2023-11-08T18:21:44.247044+0000 mgr.smithi019.obqwgt (mgr.14180) 1040 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:21:45.372 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:21:47.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:47 smithi019 bash[24123]: cluster 2023-11-08T18:21:46.248330+0000 mgr.smithi019.obqwgt (mgr.14180) 1041 : 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-08T18:21:47.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:47 smithi122 bash[28108]: cluster 2023-11-08T18:21:46.248330+0000 mgr.smithi019.obqwgt (mgr.14180) 1041 : 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-08T18:21:48.566 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:21:48.567 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:20.201198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pwpylp on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\nDeploy daemon haproxy.nfs.foo.smithi122.pwpylp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.229376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jklucx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\nDeploy daemon haproxy.nfs.foo.smithi019.jklucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.231884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pzlrcs on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:21:49.308 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:21:49.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:49 smithi019 bash[24123]: cluster 2023-11-08T18:21:48.249858+0000 mgr.smithi019.obqwgt (mgr.14180) 1042 : cluster [DBG] pgmap v695: 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-08T18:21:49.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:49 smithi122 bash[28108]: cluster 2023-11-08T18:21:48.249858+0000 mgr.smithi019.obqwgt (mgr.14180) 1042 : cluster [DBG] pgmap v695: 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-08T18:21:50.309 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:21:50.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:50 smithi019 bash[24123]: audit 2023-11-08T18:21:48.547465+0000 mgr.smithi019.obqwgt (mgr.14180) 1043 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:50.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:50 smithi122 bash[28108]: audit 2023-11-08T18:21:48.547465+0000 mgr.smithi019.obqwgt (mgr.14180) 1043 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:51.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:51 smithi019 bash[24123]: cluster 2023-11-08T18:21:50.251109+0000 mgr.smithi019.obqwgt (mgr.14180) 1044 : 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-08T18:21:51.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:51 smithi122 bash[28108]: cluster 2023-11-08T18:21:50.251109+0000 mgr.smithi019.obqwgt (mgr.14180) 1044 : 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-08T18:21:53.438 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:21:53.438 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:20.201198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pwpylp on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\nDeploy daemon haproxy.nfs.foo.smithi122.pwpylp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.229376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jklucx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\nDeploy daemon haproxy.nfs.foo.smithi019.jklucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.231884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pzlrcs on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:21:53.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:53 smithi019 bash[24123]: cluster 2023-11-08T18:21:52.252449+0000 mgr.smithi019.obqwgt (mgr.14180) 1045 : 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-08T18:21:53.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:53 smithi122 bash[28108]: cluster 2023-11-08T18:21:52.252449+0000 mgr.smithi019.obqwgt (mgr.14180) 1045 : 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-08T18:21:54.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:21:54.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:54 smithi019 bash[24123]: audit 2023-11-08T18:21:53.419403+0000 mgr.smithi019.obqwgt (mgr.14180) 1046 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:54.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:54 smithi122 bash[28108]: audit 2023-11-08T18:21:53.419403+0000 mgr.smithi019.obqwgt (mgr.14180) 1046 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:55.178 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:21:55.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:55 smithi019 bash[24123]: cluster 2023-11-08T18:21:54.253799+0000 mgr.smithi019.obqwgt (mgr.14180) 1047 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:21:55.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:55 smithi122 bash[28108]: cluster 2023-11-08T18:21:54.253799+0000 mgr.smithi019.obqwgt (mgr.14180) 1047 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:21:57.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:57 smithi019 bash[24123]: cluster 2023-11-08T18:21:56.254814+0000 mgr.smithi019.obqwgt (mgr.14180) 1048 : 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-08T18:21:57.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:57 smithi122 bash[28108]: cluster 2023-11-08T18:21:56.254814+0000 mgr.smithi019.obqwgt (mgr.14180) 1048 : 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-08T18:21:58.256 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:21:58.256 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:20.201198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pwpylp on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\nDeploy daemon haproxy.nfs.foo.smithi122.pwpylp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.229376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jklucx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\nDeploy daemon haproxy.nfs.foo.smithi019.jklucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.231884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pzlrcs on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:21:59.025 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:21:59.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:59 smithi122 bash[28108]: audit 2023-11-08T18:21:58.235970+0000 mgr.smithi019.obqwgt (mgr.14180) 1049 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:59.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:21:59 smithi122 bash[28108]: cluster 2023-11-08T18:21:58.255803+0000 mgr.smithi019.obqwgt (mgr.14180) 1050 : cluster [DBG] pgmap v700: 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-08T18:21:59.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:59 smithi019 bash[24123]: audit 2023-11-08T18:21:58.235970+0000 mgr.smithi019.obqwgt (mgr.14180) 1049 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:21:59.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:21:59 smithi019 bash[24123]: cluster 2023-11-08T18:21:58.255803+0000 mgr.smithi019.obqwgt (mgr.14180) 1050 : cluster [DBG] pgmap v700: 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-08T18:22:00.027 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:22:01.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:01 smithi122 bash[28108]: cluster 2023-11-08T18:22:00.256958+0000 mgr.smithi019.obqwgt (mgr.14180) 1051 : 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-08T18:22:01.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:01 smithi019 bash[24123]: cluster 2023-11-08T18:22:00.256958+0000 mgr.smithi019.obqwgt (mgr.14180) 1051 : 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-08T18:22:03.173 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:22:03.173 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:20.201198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pwpylp on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\nDeploy daemon haproxy.nfs.foo.smithi122.pwpylp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.229376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jklucx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\nDeploy daemon haproxy.nfs.foo.smithi019.jklucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.231884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pzlrcs on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:22:03.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:03 smithi019 bash[24123]: cluster 2023-11-08T18:22:02.258414+0000 mgr.smithi019.obqwgt (mgr.14180) 1052 : 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-08T18:22:03.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:03 smithi122 bash[28108]: cluster 2023-11-08T18:22:02.258414+0000 mgr.smithi019.obqwgt (mgr.14180) 1052 : 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-08T18:22:03.941 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:22:04.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:04 smithi122 bash[28108]: audit 2023-11-08T18:22:03.153806+0000 mgr.smithi019.obqwgt (mgr.14180) 1053 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:04.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:04 smithi019 bash[24123]: audit 2023-11-08T18:22:03.153806+0000 mgr.smithi019.obqwgt (mgr.14180) 1053 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:04.942 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:22:05.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:05 smithi122 bash[28108]: cluster 2023-11-08T18:22:04.259797+0000 mgr.smithi019.obqwgt (mgr.14180) 1054 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:22:05.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:05 smithi019 bash[24123]: cluster 2023-11-08T18:22:04.259797+0000 mgr.smithi019.obqwgt (mgr.14180) 1054 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:22:07.657 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:07 smithi019 bash[24123]: cluster 2023-11-08T18:22:06.261092+0000 mgr.smithi019.obqwgt (mgr.14180) 1055 : 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-08T18:22:07.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:07 smithi122 bash[28108]: cluster 2023-11-08T18:22:06.261092+0000 mgr.smithi019.obqwgt (mgr.14180) 1055 : 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-08T18:22:08.113 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:22:08.113 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:20.201198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pwpylp on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\nDeploy daemon haproxy.nfs.foo.smithi122.pwpylp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.229376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jklucx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\nDeploy daemon haproxy.nfs.foo.smithi019.jklucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.231884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pzlrcs on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:22:08.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:22:09.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:09 smithi122 bash[28108]: audit 2023-11-08T18:22:08.094594+0000 mgr.smithi019.obqwgt (mgr.14180) 1056 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:09.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:09 smithi122 bash[28108]: cluster 2023-11-08T18:22:08.262625+0000 mgr.smithi019.obqwgt (mgr.14180) 1057 : cluster [DBG] pgmap v705: 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-08T18:22:09.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:09 smithi019 bash[24123]: audit 2023-11-08T18:22:08.094594+0000 mgr.smithi019.obqwgt (mgr.14180) 1056 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:09.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:09 smithi019 bash[24123]: cluster 2023-11-08T18:22:08.262625+0000 mgr.smithi019.obqwgt (mgr.14180) 1057 : cluster [DBG] pgmap v705: 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-08T18:22:09.892 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:22:11.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:11 smithi019 bash[24123]: cluster 2023-11-08T18:22:10.263242+0000 mgr.smithi019.obqwgt (mgr.14180) 1058 : 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-08T18:22:11.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:11 smithi122 bash[28108]: cluster 2023-11-08T18:22:10.263242+0000 mgr.smithi019.obqwgt (mgr.14180) 1058 : 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-08T18:22:13.181 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:22:13.181 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:20.201198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pwpylp on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\nDeploy daemon haproxy.nfs.foo.smithi122.pwpylp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.229376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jklucx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\nDeploy daemon haproxy.nfs.foo.smithi019.jklucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.231884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pzlrcs on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:22:13.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:13 smithi019 bash[24123]: cluster 2023-11-08T18:22:12.264452+0000 mgr.smithi019.obqwgt (mgr.14180) 1059 : 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-08T18:22:13.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:13 smithi122 bash[28108]: cluster 2023-11-08T18:22:12.264452+0000 mgr.smithi019.obqwgt (mgr.14180) 1059 : 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-08T18:22:13.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:22:14.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:14 smithi122 bash[28108]: audit 2023-11-08T18:22:13.160978+0000 mgr.smithi019.obqwgt (mgr.14180) 1060 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:14.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:14 smithi019 bash[24123]: audit 2023-11-08T18:22:13.160978+0000 mgr.smithi019.obqwgt (mgr.14180) 1060 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:14.920 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:22:15.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:15 smithi122 bash[28108]: cluster 2023-11-08T18:22:14.265654+0000 mgr.smithi019.obqwgt (mgr.14180) 1061 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:22:15.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:15 smithi019 bash[24123]: cluster 2023-11-08T18:22:14.265654+0000 mgr.smithi019.obqwgt (mgr.14180) 1061 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:22:17.680 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:17 smithi019 bash[24123]: cluster 2023-11-08T18:22:16.266805+0000 mgr.smithi019.obqwgt (mgr.14180) 1062 : 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-08T18:22:17.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:17 smithi122 bash[28108]: cluster 2023-11-08T18:22:16.266805+0000 mgr.smithi019.obqwgt (mgr.14180) 1062 : 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-08T18:22:18.060 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:22:18.060 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:20.201198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pwpylp on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\nDeploy daemon haproxy.nfs.foo.smithi122.pwpylp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.229376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jklucx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\nDeploy daemon haproxy.nfs.foo.smithi019.jklucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.231884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pzlrcs on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:22:18.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:22:19.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:19 smithi122 bash[28108]: audit 2023-11-08T18:22:18.046275+0000 mgr.smithi019.obqwgt (mgr.14180) 1063 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:19.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:19 smithi122 bash[28108]: cluster 2023-11-08T18:22:18.268140+0000 mgr.smithi019.obqwgt (mgr.14180) 1064 : cluster [DBG] pgmap v710: 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-08T18:22:19.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:19 smithi019 bash[24123]: audit 2023-11-08T18:22:18.046275+0000 mgr.smithi019.obqwgt (mgr.14180) 1063 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:19.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:19 smithi019 bash[24123]: cluster 2023-11-08T18:22:18.268140+0000 mgr.smithi019.obqwgt (mgr.14180) 1064 : cluster [DBG] pgmap v710: 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-08T18:22:19.883 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:22:21.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:21 smithi019 bash[24123]: cluster 2023-11-08T18:22:20.268699+0000 mgr.smithi019.obqwgt (mgr.14180) 1065 : 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-08T18:22:21.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:21 smithi122 bash[28108]: cluster 2023-11-08T18:22:20.268699+0000 mgr.smithi019.obqwgt (mgr.14180) 1065 : 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-08T18:22:23.156 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:22:23.156 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:20.201198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pwpylp on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\nDeploy daemon haproxy.nfs.foo.smithi122.pwpylp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.229376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jklucx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\nDeploy daemon haproxy.nfs.foo.smithi019.jklucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.231884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pzlrcs on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:22:23.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:23 smithi019 bash[24123]: cluster 2023-11-08T18:22:22.269916+0000 mgr.smithi019.obqwgt (mgr.14180) 1066 : 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-08T18:22:23.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:23 smithi122 bash[28108]: cluster 2023-11-08T18:22:22.269916+0000 mgr.smithi019.obqwgt (mgr.14180) 1066 : 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-08T18:22:23.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:22:24.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:24 smithi122 bash[28108]: audit 2023-11-08T18:22:23.136504+0000 mgr.smithi019.obqwgt (mgr.14180) 1067 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:24.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:24 smithi122 bash[28108]: audit 2023-11-08T18:22:24.238760+0000 mon.smithi019 (mon.0) 931 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:22:24.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:24 smithi019 bash[24123]: audit 2023-11-08T18:22:23.136504+0000 mgr.smithi019.obqwgt (mgr.14180) 1067 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:24.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:24 smithi019 bash[24123]: audit 2023-11-08T18:22:24.238760+0000 mon.smithi019 (mon.0) 931 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:22:24.867 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:22:25.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:25 smithi019 bash[24123]: cluster 2023-11-08T18:22:24.270798+0000 mgr.smithi019.obqwgt (mgr.14180) 1068 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:22:25.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:25 smithi019 bash[24123]: audit 2023-11-08T18:22:24.513832+0000 mon.smithi019 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:22:25.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:25 smithi019 bash[24123]: audit 2023-11-08T18:22:24.778364+0000 mon.smithi019 (mon.0) 933 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:22:25.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:25 smithi019 bash[24123]: audit 2023-11-08T18:22:24.780170+0000 mon.smithi019 (mon.0) 934 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:22:25.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:25 smithi019 bash[24123]: audit 2023-11-08T18:22:24.788112+0000 mon.smithi019 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:22:25.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:25 smithi019 bash[24123]: audit 2023-11-08T18:22:24.796918+0000 mon.smithi019 (mon.0) 936 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:22:25.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:25 smithi019 bash[24123]: audit 2023-11-08T18:22:24.814625+0000 mon.smithi019 (mon.0) 937 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:22:25.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:25 smithi122 bash[28108]: cluster 2023-11-08T18:22:24.270798+0000 mgr.smithi019.obqwgt (mgr.14180) 1068 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:22:25.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:25 smithi122 bash[28108]: audit 2023-11-08T18:22:24.513832+0000 mon.smithi019 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:22:25.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:25 smithi122 bash[28108]: audit 2023-11-08T18:22:24.778364+0000 mon.smithi019 (mon.0) 933 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:22:25.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:25 smithi122 bash[28108]: audit 2023-11-08T18:22:24.780170+0000 mon.smithi019 (mon.0) 934 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:22:25.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:25 smithi122 bash[28108]: audit 2023-11-08T18:22:24.788112+0000 mon.smithi019 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:22:25.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:25 smithi122 bash[28108]: audit 2023-11-08T18:22:24.796918+0000 mon.smithi019 (mon.0) 936 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:22:25.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:25 smithi122 bash[28108]: audit 2023-11-08T18:22:24.814625+0000 mon.smithi019 (mon.0) 937 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:22:26.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:26 smithi019 bash[24123]: cluster 2023-11-08T18:22:24.789036+0000 mgr.smithi019.obqwgt (mgr.14180) 1069 : cluster [DBG] pgmap v714: 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-08T18:22:26.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:26 smithi019 bash[24123]: cephadm 2023-11-08T18:22:24.819708+0000 mgr.smithi019.obqwgt (mgr.14180) 1070 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.iefjrt on smithi122 2023-11-08T18:22:26.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:26 smithi019 bash[24123]: cluster 2023-11-08T18:22:25.785677+0000 mon.smithi019 (mon.0) 938 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:22:26.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:26 smithi019 bash[24123]: cluster 2023-11-08T18:22:25.785741+0000 mon.smithi019 (mon.0) 939 : cluster [INF] Cluster is now healthy 2023-11-08T18:22:26.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:26 smithi122 bash[28108]: cluster 2023-11-08T18:22:24.789036+0000 mgr.smithi019.obqwgt (mgr.14180) 1069 : cluster [DBG] pgmap v714: 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-08T18:22:26.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:26 smithi122 bash[28108]: cephadm 2023-11-08T18:22:24.819708+0000 mgr.smithi019.obqwgt (mgr.14180) 1070 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.iefjrt on smithi122 2023-11-08T18:22:26.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:26 smithi122 bash[28108]: cluster 2023-11-08T18:22:25.785677+0000 mon.smithi019 (mon.0) 938 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:22:26.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:26 smithi122 bash[28108]: cluster 2023-11-08T18:22:25.785741+0000 mon.smithi019 (mon.0) 939 : cluster [INF] Cluster is now healthy 2023-11-08T18:22:28.163 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:22:28.164 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:20:09.689185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.narucj on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:20.201198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.pwpylp on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-pwpylp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.pwpylp\nDeploy daemon haproxy.nfs.foo.smithi122.pwpylp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.229376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jklucx on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jklucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jklucx\nDeploy daemon haproxy.nfs.foo.smithi019.jklucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:21:24.231884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.pzlrcs on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:22:28.699 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:28 smithi019 bash[24123]: cluster 2023-11-08T18:22:26.789994+0000 mgr.smithi019.obqwgt (mgr.14180) 1071 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 389 B/s rd, 0 op/s 2023-11-08T18:22:28.894 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:22:28.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:28 smithi122 bash[28108]: cluster 2023-11-08T18:22:26.789994+0000 mgr.smithi019.obqwgt (mgr.14180) 1071 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 389 B/s rd, 0 op/s 2023-11-08T18:22:29.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:29 smithi019 bash[24123]: audit 2023-11-08T18:22:28.143184+0000 mgr.smithi019.obqwgt (mgr.14180) 1072 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:29.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:29 smithi019 bash[24123]: audit 2023-11-08T18:22:28.691575+0000 mon.smithi019 (mon.0) 940 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.iefjrt"}]: dispatch 2023-11-08T18:22:29.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:29 smithi019 bash[24123]: audit 2023-11-08T18:22:29.432060+0000 mon.smithi019 (mon.0) 941 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:22:29.895 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:22:29.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:29 smithi122 bash[28108]: audit 2023-11-08T18:22:28.143184+0000 mgr.smithi019.obqwgt (mgr.14180) 1072 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:29.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:29 smithi122 bash[28108]: audit 2023-11-08T18:22:28.691575+0000 mon.smithi019 (mon.0) 940 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.iefjrt"}]: dispatch 2023-11-08T18:22:29.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:29 smithi122 bash[28108]: audit 2023-11-08T18:22:29.432060+0000 mon.smithi019 (mon.0) 941 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:22:30.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: cephadm 2023-11-08T18:22:28.690672+0000 mgr.smithi019.obqwgt (mgr.14180) 1073 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt 2023-11-08T18:22:30.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:22:30.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt 2023-11-08T18:22:30.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt 2023-11-08T18:22:30.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:22:30.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt 2023-11-08T18:22:30.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.iefjrt ... 2023-11-08T18:22:30.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:30.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:22:30.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:22:30.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:22:30.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:30.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:22:30.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:22:30.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:22:30.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:22:30.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:22:30.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt 2023-11-08T18:22:30.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:22:30.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt 2023-11-08T18:22:30.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt 2023-11-08T18:22:30.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:22:30.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt 2023-11-08T18:22:30.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.iefjrt ... 2023-11-08T18:22:30.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:30.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:22:30.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:22:30.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:22:30.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:30.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: cephadm 2023-11-08T18:22:28.691029+0000 mgr.smithi019.obqwgt (mgr.14180) 1074 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.iefjrt 2023-11-08T18:22:30.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: cephadm 2023-11-08T18:22:28.693224+0000 mgr.smithi019.obqwgt (mgr.14180) 1075 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.iefjrt on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt 2023-11-08T18:22:30.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:22:30.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt 2023-11-08T18:22:30.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt 2023-11-08T18:22:30.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:22:30.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt 2023-11-08T18:22:30.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.iefjrt ... 2023-11-08T18:22:30.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:30.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:22:30.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:22:30.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:22:30.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:30.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: cephadm 2023-11-08T18:22:28.696092+0000 mgr.smithi019.obqwgt (mgr.14180) 1076 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.hmwadp on smithi019 2023-11-08T18:22:30.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:30 smithi019 bash[24123]: cluster 2023-11-08T18:22:28.791025+0000 mgr.smithi019.obqwgt (mgr.14180) 1077 : cluster [DBG] pgmap v716: 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-08T18:22:30.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: cephadm 2023-11-08T18:22:28.690672+0000 mgr.smithi019.obqwgt (mgr.14180) 1073 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt 2023-11-08T18:22:30.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:22:30.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt 2023-11-08T18:22:30.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt 2023-11-08T18:22:30.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:22:30.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt 2023-11-08T18:22:30.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.iefjrt ... 2023-11-08T18:22:30.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:30.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:22:30.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:22:30.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:22:30.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:30.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:22:30.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:22:30.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:22:30.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:22:30.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:22:30.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt 2023-11-08T18:22:30.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:22:30.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt 2023-11-08T18:22:30.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt 2023-11-08T18:22:30.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:22:30.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt 2023-11-08T18:22:30.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.iefjrt ... 2023-11-08T18:22:30.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:30.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:22:30.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:22:30.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:22:30.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:30.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: cephadm 2023-11-08T18:22:28.691029+0000 mgr.smithi019.obqwgt (mgr.14180) 1074 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.iefjrt 2023-11-08T18:22:30.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: cephadm 2023-11-08T18:22:28.693224+0000 mgr.smithi019.obqwgt (mgr.14180) 1075 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.iefjrt on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt 2023-11-08T18:22:30.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:22:30.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt 2023-11-08T18:22:30.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt 2023-11-08T18:22:30.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:22:30.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt 2023-11-08T18:22:30.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.iefjrt ... 2023-11-08T18:22:30.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:30.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:22:30.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:22:30.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:22:30.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:30.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: cephadm 2023-11-08T18:22:28.696092+0000 mgr.smithi019.obqwgt (mgr.14180) 1076 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.hmwadp on smithi019 2023-11-08T18:22:30.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:30 smithi122 bash[28108]: cluster 2023-11-08T18:22:28.791025+0000 mgr.smithi019.obqwgt (mgr.14180) 1077 : cluster [DBG] pgmap v716: 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-08T18:22:32.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:32 smithi019 bash[24123]: cluster 2023-11-08T18:22:30.791633+0000 mgr.smithi019.obqwgt (mgr.14180) 1078 : cluster [DBG] pgmap v717: 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-08T18:22:32.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:32 smithi122 bash[28108]: cluster 2023-11-08T18:22:30.791633+0000 mgr.smithi019.obqwgt (mgr.14180) 1078 : cluster [DBG] pgmap v717: 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-08T18:22:33.360 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:22:33.361 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:28.693034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iefjrt on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\nDeploy daemon haproxy.nfs.foo.smithi122.iefjrt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.704823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hmwadp on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\nDeploy daemon haproxy.nfs.foo.smithi019.hmwadp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.709100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hhnwdc on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:22:33.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:33 smithi019 bash[24123]: audit 2023-11-08T18:22:32.703532+0000 mon.smithi019 (mon.0) 942 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.hmwadp"}]: dispatch 2023-11-08T18:22:33.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:33 smithi122 bash[28108]: audit 2023-11-08T18:22:32.703532+0000 mon.smithi019 (mon.0) 942 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.hmwadp"}]: dispatch 2023-11-08T18:22:34.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:22:34.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: cephadm 2023-11-08T18:22:32.702212+0000 mgr.smithi019.obqwgt (mgr.14180) 1079 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp 2023-11-08T18:22:34.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:22:34.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp 2023-11-08T18:22:34.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp 2023-11-08T18:22:34.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:22:34.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp 2023-11-08T18:22:34.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.hmwadp ... 2023-11-08T18:22:34.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:34.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:22:34.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:22:34.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:22:34.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:34.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:22:34.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:22:34.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:22:34.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:22:34.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:22:34.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp 2023-11-08T18:22:34.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:22:34.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp 2023-11-08T18:22:34.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp 2023-11-08T18:22:34.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:22:34.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp 2023-11-08T18:22:34.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.hmwadp ... 2023-11-08T18:22:34.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:34.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:22:34.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:22:34.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:22:34.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:34.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: cephadm 2023-11-08T18:22:32.702809+0000 mgr.smithi019.obqwgt (mgr.14180) 1080 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.hmwadp 2023-11-08T18:22:34.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: cephadm 2023-11-08T18:22:32.705057+0000 mgr.smithi019.obqwgt (mgr.14180) 1081 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.hmwadp on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp 2023-11-08T18:22:34.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:22:34.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp 2023-11-08T18:22:34.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp 2023-11-08T18:22:34.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:22:34.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp 2023-11-08T18:22:34.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.hmwadp ... 2023-11-08T18:22:34.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:34.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:22:34.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:22:34.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:22:34.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:34.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: cephadm 2023-11-08T18:22:32.709319+0000 mgr.smithi019.obqwgt (mgr.14180) 1082 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.hhnwdc on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:22:34.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: cephadm 2023-11-08T18:22:32.711801+0000 mgr.smithi019.obqwgt (mgr.14180) 1083 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:22:34.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: cluster 2023-11-08T18:22:32.713295+0000 mgr.smithi019.obqwgt (mgr.14180) 1084 : cluster [DBG] pgmap v718: 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-08T18:22:34.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: audit 2023-11-08T18:22:33.342115+0000 mgr.smithi019.obqwgt (mgr.14180) 1085 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:34.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: cluster 2023-11-08T18:22:33.535670+0000 mon.smithi019 (mon.0) 943 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:22:34.854 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:34 smithi019 bash[24123]: audit 2023-11-08T18:22:33.957895+0000 mon.smithi019 (mon.0) 944 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:22:34.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: cephadm 2023-11-08T18:22:32.702212+0000 mgr.smithi019.obqwgt (mgr.14180) 1079 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp 2023-11-08T18:22:34.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:22:34.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp 2023-11-08T18:22:34.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp 2023-11-08T18:22:34.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:22:34.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp 2023-11-08T18:22:34.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.hmwadp ... 2023-11-08T18:22:34.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:34.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:22:34.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:22:34.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:22:34.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:34.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:22:34.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:22:34.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:22:34.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:22:34.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:22:34.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp 2023-11-08T18:22:34.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:22:34.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp 2023-11-08T18:22:34.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp 2023-11-08T18:22:34.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:22:34.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp 2023-11-08T18:22:34.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.hmwadp ... 2023-11-08T18:22:34.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:34.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:22:34.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:22:34.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:22:34.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:34.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: cephadm 2023-11-08T18:22:32.702809+0000 mgr.smithi019.obqwgt (mgr.14180) 1080 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.hmwadp 2023-11-08T18:22:34.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: cephadm 2023-11-08T18:22:32.705057+0000 mgr.smithi019.obqwgt (mgr.14180) 1081 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.hmwadp on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp 2023-11-08T18:22:34.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:22:34.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp 2023-11-08T18:22:34.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp 2023-11-08T18:22:34.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:22:34.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp 2023-11-08T18:22:34.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.hmwadp ... 2023-11-08T18:22:34.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:34.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:22:34.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:22:34.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:22:34.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:22:34.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: cephadm 2023-11-08T18:22:32.709319+0000 mgr.smithi019.obqwgt (mgr.14180) 1082 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.hhnwdc on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:22:34.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: cephadm 2023-11-08T18:22:32.711801+0000 mgr.smithi019.obqwgt (mgr.14180) 1083 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:22:34.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: cluster 2023-11-08T18:22:32.713295+0000 mgr.smithi019.obqwgt (mgr.14180) 1084 : cluster [DBG] pgmap v718: 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-08T18:22:34.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: audit 2023-11-08T18:22:33.342115+0000 mgr.smithi019.obqwgt (mgr.14180) 1085 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:34.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: cluster 2023-11-08T18:22:33.535670+0000 mon.smithi019 (mon.0) 943 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:22:34.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:34 smithi122 bash[28108]: audit 2023-11-08T18:22:33.957895+0000 mon.smithi019 (mon.0) 944 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:22:35.120 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:22:35.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:35 smithi019 bash[24123]: cluster 2023-11-08T18:22:34.714404+0000 mgr.smithi019.obqwgt (mgr.14180) 1086 : cluster [DBG] pgmap v719: 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-08T18:22:35.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:35 smithi122 bash[28108]: cluster 2023-11-08T18:22:34.714404+0000 mgr.smithi019.obqwgt (mgr.14180) 1086 : cluster [DBG] pgmap v719: 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-08T18:22:38.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:37 smithi019 bash[24123]: cluster 2023-11-08T18:22:36.715775+0000 mgr.smithi019.obqwgt (mgr.14180) 1087 : cluster [DBG] pgmap v720: 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-08T18:22:38.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:37 smithi122 bash[28108]: cluster 2023-11-08T18:22:36.715775+0000 mgr.smithi019.obqwgt (mgr.14180) 1087 : cluster [DBG] pgmap v720: 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-08T18:22:38.304 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:22:38.304 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:28.693034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iefjrt on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\nDeploy daemon haproxy.nfs.foo.smithi122.iefjrt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.704823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hmwadp on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\nDeploy daemon haproxy.nfs.foo.smithi019.hmwadp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.709100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hhnwdc on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:22:39.024 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:22:39.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:38 smithi019 bash[24123]: audit 2023-11-08T18:22:38.283659+0000 mgr.smithi019.obqwgt (mgr.14180) 1088 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:39.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:38 smithi122 bash[28108]: audit 2023-11-08T18:22:38.283659+0000 mgr.smithi019.obqwgt (mgr.14180) 1088 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:40.025 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:22:40.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:39 smithi019 bash[24123]: cluster 2023-11-08T18:22:38.716573+0000 mgr.smithi019.obqwgt (mgr.14180) 1089 : cluster [DBG] pgmap v721: 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-08T18:22:40.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:39 smithi122 bash[28108]: cluster 2023-11-08T18:22:38.716573+0000 mgr.smithi019.obqwgt (mgr.14180) 1089 : cluster [DBG] pgmap v721: 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-08T18:22:42.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:41 smithi019 bash[24123]: cluster 2023-11-08T18:22:40.717492+0000 mgr.smithi019.obqwgt (mgr.14180) 1090 : cluster [DBG] pgmap v722: 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-08T18:22:42.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:41 smithi122 bash[28108]: cluster 2023-11-08T18:22:40.717492+0000 mgr.smithi019.obqwgt (mgr.14180) 1090 : cluster [DBG] pgmap v722: 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-08T18:22:43.080 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:22:43.080 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:28.693034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iefjrt on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\nDeploy daemon haproxy.nfs.foo.smithi122.iefjrt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.704823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hmwadp on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\nDeploy daemon haproxy.nfs.foo.smithi019.hmwadp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.709100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hhnwdc on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:22:43.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:22:44.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:43 smithi019 bash[24123]: cluster 2023-11-08T18:22:42.719030+0000 mgr.smithi019.obqwgt (mgr.14180) 1091 : cluster [DBG] pgmap v723: 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-08T18:22:44.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:43 smithi019 bash[24123]: audit 2023-11-08T18:22:43.059010+0000 mgr.smithi019.obqwgt (mgr.14180) 1092 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:44.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:43 smithi122 bash[28108]: cluster 2023-11-08T18:22:42.719030+0000 mgr.smithi019.obqwgt (mgr.14180) 1091 : cluster [DBG] pgmap v723: 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-08T18:22:44.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:43 smithi122 bash[28108]: audit 2023-11-08T18:22:43.059010+0000 mgr.smithi019.obqwgt (mgr.14180) 1092 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:44.881 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:22:45.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:45 smithi122 bash[28108]: audit 2023-11-08T18:22:44.431888+0000 mon.smithi019 (mon.0) 945 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:22:45.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:45 smithi019 bash[24123]: audit 2023-11-08T18:22:44.431888+0000 mon.smithi019 (mon.0) 945 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:22:46.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:46 smithi019 bash[24123]: cluster 2023-11-08T18:22:44.720079+0000 mgr.smithi019.obqwgt (mgr.14180) 1093 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:22:46.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:46 smithi122 bash[28108]: cluster 2023-11-08T18:22:44.720079+0000 mgr.smithi019.obqwgt (mgr.14180) 1093 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:22:48.091 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:22:48.091 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:28.693034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iefjrt on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\nDeploy daemon haproxy.nfs.foo.smithi122.iefjrt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.704823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hmwadp on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\nDeploy daemon haproxy.nfs.foo.smithi019.hmwadp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.709100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hhnwdc on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:22:48.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:48 smithi019 bash[24123]: cluster 2023-11-08T18:22:46.721304+0000 mgr.smithi019.obqwgt (mgr.14180) 1094 : cluster [DBG] pgmap v725: 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-08T18:22:48.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:48 smithi122 bash[28108]: cluster 2023-11-08T18:22:46.721304+0000 mgr.smithi019.obqwgt (mgr.14180) 1094 : cluster [DBG] pgmap v725: 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-08T18:22:48.853 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:22:49.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:49 smithi122 bash[28108]: audit 2023-11-08T18:22:48.068256+0000 mgr.smithi019.obqwgt (mgr.14180) 1095 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:49.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:49 smithi019 bash[24123]: audit 2023-11-08T18:22:48.068256+0000 mgr.smithi019.obqwgt (mgr.14180) 1095 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:49.855 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:22:50.758 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:50 smithi019 bash[24123]: cluster 2023-11-08T18:22:48.722602+0000 mgr.smithi019.obqwgt (mgr.14180) 1096 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:22:50.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:50 smithi122 bash[28108]: cluster 2023-11-08T18:22:48.722602+0000 mgr.smithi019.obqwgt (mgr.14180) 1096 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:22:52.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:52 smithi019 bash[24123]: cluster 2023-11-08T18:22:50.723528+0000 mgr.smithi019.obqwgt (mgr.14180) 1097 : 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-08T18:22:52.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:52 smithi122 bash[28108]: cluster 2023-11-08T18:22:50.723528+0000 mgr.smithi019.obqwgt (mgr.14180) 1097 : 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-08T18:22:52.969 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:22:52.969 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:28.693034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iefjrt on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\nDeploy daemon haproxy.nfs.foo.smithi122.iefjrt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.704823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hmwadp on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\nDeploy daemon haproxy.nfs.foo.smithi019.hmwadp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.709100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hhnwdc on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:22:53.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:22:54.712 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:22:54.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:54 smithi019 bash[24123]: cluster 2023-11-08T18:22:52.724932+0000 mgr.smithi019.obqwgt (mgr.14180) 1098 : 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-08T18:22:54.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:54 smithi019 bash[24123]: audit 2023-11-08T18:22:52.950161+0000 mgr.smithi019.obqwgt (mgr.14180) 1099 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:54.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:54 smithi122 bash[28108]: cluster 2023-11-08T18:22:52.724932+0000 mgr.smithi019.obqwgt (mgr.14180) 1098 : 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-08T18:22:54.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:54 smithi122 bash[28108]: audit 2023-11-08T18:22:52.950161+0000 mgr.smithi019.obqwgt (mgr.14180) 1099 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:56.801 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:56 smithi019 bash[24123]: cluster 2023-11-08T18:22:54.726252+0000 mgr.smithi019.obqwgt (mgr.14180) 1100 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:22:56.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:56 smithi122 bash[28108]: cluster 2023-11-08T18:22:54.726252+0000 mgr.smithi019.obqwgt (mgr.14180) 1100 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:22:58.176 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:22:58.176 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:28.693034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iefjrt on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\nDeploy daemon haproxy.nfs.foo.smithi122.iefjrt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.704823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hmwadp on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\nDeploy daemon haproxy.nfs.foo.smithi019.hmwadp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.709100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hhnwdc on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:22:58.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:58 smithi019 bash[24123]: cluster 2023-11-08T18:22:56.727235+0000 mgr.smithi019.obqwgt (mgr.14180) 1101 : cluster [DBG] pgmap v730: 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-08T18:22:58.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:22:58.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:58 smithi122 bash[28108]: cluster 2023-11-08T18:22:56.727235+0000 mgr.smithi019.obqwgt (mgr.14180) 1101 : cluster [DBG] pgmap v730: 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-08T18:22:59.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:22:59 smithi019 bash[24123]: audit 2023-11-08T18:22:58.161696+0000 mgr.smithi019.obqwgt (mgr.14180) 1102 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:22:59.861 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:22:59.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:22:59 smithi122 bash[28108]: audit 2023-11-08T18:22:58.161696+0000 mgr.smithi019.obqwgt (mgr.14180) 1102 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:00.758 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:00 smithi019 bash[24123]: cluster 2023-11-08T18:22:58.727967+0000 mgr.smithi019.obqwgt (mgr.14180) 1103 : 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-08T18:23:00.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:00 smithi122 bash[28108]: cluster 2023-11-08T18:22:58.727967+0000 mgr.smithi019.obqwgt (mgr.14180) 1103 : 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-08T18:23:02.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:02 smithi019 bash[24123]: cluster 2023-11-08T18:23:00.728947+0000 mgr.smithi019.obqwgt (mgr.14180) 1104 : 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-08T18:23:02.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:02 smithi122 bash[28108]: cluster 2023-11-08T18:23:00.728947+0000 mgr.smithi019.obqwgt (mgr.14180) 1104 : 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-08T18:23:03.041 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:23:03.041 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:28.693034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iefjrt on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\nDeploy daemon haproxy.nfs.foo.smithi122.iefjrt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.704823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hmwadp on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\nDeploy daemon haproxy.nfs.foo.smithi019.hmwadp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.709100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hhnwdc on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:23:03.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:23:04.796 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:23:04.810 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:04 smithi019 bash[24123]: cluster 2023-11-08T18:23:02.729756+0000 mgr.smithi019.obqwgt (mgr.14180) 1105 : 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-08T18:23:04.810 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:04 smithi019 bash[24123]: audit 2023-11-08T18:23:03.022732+0000 mgr.smithi019.obqwgt (mgr.14180) 1106 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:04.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:04 smithi122 bash[28108]: cluster 2023-11-08T18:23:02.729756+0000 mgr.smithi019.obqwgt (mgr.14180) 1105 : 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-08T18:23:04.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:04 smithi122 bash[28108]: audit 2023-11-08T18:23:03.022732+0000 mgr.smithi019.obqwgt (mgr.14180) 1106 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:06.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:06 smithi019 bash[24123]: cluster 2023-11-08T18:23:04.730794+0000 mgr.smithi019.obqwgt (mgr.14180) 1107 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:23:06.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:06 smithi122 bash[28108]: cluster 2023-11-08T18:23:04.730794+0000 mgr.smithi019.obqwgt (mgr.14180) 1107 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:23:08.173 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:23:08.174 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:28.693034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iefjrt on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\nDeploy daemon haproxy.nfs.foo.smithi122.iefjrt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.704823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hmwadp on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\nDeploy daemon haproxy.nfs.foo.smithi019.hmwadp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.709100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hhnwdc on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:23:08.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:08 smithi019 bash[24123]: cluster 2023-11-08T18:23:06.732045+0000 mgr.smithi019.obqwgt (mgr.14180) 1108 : cluster [DBG] pgmap v735: 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-08T18:23:08.858 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:23:08.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:08 smithi122 bash[28108]: cluster 2023-11-08T18:23:06.732045+0000 mgr.smithi019.obqwgt (mgr.14180) 1108 : cluster [DBG] pgmap v735: 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-08T18:23:09.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:09 smithi019 bash[24123]: audit 2023-11-08T18:23:08.153927+0000 mgr.smithi019.obqwgt (mgr.14180) 1109 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:09.860 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:23:09.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:09 smithi122 bash[28108]: audit 2023-11-08T18:23:08.153927+0000 mgr.smithi019.obqwgt (mgr.14180) 1109 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:10.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:10 smithi019 bash[24123]: cluster 2023-11-08T18:23:08.732946+0000 mgr.smithi019.obqwgt (mgr.14180) 1110 : 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-08T18:23:10.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:10 smithi122 bash[28108]: cluster 2023-11-08T18:23:08.732946+0000 mgr.smithi019.obqwgt (mgr.14180) 1110 : 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-08T18:23:12.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:12 smithi019 bash[24123]: cluster 2023-11-08T18:23:10.733843+0000 mgr.smithi019.obqwgt (mgr.14180) 1111 : 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-08T18:23:12.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:12 smithi122 bash[28108]: cluster 2023-11-08T18:23:10.733843+0000 mgr.smithi019.obqwgt (mgr.14180) 1111 : 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-08T18:23:13.136 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:23:13.136 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:28.693034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iefjrt on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\nDeploy daemon haproxy.nfs.foo.smithi122.iefjrt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.704823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hmwadp on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\nDeploy daemon haproxy.nfs.foo.smithi019.hmwadp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.709100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hhnwdc on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:23:13.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:23:14.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:14 smithi019 bash[24123]: cluster 2023-11-08T18:23:12.735231+0000 mgr.smithi019.obqwgt (mgr.14180) 1112 : 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-08T18:23:14.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:14 smithi019 bash[24123]: audit 2023-11-08T18:23:13.117179+0000 mgr.smithi019.obqwgt (mgr.14180) 1113 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:14.916 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:23:14.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:14 smithi122 bash[28108]: cluster 2023-11-08T18:23:12.735231+0000 mgr.smithi019.obqwgt (mgr.14180) 1112 : 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-08T18:23:14.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:14 smithi122 bash[28108]: audit 2023-11-08T18:23:13.117179+0000 mgr.smithi019.obqwgt (mgr.14180) 1113 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:15.936 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:15 smithi019 bash[24123]: cluster 2023-11-08T18:23:14.736288+0000 mgr.smithi019.obqwgt (mgr.14180) 1114 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:23:15.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:15 smithi122 bash[28108]: cluster 2023-11-08T18:23:14.736288+0000 mgr.smithi019.obqwgt (mgr.14180) 1114 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:23:17.968 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:23:17.969 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:28.693034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iefjrt on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\nDeploy daemon haproxy.nfs.foo.smithi122.iefjrt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.704823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hmwadp on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\nDeploy daemon haproxy.nfs.foo.smithi019.hmwadp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.709100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hhnwdc on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:23:18.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:17 smithi019 bash[24123]: cluster 2023-11-08T18:23:16.737587+0000 mgr.smithi019.obqwgt (mgr.14180) 1115 : cluster [DBG] pgmap v740: 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-08T18:23:18.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:17 smithi122 bash[28108]: cluster 2023-11-08T18:23:16.737587+0000 mgr.smithi019.obqwgt (mgr.14180) 1115 : cluster [DBG] pgmap v740: 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-08T18:23:18.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:23:19.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:18 smithi019 bash[24123]: audit 2023-11-08T18:23:17.948225+0000 mgr.smithi019.obqwgt (mgr.14180) 1116 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:19.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:18 smithi122 bash[28108]: audit 2023-11-08T18:23:17.948225+0000 mgr.smithi019.obqwgt (mgr.14180) 1116 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:19.685 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:23:20.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:19 smithi019 bash[24123]: cluster 2023-11-08T18:23:18.738933+0000 mgr.smithi019.obqwgt (mgr.14180) 1117 : 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-08T18:23:20.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:19 smithi122 bash[28108]: cluster 2023-11-08T18:23:18.738933+0000 mgr.smithi019.obqwgt (mgr.14180) 1117 : 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-08T18:23:22.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:21 smithi019 bash[24123]: cluster 2023-11-08T18:23:20.739964+0000 mgr.smithi019.obqwgt (mgr.14180) 1118 : 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-08T18:23:22.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:21 smithi122 bash[28108]: cluster 2023-11-08T18:23:20.739964+0000 mgr.smithi019.obqwgt (mgr.14180) 1118 : 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-08T18:23:22.693 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:23:22.693 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:28.693034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iefjrt on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\nDeploy daemon haproxy.nfs.foo.smithi122.iefjrt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.704823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hmwadp on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\nDeploy daemon haproxy.nfs.foo.smithi019.hmwadp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.709100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hhnwdc on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:23:23.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:23:24.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:23 smithi019 bash[24123]: audit 2023-11-08T18:23:22.675202+0000 mgr.smithi019.obqwgt (mgr.14180) 1119 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:24.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:23 smithi019 bash[24123]: cluster 2023-11-08T18:23:22.741474+0000 mgr.smithi019.obqwgt (mgr.14180) 1120 : 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-08T18:23:24.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:23 smithi122 bash[28108]: audit 2023-11-08T18:23:22.675202+0000 mgr.smithi019.obqwgt (mgr.14180) 1119 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:24.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:23 smithi122 bash[28108]: cluster 2023-11-08T18:23:22.741474+0000 mgr.smithi019.obqwgt (mgr.14180) 1120 : 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-08T18:23:24.471 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:23:26.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:25 smithi019 bash[24123]: cluster 2023-11-08T18:23:24.742623+0000 mgr.smithi019.obqwgt (mgr.14180) 1121 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:23:26.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:25 smithi122 bash[28108]: cluster 2023-11-08T18:23:24.742623+0000 mgr.smithi019.obqwgt (mgr.14180) 1121 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:23:27.720 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:23:27.720 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:28.693034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iefjrt on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\nDeploy daemon haproxy.nfs.foo.smithi122.iefjrt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.704823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hmwadp on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\nDeploy daemon haproxy.nfs.foo.smithi019.hmwadp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.709100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hhnwdc on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:23:28.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:27 smithi019 bash[24123]: cluster 2023-11-08T18:23:26.743869+0000 mgr.smithi019.obqwgt (mgr.14180) 1122 : cluster [DBG] pgmap v745: 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-08T18:23:28.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:27 smithi122 bash[28108]: cluster 2023-11-08T18:23:26.743869+0000 mgr.smithi019.obqwgt (mgr.14180) 1122 : cluster [DBG] pgmap v745: 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-08T18:23:28.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:23:29.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:28 smithi122 bash[28108]: audit 2023-11-08T18:23:27.699799+0000 mgr.smithi019.obqwgt (mgr.14180) 1123 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:29.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:28 smithi019 bash[24123]: audit 2023-11-08T18:23:27.699799+0000 mgr.smithi019.obqwgt (mgr.14180) 1123 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:29.428 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:23:30.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:29 smithi019 bash[24123]: cluster 2023-11-08T18:23:28.745164+0000 mgr.smithi019.obqwgt (mgr.14180) 1124 : 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-08T18:23:30.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:29 smithi122 bash[28108]: cluster 2023-11-08T18:23:28.745164+0000 mgr.smithi019.obqwgt (mgr.14180) 1124 : 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-08T18:23:32.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:31 smithi122 bash[28108]: cluster 2023-11-08T18:23:30.746281+0000 mgr.smithi019.obqwgt (mgr.14180) 1125 : 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-08T18:23:32.281 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:31 smithi019 bash[24123]: cluster 2023-11-08T18:23:30.746281+0000 mgr.smithi019.obqwgt (mgr.14180) 1125 : 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-08T18:23:32.744 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:23:32.745 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:21:24.233917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.eyotei on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:28.693034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iefjrt on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\nDeploy daemon haproxy.nfs.foo.smithi122.iefjrt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.704823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hmwadp on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\nDeploy daemon haproxy.nfs.foo.smithi019.hmwadp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.709100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hhnwdc on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:23:33.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:32 smithi019 bash[24123]: audit 2023-11-08T18:23:32.715996+0000 mon.smithi019 (mon.0) 946 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:23:33.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:32 smithi122 bash[28108]: audit 2023-11-08T18:23:32.715996+0000 mon.smithi019 (mon.0) 946 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:23:33.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:23:34.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:33 smithi122 bash[28108]: audit 2023-11-08T18:23:32.724900+0000 mgr.smithi019.obqwgt (mgr.14180) 1126 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:34.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:33 smithi122 bash[28108]: cluster 2023-11-08T18:23:32.747227+0000 mgr.smithi019.obqwgt (mgr.14180) 1127 : 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-08T18:23:34.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:33 smithi122 bash[28108]: audit 2023-11-08T18:23:33.033624+0000 mon.smithi019 (mon.0) 947 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:23:34.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:33 smithi122 bash[28108]: audit 2023-11-08T18:23:33.034812+0000 mon.smithi019 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:23:34.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:33 smithi122 bash[28108]: audit 2023-11-08T18:23:33.041333+0000 mon.smithi019 (mon.0) 949 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:23:34.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:33 smithi122 bash[28108]: cluster 2023-11-08T18:23:33.041955+0000 mgr.smithi019.obqwgt (mgr.14180) 1128 : cluster [DBG] pgmap v749: 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-08T18:23:34.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:33 smithi122 bash[28108]: audit 2023-11-08T18:23:33.046727+0000 mon.smithi019 (mon.0) 950 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:23:34.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:33 smithi122 bash[28108]: audit 2023-11-08T18:23:33.059408+0000 mon.smithi019 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:23:34.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:33 smithi122 bash[28108]: cephadm 2023-11-08T18:23:33.065578+0000 mgr.smithi019.obqwgt (mgr.14180) 1129 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.iyjbyx on smithi122 2023-11-08T18:23:34.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:33 smithi019 bash[24123]: audit 2023-11-08T18:23:32.724900+0000 mgr.smithi019.obqwgt (mgr.14180) 1126 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:34.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:33 smithi019 bash[24123]: cluster 2023-11-08T18:23:32.747227+0000 mgr.smithi019.obqwgt (mgr.14180) 1127 : 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-08T18:23:34.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:33 smithi019 bash[24123]: audit 2023-11-08T18:23:33.033624+0000 mon.smithi019 (mon.0) 947 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:23:34.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:33 smithi019 bash[24123]: audit 2023-11-08T18:23:33.034812+0000 mon.smithi019 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:23:34.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:33 smithi019 bash[24123]: audit 2023-11-08T18:23:33.041333+0000 mon.smithi019 (mon.0) 949 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:23:34.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:33 smithi019 bash[24123]: cluster 2023-11-08T18:23:33.041955+0000 mgr.smithi019.obqwgt (mgr.14180) 1128 : cluster [DBG] pgmap v749: 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-08T18:23:34.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:33 smithi019 bash[24123]: audit 2023-11-08T18:23:33.046727+0000 mon.smithi019 (mon.0) 950 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:23:34.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:33 smithi019 bash[24123]: audit 2023-11-08T18:23:33.059408+0000 mon.smithi019 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:23:34.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:33 smithi019 bash[24123]: cephadm 2023-11-08T18:23:33.065578+0000 mgr.smithi019.obqwgt (mgr.14180) 1129 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.iyjbyx on smithi122 2023-11-08T18:23:34.547 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:23:35.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:34 smithi019 bash[24123]: cluster 2023-11-08T18:23:34.039020+0000 mon.smithi019 (mon.0) 952 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:23:35.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:34 smithi019 bash[24123]: cluster 2023-11-08T18:23:34.039102+0000 mon.smithi019 (mon.0) 953 : cluster [INF] Cluster is now healthy 2023-11-08T18:23:35.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:34 smithi122 bash[28108]: cluster 2023-11-08T18:23:34.039020+0000 mon.smithi019 (mon.0) 952 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:23:35.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:34 smithi122 bash[28108]: cluster 2023-11-08T18:23:34.039102+0000 mon.smithi019 (mon.0) 953 : cluster [INF] Cluster is now healthy 2023-11-08T18:23:36.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:35 smithi122 bash[28108]: cluster 2023-11-08T18:23:35.042426+0000 mgr.smithi019.obqwgt (mgr.14180) 1130 : cluster [DBG] pgmap v750: 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-08T18:23:36.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:35 smithi019 bash[24123]: cluster 2023-11-08T18:23:35.042426+0000 mgr.smithi019.obqwgt (mgr.14180) 1130 : cluster [DBG] pgmap v750: 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-08T18:23:37.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:36 smithi122 bash[28108]: audit 2023-11-08T18:23:36.873261+0000 mon.smithi019 (mon.0) 954 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.iyjbyx"}]: dispatch 2023-11-08T18:23:37.303 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:36 smithi019 bash[24123]: audit 2023-11-08T18:23:36.873261+0000 mon.smithi019 (mon.0) 954 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.iyjbyx"}]: dispatch 2023-11-08T18:23:37.725 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:23:37.725 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:22:28.693034Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iefjrt on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iefjrt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iefjrt\nDeploy daemon haproxy.nfs.foo.smithi122.iefjrt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.704823Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.hmwadp on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-hmwadp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.hmwadp\nDeploy daemon haproxy.nfs.foo.smithi019.hmwadp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:22:32.709100Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.hhnwdc on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:36.874735Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iyjbyx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\nDeploy daemon haproxy.nfs.foo.smithi122.iyjbyx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:23:38.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: cephadm 2023-11-08T18:23:36.871874+0000 mgr.smithi019.obqwgt (mgr.14180) 1131 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx 2023-11-08T18:23:38.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:23:38.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx 2023-11-08T18:23:38.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx 2023-11-08T18:23:38.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:23:38.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx 2023-11-08T18:23:38.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.iyjbyx ... 2023-11-08T18:23:38.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:38.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:23:38.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:23:38.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:23:38.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:38.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:23:38.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:23:38.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:23:38.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:23:38.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:23:38.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx 2023-11-08T18:23:38.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:23:38.099 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx 2023-11-08T18:23:38.099 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx 2023-11-08T18:23:38.099 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:23:38.099 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx 2023-11-08T18:23:38.100 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.iyjbyx ... 2023-11-08T18:23:38.100 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:38.100 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:23:38.100 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:23:38.100 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:23:38.101 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:38.101 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: cephadm 2023-11-08T18:23:36.872536+0000 mgr.smithi019.obqwgt (mgr.14180) 1132 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.iyjbyx 2023-11-08T18:23:38.101 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: cephadm 2023-11-08T18:23:36.874959+0000 mgr.smithi019.obqwgt (mgr.14180) 1133 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.iyjbyx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx 2023-11-08T18:23:38.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:23:38.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx 2023-11-08T18:23:38.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx 2023-11-08T18:23:38.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:23:38.102 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx 2023-11-08T18:23:38.103 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.iyjbyx ... 2023-11-08T18:23:38.103 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:38.104 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:23:38.104 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:23:38.104 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:23:38.104 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:38.105 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: cephadm 2023-11-08T18:23:36.879253+0000 mgr.smithi019.obqwgt (mgr.14180) 1134 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.czpgpf on smithi019 2023-11-08T18:23:38.105 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:37 smithi019 bash[24123]: cluster 2023-11-08T18:23:37.042929+0000 mgr.smithi019.obqwgt (mgr.14180) 1135 : cluster [DBG] pgmap v751: 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-08T18:23:38.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: cephadm 2023-11-08T18:23:36.871874+0000 mgr.smithi019.obqwgt (mgr.14180) 1131 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx 2023-11-08T18:23:38.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:23:38.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx 2023-11-08T18:23:38.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx 2023-11-08T18:23:38.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:23:38.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx 2023-11-08T18:23:38.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.iyjbyx ... 2023-11-08T18:23:38.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:38.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:23:38.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:23:38.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:23:38.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:38.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:23:38.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:23:38.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:23:38.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:23:38.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:23:38.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx 2023-11-08T18:23:38.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:23:38.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx 2023-11-08T18:23:38.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx 2023-11-08T18:23:38.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:23:38.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx 2023-11-08T18:23:38.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.iyjbyx ... 2023-11-08T18:23:38.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:38.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:23:38.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:23:38.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:23:38.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:38.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: cephadm 2023-11-08T18:23:36.872536+0000 mgr.smithi019.obqwgt (mgr.14180) 1132 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.iyjbyx 2023-11-08T18:23:38.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: cephadm 2023-11-08T18:23:36.874959+0000 mgr.smithi019.obqwgt (mgr.14180) 1133 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.iyjbyx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx 2023-11-08T18:23:38.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:23:38.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx 2023-11-08T18:23:38.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx 2023-11-08T18:23:38.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:23:38.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx 2023-11-08T18:23:38.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.iyjbyx ... 2023-11-08T18:23:38.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:38.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:23:38.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:23:38.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:23:38.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:38.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: cephadm 2023-11-08T18:23:36.879253+0000 mgr.smithi019.obqwgt (mgr.14180) 1134 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.czpgpf on smithi019 2023-11-08T18:23:38.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:37 smithi122 bash[28108]: cluster 2023-11-08T18:23:37.042929+0000 mgr.smithi019.obqwgt (mgr.14180) 1135 : cluster [DBG] pgmap v751: 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-08T18:23:38.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:23:39.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:38 smithi122 bash[28108]: audit 2023-11-08T18:23:37.706038+0000 mgr.smithi019.obqwgt (mgr.14180) 1136 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:39.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:38 smithi019 bash[24123]: audit 2023-11-08T18:23:37.706038+0000 mgr.smithi019.obqwgt (mgr.14180) 1136 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:39.426 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:23:40.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:39 smithi122 bash[28108]: cluster 2023-11-08T18:23:39.043856+0000 mgr.smithi019.obqwgt (mgr.14180) 1137 : 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-08T18:23:40.299 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:39 smithi019 bash[24123]: cluster 2023-11-08T18:23:39.043856+0000 mgr.smithi019.obqwgt (mgr.14180) 1137 : 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-08T18:23:41.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:40 smithi019 bash[24123]: audit 2023-11-08T18:23:40.732537+0000 mon.smithi019 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.czpgpf"}]: dispatch 2023-11-08T18:23:41.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:40 smithi122 bash[28108]: audit 2023-11-08T18:23:40.732537+0000 mon.smithi019 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.czpgpf"}]: dispatch 2023-11-08T18:23:42.279 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: cephadm 2023-11-08T18:23:40.731598+0000 mgr.smithi019.obqwgt (mgr.14180) 1138 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf 2023-11-08T18:23:42.279 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:23:42.279 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf 2023-11-08T18:23:42.279 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf 2023-11-08T18:23:42.280 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:23:42.280 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf 2023-11-08T18:23:42.280 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.czpgpf ... 2023-11-08T18:23:42.280 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:42.280 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:23:42.281 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:23:42.281 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:23:42.281 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:42.281 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:23:42.281 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:23:42.282 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:23:42.282 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:23:42.282 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:23:42.282 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf 2023-11-08T18:23:42.282 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:23:42.283 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf 2023-11-08T18:23:42.283 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf 2023-11-08T18:23:42.283 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:23:42.283 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf 2023-11-08T18:23:42.283 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.czpgpf ... 2023-11-08T18:23:42.283 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:42.284 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:23:42.284 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:23:42.284 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:23:42.284 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:42.284 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: cephadm 2023-11-08T18:23:40.732007+0000 mgr.smithi019.obqwgt (mgr.14180) 1139 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.czpgpf 2023-11-08T18:23:42.285 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: cephadm 2023-11-08T18:23:40.733807+0000 mgr.smithi019.obqwgt (mgr.14180) 1140 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.czpgpf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf 2023-11-08T18:23:42.285 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:23:42.285 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf 2023-11-08T18:23:42.285 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf 2023-11-08T18:23:42.286 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:23:42.286 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf 2023-11-08T18:23:42.286 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.czpgpf ... 2023-11-08T18:23:42.286 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:42.286 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:23:42.287 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:23:42.287 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:23:42.287 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:42.287 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: cephadm 2023-11-08T18:23:40.736133+0000 mgr.smithi019.obqwgt (mgr.14180) 1141 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.scpuxi on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:23:42.287 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: cephadm 2023-11-08T18:23:40.738290+0000 mgr.smithi019.obqwgt (mgr.14180) 1142 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:23:42.288 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: cluster 2023-11-08T18:23:40.739407+0000 mgr.smithi019.obqwgt (mgr.14180) 1143 : cluster [DBG] pgmap v753: 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-08T18:23:42.288 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:41 smithi019 bash[24123]: cluster 2023-11-08T18:23:40.949271+0000 mon.smithi019 (mon.0) 956 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:23:42.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: cephadm 2023-11-08T18:23:40.731598+0000 mgr.smithi019.obqwgt (mgr.14180) 1138 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf 2023-11-08T18:23:42.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:23:42.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf 2023-11-08T18:23:42.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf 2023-11-08T18:23:42.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:23:42.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf 2023-11-08T18:23:42.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.czpgpf ... 2023-11-08T18:23:42.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:42.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:23:42.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:23:42.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:23:42.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:42.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:23:42.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:23:42.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:23:42.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:23:42.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:23:42.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf 2023-11-08T18:23:42.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:23:42.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf 2023-11-08T18:23:42.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf 2023-11-08T18:23:42.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:23:42.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf 2023-11-08T18:23:42.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.czpgpf ... 2023-11-08T18:23:42.473 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:42.473 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:23:42.473 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:23:42.473 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:23:42.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:42.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: cephadm 2023-11-08T18:23:40.732007+0000 mgr.smithi019.obqwgt (mgr.14180) 1139 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.czpgpf 2023-11-08T18:23:42.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: cephadm 2023-11-08T18:23:40.733807+0000 mgr.smithi019.obqwgt (mgr.14180) 1140 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.czpgpf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf 2023-11-08T18:23:42.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:23:42.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf 2023-11-08T18:23:42.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf 2023-11-08T18:23:42.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:23:42.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf 2023-11-08T18:23:42.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.czpgpf ... 2023-11-08T18:23:42.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:42.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:23:42.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:23:42.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:23:42.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:23:42.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: cephadm 2023-11-08T18:23:40.736133+0000 mgr.smithi019.obqwgt (mgr.14180) 1141 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.scpuxi on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:23:42.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: cephadm 2023-11-08T18:23:40.738290+0000 mgr.smithi019.obqwgt (mgr.14180) 1142 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:23:42.477 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: cluster 2023-11-08T18:23:40.739407+0000 mgr.smithi019.obqwgt (mgr.14180) 1143 : cluster [DBG] pgmap v753: 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-08T18:23:42.477 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:41 smithi122 bash[28108]: cluster 2023-11-08T18:23:40.949271+0000 mon.smithi019 (mon.0) 956 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:23:42.752 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:23:42.752 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:36.874735Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iyjbyx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\nDeploy daemon haproxy.nfs.foo.smithi122.iyjbyx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.733646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.czpgpf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\nDeploy daemon haproxy.nfs.foo.smithi019.czpgpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.735991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.scpuxi on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:23:43.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:23:44.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:43 smithi019 bash[24123]: audit 2023-11-08T18:23:42.730679+0000 mgr.smithi019.obqwgt (mgr.14180) 1144 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:44.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:43 smithi019 bash[24123]: cluster 2023-11-08T18:23:42.741216+0000 mgr.smithi019.obqwgt (mgr.14180) 1145 : cluster [DBG] pgmap v754: 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-08T18:23:44.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:43 smithi122 bash[28108]: audit 2023-11-08T18:23:42.730679+0000 mgr.smithi019.obqwgt (mgr.14180) 1144 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:44.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:43 smithi122 bash[28108]: cluster 2023-11-08T18:23:42.741216+0000 mgr.smithi019.obqwgt (mgr.14180) 1145 : cluster [DBG] pgmap v754: 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-08T18:23:44.514 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:23:45.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:45 smithi019 bash[24123]: audit 2023-11-08T18:23:44.012730+0000 mon.smithi019 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:23:45.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:45 smithi122 bash[28108]: audit 2023-11-08T18:23:44.012730+0000 mon.smithi019 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:23:46.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:46 smithi019 bash[24123]: cluster 2023-11-08T18:23:44.741934+0000 mgr.smithi019.obqwgt (mgr.14180) 1146 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:23:46.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:46 smithi122 bash[28108]: cluster 2023-11-08T18:23:44.741934+0000 mgr.smithi019.obqwgt (mgr.14180) 1146 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:23:47.790 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:23:47.791 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:36.874735Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iyjbyx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\nDeploy daemon haproxy.nfs.foo.smithi122.iyjbyx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.733646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.czpgpf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\nDeploy daemon haproxy.nfs.foo.smithi019.czpgpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.735991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.scpuxi on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:23:48.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:48 smithi019 bash[24123]: cluster 2023-11-08T18:23:46.743148+0000 mgr.smithi019.obqwgt (mgr.14180) 1147 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 350 B/s rd, 0 op/s 2023-11-08T18:23:48.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:48 smithi122 bash[28108]: cluster 2023-11-08T18:23:46.743148+0000 mgr.smithi019.obqwgt (mgr.14180) 1147 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 350 B/s rd, 0 op/s 2023-11-08T18:23:48.588 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:23:49.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:49 smithi019 bash[24123]: audit 2023-11-08T18:23:47.771979+0000 mgr.smithi019.obqwgt (mgr.14180) 1148 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:49.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:49 smithi122 bash[28108]: audit 2023-11-08T18:23:47.771979+0000 mgr.smithi019.obqwgt (mgr.14180) 1148 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:49.589 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:23:50.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:50 smithi019 bash[24123]: cluster 2023-11-08T18:23:48.744450+0000 mgr.smithi019.obqwgt (mgr.14180) 1149 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:23:50.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:50 smithi122 bash[28108]: cluster 2023-11-08T18:23:48.744450+0000 mgr.smithi019.obqwgt (mgr.14180) 1149 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:23:52.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:52 smithi019 bash[24123]: cluster 2023-11-08T18:23:50.745377+0000 mgr.smithi019.obqwgt (mgr.14180) 1150 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:23:52.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:52 smithi122 bash[28108]: cluster 2023-11-08T18:23:50.745377+0000 mgr.smithi019.obqwgt (mgr.14180) 1150 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:23:52.813 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:23:52.813 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:36.874735Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iyjbyx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\nDeploy daemon haproxy.nfs.foo.smithi122.iyjbyx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.733646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.czpgpf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\nDeploy daemon haproxy.nfs.foo.smithi019.czpgpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.735991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.scpuxi on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:23:53.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:23:54.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:54 smithi019 bash[24123]: cluster 2023-11-08T18:23:52.746843+0000 mgr.smithi019.obqwgt (mgr.14180) 1151 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:23:54.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:54 smithi019 bash[24123]: audit 2023-11-08T18:23:52.794043+0000 mgr.smithi019.obqwgt (mgr.14180) 1152 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:54.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:54 smithi122 bash[28108]: cluster 2023-11-08T18:23:52.746843+0000 mgr.smithi019.obqwgt (mgr.14180) 1151 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:23:54.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:54 smithi122 bash[28108]: audit 2023-11-08T18:23:52.794043+0000 mgr.smithi019.obqwgt (mgr.14180) 1152 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:54.523 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:23:56.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:56 smithi019 bash[24123]: cluster 2023-11-08T18:23:54.747401+0000 mgr.smithi019.obqwgt (mgr.14180) 1153 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:23:56.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:56 smithi122 bash[28108]: cluster 2023-11-08T18:23:54.747401+0000 mgr.smithi019.obqwgt (mgr.14180) 1153 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:23:57.745 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:23:57.745 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:36.874735Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iyjbyx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\nDeploy daemon haproxy.nfs.foo.smithi122.iyjbyx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.733646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.czpgpf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\nDeploy daemon haproxy.nfs.foo.smithi019.czpgpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.735991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.scpuxi on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:23:58.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:58 smithi019 bash[24123]: cluster 2023-11-08T18:23:56.748165+0000 mgr.smithi019.obqwgt (mgr.14180) 1154 : cluster [DBG] pgmap v761: 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-08T18:23:58.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:58 smithi122 bash[28108]: cluster 2023-11-08T18:23:56.748165+0000 mgr.smithi019.obqwgt (mgr.14180) 1154 : cluster [DBG] pgmap v761: 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-08T18:23:58.484 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:23:59.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:23:59 smithi019 bash[24123]: audit 2023-11-08T18:23:57.726003+0000 mgr.smithi019.obqwgt (mgr.14180) 1155 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:59.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:23:59 smithi122 bash[28108]: audit 2023-11-08T18:23:57.726003+0000 mgr.smithi019.obqwgt (mgr.14180) 1155 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:23:59.484 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:24:00.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:00 smithi019 bash[24123]: cluster 2023-11-08T18:23:58.749402+0000 mgr.smithi019.obqwgt (mgr.14180) 1156 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:24:00.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:00 smithi122 bash[28108]: cluster 2023-11-08T18:23:58.749402+0000 mgr.smithi019.obqwgt (mgr.14180) 1156 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:24:02.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:02 smithi019 bash[24123]: cluster 2023-11-08T18:24:00.750175+0000 mgr.smithi019.obqwgt (mgr.14180) 1157 : 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-08T18:24:02.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:02 smithi122 bash[28108]: cluster 2023-11-08T18:24:00.750175+0000 mgr.smithi019.obqwgt (mgr.14180) 1157 : 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-08T18:24:02.757 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:24:02.757 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:36.874735Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iyjbyx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\nDeploy daemon haproxy.nfs.foo.smithi122.iyjbyx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.733646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.czpgpf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\nDeploy daemon haproxy.nfs.foo.smithi019.czpgpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.735991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.scpuxi on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:24:03.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:24:04.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:04 smithi122 bash[28108]: audit 2023-11-08T18:24:02.738390+0000 mgr.smithi019.obqwgt (mgr.14180) 1158 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:04.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:04 smithi122 bash[28108]: cluster 2023-11-08T18:24:02.750877+0000 mgr.smithi019.obqwgt (mgr.14180) 1159 : 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-08T18:24:04.498 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:24:04.511 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:04 smithi019 bash[24123]: audit 2023-11-08T18:24:02.738390+0000 mgr.smithi019.obqwgt (mgr.14180) 1158 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:04.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:04 smithi019 bash[24123]: cluster 2023-11-08T18:24:02.750877+0000 mgr.smithi019.obqwgt (mgr.14180) 1159 : 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-08T18:24:06.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:06 smithi019 bash[24123]: cluster 2023-11-08T18:24:04.751401+0000 mgr.smithi019.obqwgt (mgr.14180) 1160 : 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-08T18:24:06.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:06 smithi122 bash[28108]: cluster 2023-11-08T18:24:04.751401+0000 mgr.smithi019.obqwgt (mgr.14180) 1160 : 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-08T18:24:07.748 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:24:07.748 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:36.874735Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iyjbyx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\nDeploy daemon haproxy.nfs.foo.smithi122.iyjbyx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.733646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.czpgpf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\nDeploy daemon haproxy.nfs.foo.smithi019.czpgpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.735991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.scpuxi on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:24:08.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:08 smithi019 bash[24123]: cluster 2023-11-08T18:24:06.752280+0000 mgr.smithi019.obqwgt (mgr.14180) 1161 : 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-08T18:24:08.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:08 smithi122 bash[28108]: cluster 2023-11-08T18:24:06.752280+0000 mgr.smithi019.obqwgt (mgr.14180) 1161 : 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-08T18:24:08.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:24:09.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:09 smithi122 bash[28108]: audit 2023-11-08T18:24:07.728383+0000 mgr.smithi019.obqwgt (mgr.14180) 1162 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:09.522 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:24:09.534 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:09 smithi019 bash[24123]: audit 2023-11-08T18:24:07.728383+0000 mgr.smithi019.obqwgt (mgr.14180) 1162 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:10.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:10 smithi122 bash[28108]: cluster 2023-11-08T18:24:08.753499+0000 mgr.smithi019.obqwgt (mgr.14180) 1163 : 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-08T18:24:10.556 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:10 smithi019 bash[24123]: cluster 2023-11-08T18:24:08.753499+0000 mgr.smithi019.obqwgt (mgr.14180) 1163 : 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-08T18:24:12.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:12 smithi122 bash[28108]: cluster 2023-11-08T18:24:10.754493+0000 mgr.smithi019.obqwgt (mgr.14180) 1164 : 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-08T18:24:12.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:12 smithi019 bash[24123]: cluster 2023-11-08T18:24:10.754493+0000 mgr.smithi019.obqwgt (mgr.14180) 1164 : 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-08T18:24:12.740 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:24:12.741 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:36.874735Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iyjbyx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\nDeploy daemon haproxy.nfs.foo.smithi122.iyjbyx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.733646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.czpgpf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\nDeploy daemon haproxy.nfs.foo.smithi019.czpgpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.735991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.scpuxi on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:24:13.483 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:24:14.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:14 smithi122 bash[28108]: audit 2023-11-08T18:24:12.719749+0000 mgr.smithi019.obqwgt (mgr.14180) 1165 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:14.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:14 smithi122 bash[28108]: cluster 2023-11-08T18:24:12.755350+0000 mgr.smithi019.obqwgt (mgr.14180) 1166 : 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-08T18:24:14.485 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:24:14.497 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:14 smithi019 bash[24123]: audit 2023-11-08T18:24:12.719749+0000 mgr.smithi019.obqwgt (mgr.14180) 1165 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:14.497 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:14 smithi019 bash[24123]: cluster 2023-11-08T18:24:12.755350+0000 mgr.smithi019.obqwgt (mgr.14180) 1166 : 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-08T18:24:16.391 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:16 smithi019 bash[24123]: cluster 2023-11-08T18:24:14.756358+0000 mgr.smithi019.obqwgt (mgr.14180) 1167 : 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-08T18:24:16.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:16 smithi122 bash[28108]: cluster 2023-11-08T18:24:14.756358+0000 mgr.smithi019.obqwgt (mgr.14180) 1167 : 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-08T18:24:17.725 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:24:17.726 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:36.874735Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iyjbyx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\nDeploy daemon haproxy.nfs.foo.smithi122.iyjbyx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.733646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.czpgpf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\nDeploy daemon haproxy.nfs.foo.smithi019.czpgpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.735991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.scpuxi on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:24:18.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:18 smithi019 bash[24123]: cluster 2023-11-08T18:24:16.757652+0000 mgr.smithi019.obqwgt (mgr.14180) 1168 : 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-08T18:24:18.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:18 smithi122 bash[28108]: cluster 2023-11-08T18:24:16.757652+0000 mgr.smithi019.obqwgt (mgr.14180) 1168 : 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-08T18:24:18.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:24:19.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:19 smithi122 bash[28108]: audit 2023-11-08T18:24:17.706846+0000 mgr.smithi019.obqwgt (mgr.14180) 1169 : audit [DBG] from='client.25125 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:19.546 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:24:19.560 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:19 smithi019 bash[24123]: audit 2023-11-08T18:24:17.706846+0000 mgr.smithi019.obqwgt (mgr.14180) 1169 : audit [DBG] from='client.25125 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:20.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:20 smithi122 bash[28108]: cluster 2023-11-08T18:24:18.758967+0000 mgr.smithi019.obqwgt (mgr.14180) 1170 : 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-08T18:24:20.555 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:20 smithi019 bash[24123]: cluster 2023-11-08T18:24:18.758967+0000 mgr.smithi019.obqwgt (mgr.14180) 1170 : 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-08T18:24:22.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:22 smithi122 bash[28108]: cluster 2023-11-08T18:24:20.759620+0000 mgr.smithi019.obqwgt (mgr.14180) 1171 : 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-08T18:24:22.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:22 smithi019 bash[24123]: cluster 2023-11-08T18:24:20.759620+0000 mgr.smithi019.obqwgt (mgr.14180) 1171 : 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-08T18:24:22.661 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:24:22.661 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:36.874735Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iyjbyx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\nDeploy daemon haproxy.nfs.foo.smithi122.iyjbyx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.733646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.czpgpf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\nDeploy daemon haproxy.nfs.foo.smithi019.czpgpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.735991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.scpuxi on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:24:23.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:24:24.384 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:24:24.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:24 smithi122 bash[28108]: audit 2023-11-08T18:24:22.642262+0000 mgr.smithi019.obqwgt (mgr.14180) 1172 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:24.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:24 smithi122 bash[28108]: cluster 2023-11-08T18:24:22.761217+0000 mgr.smithi019.obqwgt (mgr.14180) 1173 : 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-08T18:24:24.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:24 smithi019 bash[24123]: audit 2023-11-08T18:24:22.642262+0000 mgr.smithi019.obqwgt (mgr.14180) 1172 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:24.585 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:24 smithi019 bash[24123]: cluster 2023-11-08T18:24:22.761217+0000 mgr.smithi019.obqwgt (mgr.14180) 1173 : 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-08T18:24:26.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:26 smithi122 bash[28108]: cluster 2023-11-08T18:24:24.762273+0000 mgr.smithi019.obqwgt (mgr.14180) 1174 : 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-08T18:24:26.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:26 smithi019 bash[24123]: cluster 2023-11-08T18:24:24.762273+0000 mgr.smithi019.obqwgt (mgr.14180) 1174 : 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-08T18:24:27.748 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:24:27.749 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:36.874735Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iyjbyx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\nDeploy daemon haproxy.nfs.foo.smithi122.iyjbyx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.733646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.czpgpf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\nDeploy daemon haproxy.nfs.foo.smithi019.czpgpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.735991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.scpuxi on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:24:28.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:28 smithi019 bash[24123]: cluster 2023-11-08T18:24:26.763549+0000 mgr.smithi019.obqwgt (mgr.14180) 1175 : 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-08T18:24:28.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:28 smithi122 bash[28108]: cluster 2023-11-08T18:24:26.763549+0000 mgr.smithi019.obqwgt (mgr.14180) 1175 : 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-08T18:24:28.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:24:29.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:29 smithi122 bash[28108]: audit 2023-11-08T18:24:27.734552+0000 mgr.smithi019.obqwgt (mgr.14180) 1176 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:29.478 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:24:29.491 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:29 smithi019 bash[24123]: audit 2023-11-08T18:24:27.734552+0000 mgr.smithi019.obqwgt (mgr.14180) 1176 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:30.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:30 smithi122 bash[28108]: cluster 2023-11-08T18:24:28.764818+0000 mgr.smithi019.obqwgt (mgr.14180) 1177 : 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-08T18:24:30.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:30 smithi019 bash[24123]: cluster 2023-11-08T18:24:28.764818+0000 mgr.smithi019.obqwgt (mgr.14180) 1177 : 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-08T18:24:32.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:32 smithi122 bash[28108]: cluster 2023-11-08T18:24:30.765868+0000 mgr.smithi019.obqwgt (mgr.14180) 1178 : 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-08T18:24:32.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:32 smithi019 bash[24123]: cluster 2023-11-08T18:24:30.765868+0000 mgr.smithi019.obqwgt (mgr.14180) 1178 : 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-08T18:24:32.690 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:24:32.690 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:36.874735Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iyjbyx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\nDeploy daemon haproxy.nfs.foo.smithi122.iyjbyx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.733646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.czpgpf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\nDeploy daemon haproxy.nfs.foo.smithi019.czpgpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.735991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.scpuxi on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:24:33.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:24:34.401 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:24:34.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:34 smithi122 bash[28108]: audit 2023-11-08T18:24:32.671108+0000 mgr.smithi019.obqwgt (mgr.14180) 1179 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:34.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:34 smithi122 bash[28108]: cluster 2023-11-08T18:24:32.767234+0000 mgr.smithi019.obqwgt (mgr.14180) 1180 : 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-08T18:24:34.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:34 smithi019 bash[24123]: audit 2023-11-08T18:24:32.671108+0000 mgr.smithi019.obqwgt (mgr.14180) 1179 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:34.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:34 smithi019 bash[24123]: cluster 2023-11-08T18:24:32.767234+0000 mgr.smithi019.obqwgt (mgr.14180) 1180 : 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-08T18:24:36.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:36 smithi122 bash[28108]: cluster 2023-11-08T18:24:34.768279+0000 mgr.smithi019.obqwgt (mgr.14180) 1181 : 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-08T18:24:36.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:36 smithi019 bash[24123]: cluster 2023-11-08T18:24:34.768279+0000 mgr.smithi019.obqwgt (mgr.14180) 1181 : 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-08T18:24:37.571 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:24:37.571 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:36.874735Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iyjbyx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\nDeploy daemon haproxy.nfs.foo.smithi122.iyjbyx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.733646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.czpgpf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\nDeploy daemon haproxy.nfs.foo.smithi019.czpgpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.735991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.scpuxi on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:24:38.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:24:38.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:38 smithi122 bash[28108]: cluster 2023-11-08T18:24:36.769568+0000 mgr.smithi019.obqwgt (mgr.14180) 1182 : 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-08T18:24:38.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:38 smithi122 bash[28108]: audit 2023-11-08T18:24:37.552486+0000 mgr.smithi019.obqwgt (mgr.14180) 1183 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:38.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:38 smithi019 bash[24123]: cluster 2023-11-08T18:24:36.769568+0000 mgr.smithi019.obqwgt (mgr.14180) 1182 : 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-08T18:24:38.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:38 smithi019 bash[24123]: audit 2023-11-08T18:24:37.552486+0000 mgr.smithi019.obqwgt (mgr.14180) 1183 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:39.345 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:24:40.516 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:40 smithi019 bash[24123]: cluster 2023-11-08T18:24:38.770987+0000 mgr.smithi019.obqwgt (mgr.14180) 1184 : 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-08T18:24:40.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:40 smithi122 bash[28108]: cluster 2023-11-08T18:24:38.770987+0000 mgr.smithi019.obqwgt (mgr.14180) 1184 : 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-08T18:24:41.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:41 smithi019 bash[24123]: audit 2023-11-08T18:24:40.743135+0000 mon.smithi019 (mon.0) 958 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:24:41.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:41 smithi019 bash[24123]: audit 2023-11-08T18:24:41.030195+0000 mon.smithi019 (mon.0) 959 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:24:41.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:41 smithi019 bash[24123]: audit 2023-11-08T18:24:41.031447+0000 mon.smithi019 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:24:41.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:41 smithi019 bash[24123]: audit 2023-11-08T18:24:41.039479+0000 mon.smithi019 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:24:41.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:41 smithi019 bash[24123]: audit 2023-11-08T18:24:41.044710+0000 mon.smithi019 (mon.0) 962 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:24:41.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:41 smithi019 bash[24123]: audit 2023-11-08T18:24:41.059078+0000 mon.smithi019 (mon.0) 963 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:24:41.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:41 smithi122 bash[28108]: audit 2023-11-08T18:24:40.743135+0000 mon.smithi019 (mon.0) 958 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:24:41.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:41 smithi122 bash[28108]: audit 2023-11-08T18:24:41.030195+0000 mon.smithi019 (mon.0) 959 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:24:41.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:41 smithi122 bash[28108]: audit 2023-11-08T18:24:41.031447+0000 mon.smithi019 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:24:41.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:41 smithi122 bash[28108]: audit 2023-11-08T18:24:41.039479+0000 mon.smithi019 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:24:41.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:41 smithi122 bash[28108]: audit 2023-11-08T18:24:41.044710+0000 mon.smithi019 (mon.0) 962 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:24:41.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:41 smithi122 bash[28108]: audit 2023-11-08T18:24:41.059078+0000 mon.smithi019 (mon.0) 963 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:24:42.540 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:24:42.540 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:22:32.711700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.vhwgtk on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:36.874735Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iyjbyx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\nDeploy daemon haproxy.nfs.foo.smithi122.iyjbyx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.733646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.czpgpf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\nDeploy daemon haproxy.nfs.foo.smithi019.czpgpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.735991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.scpuxi on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:24:42.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:42 smithi019 bash[24123]: cluster 2023-11-08T18:24:40.771754+0000 mgr.smithi019.obqwgt (mgr.14180) 1185 : 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-08T18:24:42.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:42 smithi019 bash[24123]: cluster 2023-11-08T18:24:41.040575+0000 mgr.smithi019.obqwgt (mgr.14180) 1186 : cluster [DBG] pgmap v784: 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-08T18:24:42.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:42 smithi019 bash[24123]: cephadm 2023-11-08T18:24:41.061917+0000 mgr.smithi019.obqwgt (mgr.14180) 1187 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.wflcwm on smithi122 2023-11-08T18:24:42.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:42 smithi019 bash[24123]: cluster 2023-11-08T18:24:41.210592+0000 mon.smithi019 (mon.0) 964 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:24:42.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:42 smithi019 bash[24123]: cluster 2023-11-08T18:24:41.210630+0000 mon.smithi019 (mon.0) 965 : cluster [INF] Cluster is now healthy 2023-11-08T18:24:42.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:42 smithi122 bash[28108]: cluster 2023-11-08T18:24:40.771754+0000 mgr.smithi019.obqwgt (mgr.14180) 1185 : 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-08T18:24:42.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:42 smithi122 bash[28108]: cluster 2023-11-08T18:24:41.040575+0000 mgr.smithi019.obqwgt (mgr.14180) 1186 : cluster [DBG] pgmap v784: 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-08T18:24:42.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:42 smithi122 bash[28108]: cephadm 2023-11-08T18:24:41.061917+0000 mgr.smithi019.obqwgt (mgr.14180) 1187 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.wflcwm on smithi122 2023-11-08T18:24:42.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:42 smithi122 bash[28108]: cluster 2023-11-08T18:24:41.210592+0000 mon.smithi019 (mon.0) 964 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:24:42.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:42 smithi122 bash[28108]: cluster 2023-11-08T18:24:41.210630+0000 mon.smithi019 (mon.0) 965 : cluster [INF] Cluster is now healthy 2023-11-08T18:24:43.242 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:24:43.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:43 smithi122 bash[28108]: audit 2023-11-08T18:24:42.522040+0000 mgr.smithi019.obqwgt (mgr.14180) 1188 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:43.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:43 smithi019 bash[24123]: audit 2023-11-08T18:24:42.522040+0000 mgr.smithi019.obqwgt (mgr.14180) 1188 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:44.243 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:24:44.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:44 smithi019 bash[24123]: cluster 2023-11-08T18:24:43.041752+0000 mgr.smithi019.obqwgt (mgr.14180) 1189 : cluster [DBG] pgmap v785: 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-08T18:24:44.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:44 smithi122 bash[28108]: cluster 2023-11-08T18:24:43.041752+0000 mgr.smithi019.obqwgt (mgr.14180) 1189 : cluster [DBG] pgmap v785: 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-08T18:24:45.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:45 smithi019 bash[24123]: audit 2023-11-08T18:24:44.434330+0000 mon.smithi019 (mon.0) 966 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:24:45.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:45 smithi019 bash[24123]: audit 2023-11-08T18:24:44.874221+0000 mon.smithi019 (mon.0) 967 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.wflcwm"}]: dispatch 2023-11-08T18:24:45.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:45 smithi122 bash[28108]: audit 2023-11-08T18:24:44.434330+0000 mon.smithi019 (mon.0) 966 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:24:45.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:45 smithi122 bash[28108]: audit 2023-11-08T18:24:44.874221+0000 mon.smithi019 (mon.0) 967 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.wflcwm"}]: dispatch 2023-11-08T18:24:46.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: cephadm 2023-11-08T18:24:44.873053+0000 mgr.smithi019.obqwgt (mgr.14180) 1190 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm 2023-11-08T18:24:46.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:24:46.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm 2023-11-08T18:24:46.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm 2023-11-08T18:24:46.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:24:46.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm 2023-11-08T18:24:46.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.wflcwm ... 2023-11-08T18:24:46.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:46.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:24:46.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:24:46.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:24:46.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:46.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:24:46.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:24:46.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:24:46.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:24:46.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:24:46.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm 2023-11-08T18:24:46.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:24:46.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm 2023-11-08T18:24:46.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm 2023-11-08T18:24:46.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:24:46.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm 2023-11-08T18:24:46.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.wflcwm ... 2023-11-08T18:24:46.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:46.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:24:46.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:24:46.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:24:46.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:46.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: cephadm 2023-11-08T18:24:44.873587+0000 mgr.smithi019.obqwgt (mgr.14180) 1191 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.wflcwm 2023-11-08T18:24:46.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: cephadm 2023-11-08T18:24:44.875507+0000 mgr.smithi019.obqwgt (mgr.14180) 1192 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.wflcwm on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm 2023-11-08T18:24:46.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:24:46.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm 2023-11-08T18:24:46.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm 2023-11-08T18:24:46.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:24:46.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm 2023-11-08T18:24:46.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.wflcwm ... 2023-11-08T18:24:46.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:46.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:24:46.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:24:46.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:24:46.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:46.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: cephadm 2023-11-08T18:24:44.879334+0000 mgr.smithi019.obqwgt (mgr.14180) 1193 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.pasocq on smithi019 2023-11-08T18:24:46.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:46 smithi122 bash[28108]: cluster 2023-11-08T18:24:45.042340+0000 mgr.smithi019.obqwgt (mgr.14180) 1194 : cluster [DBG] pgmap v786: 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-08T18:24:46.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: cephadm 2023-11-08T18:24:44.873053+0000 mgr.smithi019.obqwgt (mgr.14180) 1190 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm 2023-11-08T18:24:46.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:24:46.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm 2023-11-08T18:24:46.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm 2023-11-08T18:24:46.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:24:46.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm 2023-11-08T18:24:46.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.wflcwm ... 2023-11-08T18:24:46.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:46.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:24:46.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:24:46.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:24:46.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:46.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:24:46.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:24:46.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:24:46.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:24:46.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:24:46.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm 2023-11-08T18:24:46.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:24:46.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm 2023-11-08T18:24:46.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm 2023-11-08T18:24:46.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:24:46.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm 2023-11-08T18:24:46.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.wflcwm ... 2023-11-08T18:24:46.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:46.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:24:46.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:24:46.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:24:46.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:46.850 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: cephadm 2023-11-08T18:24:44.873587+0000 mgr.smithi019.obqwgt (mgr.14180) 1191 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.wflcwm 2023-11-08T18:24:46.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: cephadm 2023-11-08T18:24:44.875507+0000 mgr.smithi019.obqwgt (mgr.14180) 1192 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.wflcwm on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm 2023-11-08T18:24:46.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:24:46.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm 2023-11-08T18:24:46.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm 2023-11-08T18:24:46.851 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:24:46.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm 2023-11-08T18:24:46.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.wflcwm ... 2023-11-08T18:24:46.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:46.852 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:24:46.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:24:46.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:24:46.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:46.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: cephadm 2023-11-08T18:24:44.879334+0000 mgr.smithi019.obqwgt (mgr.14180) 1193 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.pasocq on smithi019 2023-11-08T18:24:46.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:46 smithi019 bash[24123]: cluster 2023-11-08T18:24:45.042340+0000 mgr.smithi019.obqwgt (mgr.14180) 1194 : cluster [DBG] pgmap v786: 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-08T18:24:47.315 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:24:47.316 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:23:36.874735Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.iyjbyx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-iyjbyx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.iyjbyx\nDeploy daemon haproxy.nfs.foo.smithi122.iyjbyx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.733646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.czpgpf on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-czpgpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.czpgpf\nDeploy daemon haproxy.nfs.foo.smithi019.czpgpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:23:40.735991Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.scpuxi on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:44.875338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wflcwm on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\nDeploy daemon haproxy.nfs.foo.smithi122.wflcwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:24:48.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:24:48.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:48 smithi122 bash[28108]: cluster 2023-11-08T18:24:47.043294+0000 mgr.smithi019.obqwgt (mgr.14180) 1195 : cluster [DBG] pgmap v787: 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-08T18:24:48.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:48 smithi122 bash[28108]: audit 2023-11-08T18:24:47.297410+0000 mgr.smithi019.obqwgt (mgr.14180) 1196 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:48.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:48 smithi019 bash[24123]: cluster 2023-11-08T18:24:47.043294+0000 mgr.smithi019.obqwgt (mgr.14180) 1195 : cluster [DBG] pgmap v787: 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-08T18:24:48.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:48 smithi019 bash[24123]: audit 2023-11-08T18:24:47.297410+0000 mgr.smithi019.obqwgt (mgr.14180) 1196 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:49.183 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:24:49.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:49 smithi019 bash[24123]: audit 2023-11-08T18:24:48.647935+0000 mon.smithi019 (mon.0) 968 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.pasocq"}]: dispatch 2023-11-08T18:24:49.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:49 smithi019 bash[24123]: audit 2023-11-08T18:24:49.062735+0000 mon.smithi019 (mon.0) 969 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:24:49.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:49 smithi122 bash[28108]: audit 2023-11-08T18:24:48.647935+0000 mon.smithi019 (mon.0) 968 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.pasocq"}]: dispatch 2023-11-08T18:24:49.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:49 smithi122 bash[28108]: audit 2023-11-08T18:24:49.062735+0000 mon.smithi019 (mon.0) 969 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:24:50.759 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: cephadm 2023-11-08T18:24:48.646663+0000 mgr.smithi019.obqwgt (mgr.14180) 1197 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq 2023-11-08T18:24:50.759 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:24:50.760 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq 2023-11-08T18:24:50.760 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq 2023-11-08T18:24:50.760 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:24:50.760 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq 2023-11-08T18:24:50.760 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.pasocq ... 2023-11-08T18:24:50.761 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:50.761 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:24:50.761 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:24:50.761 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:24:50.762 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:50.762 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:24:50.762 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:24:50.762 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:24:50.762 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:24:50.763 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:24:50.763 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq 2023-11-08T18:24:50.763 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:24:50.763 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq 2023-11-08T18:24:50.763 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq 2023-11-08T18:24:50.764 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:24:50.764 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq 2023-11-08T18:24:50.764 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.pasocq ... 2023-11-08T18:24:50.764 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:50.765 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:24:50.765 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:24:50.765 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:24:50.765 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:50.766 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: cephadm 2023-11-08T18:24:48.647218+0000 mgr.smithi019.obqwgt (mgr.14180) 1198 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.pasocq 2023-11-08T18:24:50.766 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: cephadm 2023-11-08T18:24:48.649372+0000 mgr.smithi019.obqwgt (mgr.14180) 1199 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.pasocq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq 2023-11-08T18:24:50.766 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:24:50.766 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq 2023-11-08T18:24:50.766 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq 2023-11-08T18:24:50.767 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:24:50.767 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq 2023-11-08T18:24:50.767 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.pasocq ... 2023-11-08T18:24:50.767 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:50.767 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:24:50.768 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:24:50.768 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:24:50.768 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:50.768 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: cephadm 2023-11-08T18:24:48.652794+0000 mgr.smithi019.obqwgt (mgr.14180) 1200 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.ahpkui on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:24:50.768 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: cephadm 2023-11-08T18:24:48.656167+0000 mgr.smithi019.obqwgt (mgr.14180) 1201 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:24:50.769 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: cluster 2023-11-08T18:24:48.657766+0000 mgr.smithi019.obqwgt (mgr.14180) 1202 : cluster [DBG] pgmap v788: 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-08T18:24:50.769 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:50 smithi019 bash[24123]: cluster 2023-11-08T18:24:49.448152+0000 mon.smithi019 (mon.0) 970 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:24:50.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: cephadm 2023-11-08T18:24:48.646663+0000 mgr.smithi019.obqwgt (mgr.14180) 1197 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq 2023-11-08T18:24:50.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:24:50.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq 2023-11-08T18:24:50.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq 2023-11-08T18:24:50.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:24:50.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq 2023-11-08T18:24:50.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.pasocq ... 2023-11-08T18:24:50.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:50.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:24:50.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:24:50.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:24:50.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:50.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:24:50.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:24:50.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:24:50.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:24:50.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:24:50.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq 2023-11-08T18:24:50.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:24:50.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq 2023-11-08T18:24:50.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq 2023-11-08T18:24:50.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:24:50.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq 2023-11-08T18:24:50.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.pasocq ... 2023-11-08T18:24:50.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:50.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:24:50.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:24:50.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:24:50.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:50.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: cephadm 2023-11-08T18:24:48.647218+0000 mgr.smithi019.obqwgt (mgr.14180) 1198 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.pasocq 2023-11-08T18:24:50.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: cephadm 2023-11-08T18:24:48.649372+0000 mgr.smithi019.obqwgt (mgr.14180) 1199 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.pasocq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq 2023-11-08T18:24:50.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:24:50.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq 2023-11-08T18:24:50.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq 2023-11-08T18:24:50.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:24:50.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq 2023-11-08T18:24:50.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.pasocq ... 2023-11-08T18:24:50.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:50.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:24:50.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:24:50.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:24:50.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:24:50.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: cephadm 2023-11-08T18:24:48.652794+0000 mgr.smithi019.obqwgt (mgr.14180) 1200 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.ahpkui on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:24:50.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: cephadm 2023-11-08T18:24:48.656167+0000 mgr.smithi019.obqwgt (mgr.14180) 1201 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:24:50.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: cluster 2023-11-08T18:24:48.657766+0000 mgr.smithi019.obqwgt (mgr.14180) 1202 : cluster [DBG] pgmap v788: 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-08T18:24:50.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:50 smithi122 bash[28108]: cluster 2023-11-08T18:24:49.448152+0000 mon.smithi019 (mon.0) 970 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:24:52.544 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:24:52.545 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:44.875338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wflcwm on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\nDeploy daemon haproxy.nfs.foo.smithi122.wflcwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.649194Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pasocq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\nDeploy daemon haproxy.nfs.foo.smithi019.pasocq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.652594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ahpkui on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:24:52.750 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:52 smithi019 bash[24123]: cluster 2023-11-08T18:24:50.658421+0000 mgr.smithi019.obqwgt (mgr.14180) 1203 : cluster [DBG] pgmap v789: 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-08T18:24:52.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:52 smithi122 bash[28108]: cluster 2023-11-08T18:24:50.658421+0000 mgr.smithi019.obqwgt (mgr.14180) 1203 : cluster [DBG] pgmap v789: 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-08T18:24:53.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:24:53.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:53 smithi019 bash[24123]: audit 2023-11-08T18:24:52.525075+0000 mgr.smithi019.obqwgt (mgr.14180) 1204 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:53.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:53 smithi122 bash[28108]: audit 2023-11-08T18:24:52.525075+0000 mgr.smithi019.obqwgt (mgr.14180) 1204 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:54.280 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:24:54.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:54 smithi019 bash[24123]: cluster 2023-11-08T18:24:52.659822+0000 mgr.smithi019.obqwgt (mgr.14180) 1205 : cluster [DBG] pgmap v790: 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-08T18:24:54.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:54 smithi122 bash[28108]: cluster 2023-11-08T18:24:52.659822+0000 mgr.smithi019.obqwgt (mgr.14180) 1205 : cluster [DBG] pgmap v790: 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-08T18:24:56.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:56 smithi019 bash[24123]: cluster 2023-11-08T18:24:54.660837+0000 mgr.smithi019.obqwgt (mgr.14180) 1206 : cluster [DBG] pgmap v791: 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-08T18:24:56.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:56 smithi122 bash[28108]: cluster 2023-11-08T18:24:54.660837+0000 mgr.smithi019.obqwgt (mgr.14180) 1206 : cluster [DBG] pgmap v791: 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-08T18:24:57.490 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:24:57.491 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:44.875338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wflcwm on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\nDeploy daemon haproxy.nfs.foo.smithi122.wflcwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.649194Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pasocq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\nDeploy daemon haproxy.nfs.foo.smithi019.pasocq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.652594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ahpkui on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:24:58.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:24:58.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:58 smithi019 bash[24123]: cluster 2023-11-08T18:24:56.662080+0000 mgr.smithi019.obqwgt (mgr.14180) 1207 : cluster [DBG] pgmap v792: 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-08T18:24:58.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:24:58 smithi019 bash[24123]: audit 2023-11-08T18:24:57.477274+0000 mgr.smithi019.obqwgt (mgr.14180) 1208 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:58.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:58 smithi122 bash[28108]: cluster 2023-11-08T18:24:56.662080+0000 mgr.smithi019.obqwgt (mgr.14180) 1207 : cluster [DBG] pgmap v792: 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-08T18:24:58.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:24:58 smithi122 bash[28108]: audit 2023-11-08T18:24:57.477274+0000 mgr.smithi019.obqwgt (mgr.14180) 1208 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:24:59.225 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:25:00.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:00 smithi019 bash[24123]: cluster 2023-11-08T18:24:58.663728+0000 mgr.smithi019.obqwgt (mgr.14180) 1209 : cluster [DBG] pgmap v793: 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-08T18:25:00.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:00 smithi019 bash[24123]: audit 2023-11-08T18:24:59.432874+0000 mon.smithi019 (mon.0) 971 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:25:00.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:00 smithi122 bash[28108]: cluster 2023-11-08T18:24:58.663728+0000 mgr.smithi019.obqwgt (mgr.14180) 1209 : cluster [DBG] pgmap v793: 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-08T18:25:00.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:00 smithi122 bash[28108]: audit 2023-11-08T18:24:59.432874+0000 mon.smithi019 (mon.0) 971 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:25:02.551 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:25:02.552 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:44.875338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wflcwm on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\nDeploy daemon haproxy.nfs.foo.smithi122.wflcwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.649194Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pasocq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\nDeploy daemon haproxy.nfs.foo.smithi019.pasocq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.652594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ahpkui on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:25:02.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:02 smithi122 bash[28108]: cluster 2023-11-08T18:25:00.664830+0000 mgr.smithi019.obqwgt (mgr.14180) 1210 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:25:02.740 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:02 smithi019 bash[24123]: cluster 2023-11-08T18:25:00.664830+0000 mgr.smithi019.obqwgt (mgr.14180) 1210 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:25:03.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:25:03.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:03 smithi019 bash[24123]: audit 2023-11-08T18:25:02.533859+0000 mgr.smithi019.obqwgt (mgr.14180) 1211 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:03.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:03 smithi122 bash[28108]: audit 2023-11-08T18:25:02.533859+0000 mgr.smithi019.obqwgt (mgr.14180) 1211 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:04.280 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:25:04.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:04 smithi019 bash[24123]: cluster 2023-11-08T18:25:02.666263+0000 mgr.smithi019.obqwgt (mgr.14180) 1212 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:25:04.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:04 smithi122 bash[28108]: cluster 2023-11-08T18:25:02.666263+0000 mgr.smithi019.obqwgt (mgr.14180) 1212 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:25:06.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:06 smithi019 bash[24123]: cluster 2023-11-08T18:25:04.667311+0000 mgr.smithi019.obqwgt (mgr.14180) 1213 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:25:06.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:06 smithi122 bash[28108]: cluster 2023-11-08T18:25:04.667311+0000 mgr.smithi019.obqwgt (mgr.14180) 1213 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:25:07.512 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:25:07.512 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:44.875338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wflcwm on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\nDeploy daemon haproxy.nfs.foo.smithi122.wflcwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.649194Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pasocq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\nDeploy daemon haproxy.nfs.foo.smithi019.pasocq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.652594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ahpkui on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:25:08.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:25:08.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:08 smithi019 bash[24123]: cluster 2023-11-08T18:25:06.668541+0000 mgr.smithi019.obqwgt (mgr.14180) 1214 : cluster [DBG] pgmap v797: 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-08T18:25:08.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:08 smithi019 bash[24123]: audit 2023-11-08T18:25:07.492323+0000 mgr.smithi019.obqwgt (mgr.14180) 1215 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:08.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:08 smithi122 bash[28108]: cluster 2023-11-08T18:25:06.668541+0000 mgr.smithi019.obqwgt (mgr.14180) 1214 : cluster [DBG] pgmap v797: 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-08T18:25:08.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:08 smithi122 bash[28108]: audit 2023-11-08T18:25:07.492323+0000 mgr.smithi019.obqwgt (mgr.14180) 1215 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:09.260 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:25:10.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:10 smithi019 bash[24123]: cluster 2023-11-08T18:25:08.669848+0000 mgr.smithi019.obqwgt (mgr.14180) 1216 : 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-08T18:25:10.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:10 smithi122 bash[28108]: cluster 2023-11-08T18:25:08.669848+0000 mgr.smithi019.obqwgt (mgr.14180) 1216 : 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-08T18:25:12.533 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:25:12.534 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:44.875338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wflcwm on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\nDeploy daemon haproxy.nfs.foo.smithi122.wflcwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.649194Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pasocq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\nDeploy daemon haproxy.nfs.foo.smithi019.pasocq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.652594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ahpkui on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:25:12.730 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:12 smithi019 bash[24123]: cluster 2023-11-08T18:25:10.670642+0000 mgr.smithi019.obqwgt (mgr.14180) 1217 : 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-08T18:25:12.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:12 smithi122 bash[28108]: cluster 2023-11-08T18:25:10.670642+0000 mgr.smithi019.obqwgt (mgr.14180) 1217 : 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-08T18:25:13.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:25:13.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:13 smithi019 bash[24123]: audit 2023-11-08T18:25:12.515778+0000 mgr.smithi019.obqwgt (mgr.14180) 1218 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:13.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:13 smithi122 bash[28108]: audit 2023-11-08T18:25:12.515778+0000 mgr.smithi019.obqwgt (mgr.14180) 1218 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:14.293 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:25:14.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:14 smithi019 bash[24123]: cluster 2023-11-08T18:25:12.671978+0000 mgr.smithi019.obqwgt (mgr.14180) 1219 : 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-08T18:25:14.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:14 smithi122 bash[28108]: cluster 2023-11-08T18:25:12.671978+0000 mgr.smithi019.obqwgt (mgr.14180) 1219 : 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-08T18:25:16.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:16 smithi019 bash[24123]: cluster 2023-11-08T18:25:14.672610+0000 mgr.smithi019.obqwgt (mgr.14180) 1220 : 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-08T18:25:16.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:16 smithi122 bash[28108]: cluster 2023-11-08T18:25:14.672610+0000 mgr.smithi019.obqwgt (mgr.14180) 1220 : 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-08T18:25:17.469 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:25:17.470 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:44.875338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wflcwm on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\nDeploy daemon haproxy.nfs.foo.smithi122.wflcwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.649194Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pasocq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\nDeploy daemon haproxy.nfs.foo.smithi019.pasocq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.652594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ahpkui on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:25:18.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:25:18.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:18 smithi019 bash[24123]: cluster 2023-11-08T18:25:16.673813+0000 mgr.smithi019.obqwgt (mgr.14180) 1221 : 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-08T18:25:18.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:18 smithi019 bash[24123]: audit 2023-11-08T18:25:17.452277+0000 mgr.smithi019.obqwgt (mgr.14180) 1222 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:18.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:18 smithi122 bash[28108]: cluster 2023-11-08T18:25:16.673813+0000 mgr.smithi019.obqwgt (mgr.14180) 1221 : 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-08T18:25:18.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:18 smithi122 bash[28108]: audit 2023-11-08T18:25:17.452277+0000 mgr.smithi019.obqwgt (mgr.14180) 1222 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:19.192 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:25:20.528 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:20 smithi019 bash[24123]: cluster 2023-11-08T18:25:18.675141+0000 mgr.smithi019.obqwgt (mgr.14180) 1223 : 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-08T18:25:20.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:20 smithi122 bash[28108]: cluster 2023-11-08T18:25:18.675141+0000 mgr.smithi019.obqwgt (mgr.14180) 1223 : 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-08T18:25:22.636 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:25:22.637 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:44.875338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wflcwm on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\nDeploy daemon haproxy.nfs.foo.smithi122.wflcwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.649194Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pasocq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\nDeploy daemon haproxy.nfs.foo.smithi019.pasocq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.652594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ahpkui on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:25:22.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:22 smithi019 bash[24123]: cluster 2023-11-08T18:25:20.675788+0000 mgr.smithi019.obqwgt (mgr.14180) 1224 : 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-08T18:25:22.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:22 smithi122 bash[28108]: cluster 2023-11-08T18:25:20.675788+0000 mgr.smithi019.obqwgt (mgr.14180) 1224 : 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-08T18:25:23.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:25:24.391 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:25:24.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:24 smithi019 bash[24123]: audit 2023-11-08T18:25:22.617765+0000 mgr.smithi019.obqwgt (mgr.14180) 1225 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:24.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:24 smithi019 bash[24123]: cluster 2023-11-08T18:25:22.676674+0000 mgr.smithi019.obqwgt (mgr.14180) 1226 : 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-08T18:25:24.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:24 smithi122 bash[28108]: audit 2023-11-08T18:25:22.617765+0000 mgr.smithi019.obqwgt (mgr.14180) 1225 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:24.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:24 smithi122 bash[28108]: cluster 2023-11-08T18:25:22.676674+0000 mgr.smithi019.obqwgt (mgr.14180) 1226 : 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-08T18:25:26.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:26 smithi019 bash[24123]: cluster 2023-11-08T18:25:24.677655+0000 mgr.smithi019.obqwgt (mgr.14180) 1227 : 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-08T18:25:26.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:26 smithi122 bash[28108]: cluster 2023-11-08T18:25:24.677655+0000 mgr.smithi019.obqwgt (mgr.14180) 1227 : 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-08T18:25:27.669 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:25:27.669 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:44.875338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wflcwm on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\nDeploy daemon haproxy.nfs.foo.smithi122.wflcwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.649194Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pasocq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\nDeploy daemon haproxy.nfs.foo.smithi019.pasocq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.652594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ahpkui on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:25:28.519 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:25:28.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:28 smithi019 bash[24123]: cluster 2023-11-08T18:25:26.678963+0000 mgr.smithi019.obqwgt (mgr.14180) 1228 : 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-08T18:25:28.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:28 smithi122 bash[28108]: cluster 2023-11-08T18:25:26.678963+0000 mgr.smithi019.obqwgt (mgr.14180) 1228 : 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-08T18:25:29.521 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:25:29.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:29 smithi019 bash[24123]: audit 2023-11-08T18:25:27.651268+0000 mgr.smithi019.obqwgt (mgr.14180) 1229 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:29.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:29 smithi122 bash[28108]: audit 2023-11-08T18:25:27.651268+0000 mgr.smithi019.obqwgt (mgr.14180) 1229 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:30.757 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:30 smithi019 bash[24123]: cluster 2023-11-08T18:25:28.680177+0000 mgr.smithi019.obqwgt (mgr.14180) 1230 : 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-08T18:25:30.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:30 smithi122 bash[28108]: cluster 2023-11-08T18:25:28.680177+0000 mgr.smithi019.obqwgt (mgr.14180) 1230 : 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-08T18:25:32.618 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:25:32.618 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:44.875338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wflcwm on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\nDeploy daemon haproxy.nfs.foo.smithi122.wflcwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.649194Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pasocq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\nDeploy daemon haproxy.nfs.foo.smithi019.pasocq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.652594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ahpkui on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:25:32.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:32 smithi019 bash[24123]: cluster 2023-11-08T18:25:30.681450+0000 mgr.smithi019.obqwgt (mgr.14180) 1231 : 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-08T18:25:32.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:32 smithi122 bash[28108]: cluster 2023-11-08T18:25:30.681450+0000 mgr.smithi019.obqwgt (mgr.14180) 1231 : 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-08T18:25:33.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:25:34.441 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:25:34.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:34 smithi019 bash[24123]: audit 2023-11-08T18:25:32.601807+0000 mgr.smithi019.obqwgt (mgr.14180) 1232 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:34.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:34 smithi019 bash[24123]: cluster 2023-11-08T18:25:32.682631+0000 mgr.smithi019.obqwgt (mgr.14180) 1233 : 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-08T18:25:34.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:34 smithi122 bash[28108]: audit 2023-11-08T18:25:32.601807+0000 mgr.smithi019.obqwgt (mgr.14180) 1232 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:34.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:34 smithi122 bash[28108]: cluster 2023-11-08T18:25:32.682631+0000 mgr.smithi019.obqwgt (mgr.14180) 1233 : 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-08T18:25:36.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:36 smithi019 bash[24123]: cluster 2023-11-08T18:25:34.683150+0000 mgr.smithi019.obqwgt (mgr.14180) 1234 : 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-08T18:25:36.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:36 smithi122 bash[28108]: cluster 2023-11-08T18:25:34.683150+0000 mgr.smithi019.obqwgt (mgr.14180) 1234 : 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-08T18:25:37.678 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:25:37.678 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:44.875338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wflcwm on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\nDeploy daemon haproxy.nfs.foo.smithi122.wflcwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.649194Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pasocq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\nDeploy daemon haproxy.nfs.foo.smithi019.pasocq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.652594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ahpkui on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:25:38.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:25:38.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:38 smithi019 bash[24123]: cluster 2023-11-08T18:25:36.684377+0000 mgr.smithi019.obqwgt (mgr.14180) 1235 : 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-08T18:25:38.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:38 smithi122 bash[28108]: cluster 2023-11-08T18:25:36.684377+0000 mgr.smithi019.obqwgt (mgr.14180) 1235 : 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-08T18:25:39.463 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:25:39.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:39 smithi019 bash[24123]: audit 2023-11-08T18:25:37.664987+0000 mgr.smithi019.obqwgt (mgr.14180) 1236 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:39.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:39 smithi122 bash[28108]: audit 2023-11-08T18:25:37.664987+0000 mgr.smithi019.obqwgt (mgr.14180) 1236 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:40.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:40 smithi019 bash[24123]: cluster 2023-11-08T18:25:38.685679+0000 mgr.smithi019.obqwgt (mgr.14180) 1237 : 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-08T18:25:40.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:40 smithi122 bash[28108]: cluster 2023-11-08T18:25:38.685679+0000 mgr.smithi019.obqwgt (mgr.14180) 1237 : 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-08T18:25:42.786 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:25:42.786 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:44.875338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wflcwm on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\nDeploy daemon haproxy.nfs.foo.smithi122.wflcwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.649194Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pasocq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\nDeploy daemon haproxy.nfs.foo.smithi019.pasocq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.652594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ahpkui on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:25:42.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:42 smithi019 bash[24123]: cluster 2023-11-08T18:25:40.686788+0000 mgr.smithi019.obqwgt (mgr.14180) 1238 : 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-08T18:25:42.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:42 smithi122 bash[28108]: cluster 2023-11-08T18:25:40.686788+0000 mgr.smithi019.obqwgt (mgr.14180) 1238 : 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-08T18:25:43.564 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:25:44.565 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:25:44.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:44 smithi019 bash[24123]: cluster 2023-11-08T18:25:42.688139+0000 mgr.smithi019.obqwgt (mgr.14180) 1239 : 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-08T18:25:44.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:44 smithi019 bash[24123]: audit 2023-11-08T18:25:42.767856+0000 mgr.smithi019.obqwgt (mgr.14180) 1240 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:44.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:44 smithi122 bash[28108]: cluster 2023-11-08T18:25:42.688139+0000 mgr.smithi019.obqwgt (mgr.14180) 1239 : 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-08T18:25:44.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:44 smithi122 bash[28108]: audit 2023-11-08T18:25:42.767856+0000 mgr.smithi019.obqwgt (mgr.14180) 1240 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:46.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:46 smithi019 bash[24123]: cluster 2023-11-08T18:25:44.688849+0000 mgr.smithi019.obqwgt (mgr.14180) 1241 : 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-08T18:25:46.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:46 smithi122 bash[28108]: cluster 2023-11-08T18:25:44.688849+0000 mgr.smithi019.obqwgt (mgr.14180) 1241 : 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-08T18:25:47.932 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:25:47.932 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:44.875338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wflcwm on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\nDeploy daemon haproxy.nfs.foo.smithi122.wflcwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.649194Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pasocq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\nDeploy daemon haproxy.nfs.foo.smithi019.pasocq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.652594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ahpkui on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:25:48.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:25:48.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:48 smithi122 bash[28108]: cluster 2023-11-08T18:25:46.690111+0000 mgr.smithi019.obqwgt (mgr.14180) 1242 : 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-08T18:25:49.092 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:48 smithi019 bash[24123]: cluster 2023-11-08T18:25:46.690111+0000 mgr.smithi019.obqwgt (mgr.14180) 1242 : 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-08T18:25:49.686 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:25:49.897 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:49 smithi019 bash[24123]: audit 2023-11-08T18:25:47.915134+0000 mgr.smithi019.obqwgt (mgr.14180) 1243 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:49.897 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:49 smithi019 bash[24123]: audit 2023-11-08T18:25:48.661462+0000 mon.smithi019 (mon.0) 972 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:25:49.898 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:49 smithi019 bash[24123]: cluster 2023-11-08T18:25:48.691136+0000 mgr.smithi019.obqwgt (mgr.14180) 1244 : 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-08T18:25:49.898 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:49 smithi019 bash[24123]: audit 2023-11-08T18:25:48.968409+0000 mon.smithi019 (mon.0) 973 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:25:49.898 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:49 smithi019 bash[24123]: audit 2023-11-08T18:25:48.969557+0000 mon.smithi019 (mon.0) 974 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:25:49.898 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:49 smithi019 bash[24123]: audit 2023-11-08T18:25:48.977208+0000 mon.smithi019 (mon.0) 975 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:25:49.899 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:49 smithi019 bash[24123]: cluster 2023-11-08T18:25:48.978106+0000 mgr.smithi019.obqwgt (mgr.14180) 1245 : cluster [DBG] pgmap v819: 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-08T18:25:49.899 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:49 smithi019 bash[24123]: audit 2023-11-08T18:25:48.985594+0000 mon.smithi019 (mon.0) 976 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:25:49.899 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:49 smithi019 bash[24123]: audit 2023-11-08T18:25:49.001549+0000 mon.smithi019 (mon.0) 977 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:25:49.900 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:49 smithi019 bash[24123]: cephadm 2023-11-08T18:25:49.006369+0000 mgr.smithi019.obqwgt (mgr.14180) 1246 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.mesdpf on smithi122 2023-11-08T18:25:49.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:49 smithi122 bash[28108]: audit 2023-11-08T18:25:47.915134+0000 mgr.smithi019.obqwgt (mgr.14180) 1243 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:49.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:49 smithi122 bash[28108]: audit 2023-11-08T18:25:48.661462+0000 mon.smithi019 (mon.0) 972 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:25:49.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:49 smithi122 bash[28108]: cluster 2023-11-08T18:25:48.691136+0000 mgr.smithi019.obqwgt (mgr.14180) 1244 : 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-08T18:25:49.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:49 smithi122 bash[28108]: audit 2023-11-08T18:25:48.968409+0000 mon.smithi019 (mon.0) 973 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:25:49.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:49 smithi122 bash[28108]: audit 2023-11-08T18:25:48.969557+0000 mon.smithi019 (mon.0) 974 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:25:49.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:49 smithi122 bash[28108]: audit 2023-11-08T18:25:48.977208+0000 mon.smithi019 (mon.0) 975 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:25:49.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:49 smithi122 bash[28108]: cluster 2023-11-08T18:25:48.978106+0000 mgr.smithi019.obqwgt (mgr.14180) 1245 : cluster [DBG] pgmap v819: 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-08T18:25:49.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:49 smithi122 bash[28108]: audit 2023-11-08T18:25:48.985594+0000 mon.smithi019 (mon.0) 976 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:25:49.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:49 smithi122 bash[28108]: audit 2023-11-08T18:25:49.001549+0000 mon.smithi019 (mon.0) 977 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:25:49.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:49 smithi122 bash[28108]: cephadm 2023-11-08T18:25:49.006369+0000 mgr.smithi019.obqwgt (mgr.14180) 1246 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.mesdpf on smithi122 2023-11-08T18:25:50.909 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:50 smithi019 bash[24123]: cluster 2023-11-08T18:25:49.590672+0000 mon.smithi019 (mon.0) 978 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:25:50.910 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:50 smithi019 bash[24123]: cluster 2023-11-08T18:25:49.590728+0000 mon.smithi019 (mon.0) 979 : cluster [INF] Cluster is now healthy 2023-11-08T18:25:50.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:50 smithi122 bash[28108]: cluster 2023-11-08T18:25:49.590672+0000 mon.smithi019 (mon.0) 978 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:25:50.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:50 smithi122 bash[28108]: cluster 2023-11-08T18:25:49.590728+0000 mon.smithi019 (mon.0) 979 : cluster [INF] Cluster is now healthy 2023-11-08T18:25:51.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:51 smithi019 bash[24123]: cluster 2023-11-08T18:25:50.978930+0000 mgr.smithi019.obqwgt (mgr.14180) 1247 : cluster [DBG] pgmap v820: 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-08T18:25:51.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:51 smithi122 bash[28108]: cluster 2023-11-08T18:25:50.978930+0000 mgr.smithi019.obqwgt (mgr.14180) 1247 : cluster [DBG] pgmap v820: 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-08T18:25:52.752 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:25:52.753 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:23:40.738151Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.xrxupo on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:44.875338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.wflcwm on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-wflcwm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.wflcwm\nDeploy daemon haproxy.nfs.foo.smithi122.wflcwm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.649194Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.pasocq on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-pasocq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.pasocq\nDeploy daemon haproxy.nfs.foo.smithi019.pasocq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:24:48.652594Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ahpkui on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:25:53.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:52 smithi019 bash[24123]: audit 2023-11-08T18:25:52.869873+0000 mon.smithi019 (mon.0) 980 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.mesdpf"}]: dispatch 2023-11-08T18:25:53.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:52 smithi122 bash[28108]: audit 2023-11-08T18:25:52.869873+0000 mon.smithi019 (mon.0) 980 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.mesdpf"}]: dispatch 2023-11-08T18:25:53.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:25:54.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: audit 2023-11-08T18:25:52.735740+0000 mgr.smithi019.obqwgt (mgr.14180) 1248 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:54.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: cephadm 2023-11-08T18:25:52.868640+0000 mgr.smithi019.obqwgt (mgr.14180) 1249 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf 2023-11-08T18:25:54.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:25:54.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf 2023-11-08T18:25:54.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf 2023-11-08T18:25:54.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:25:54.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf 2023-11-08T18:25:54.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.mesdpf ... 2023-11-08T18:25:54.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:54.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:25:54.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:25:54.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:25:54.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:54.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:25:54.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:25:54.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:25:54.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:25:54.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:25:54.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf 2023-11-08T18:25:54.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:25:54.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf 2023-11-08T18:25:54.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf 2023-11-08T18:25:54.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:25:54.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf 2023-11-08T18:25:54.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.mesdpf ... 2023-11-08T18:25:54.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:54.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:25:54.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:25:54.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:25:54.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:54.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: cephadm 2023-11-08T18:25:52.869170+0000 mgr.smithi019.obqwgt (mgr.14180) 1250 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.mesdpf 2023-11-08T18:25:54.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: cephadm 2023-11-08T18:25:52.871685+0000 mgr.smithi019.obqwgt (mgr.14180) 1251 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.mesdpf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf 2023-11-08T18:25:54.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:25:54.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf 2023-11-08T18:25:54.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf 2023-11-08T18:25:54.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:25:54.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf 2023-11-08T18:25:54.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.mesdpf ... 2023-11-08T18:25:54.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:54.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:25:54.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:25:54.228 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:25:54.228 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:54.228 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: cephadm 2023-11-08T18:25:52.876054+0000 mgr.smithi019.obqwgt (mgr.14180) 1252 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.jyqoyr on smithi019 2023-11-08T18:25:54.228 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:53 smithi122 bash[28108]: cluster 2023-11-08T18:25:52.979743+0000 mgr.smithi019.obqwgt (mgr.14180) 1253 : cluster [DBG] pgmap v821: 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-08T18:25:54.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: audit 2023-11-08T18:25:52.735740+0000 mgr.smithi019.obqwgt (mgr.14180) 1248 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:54.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: cephadm 2023-11-08T18:25:52.868640+0000 mgr.smithi019.obqwgt (mgr.14180) 1249 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf 2023-11-08T18:25:54.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:25:54.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf 2023-11-08T18:25:54.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf 2023-11-08T18:25:54.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:25:54.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf 2023-11-08T18:25:54.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.mesdpf ... 2023-11-08T18:25:54.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:54.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:25:54.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:25:54.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:25:54.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:54.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:25:54.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:25:54.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:25:54.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:25:54.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:25:54.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf 2023-11-08T18:25:54.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:25:54.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf 2023-11-08T18:25:54.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf 2023-11-08T18:25:54.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:25:54.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf 2023-11-08T18:25:54.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.mesdpf ... 2023-11-08T18:25:54.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:54.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:25:54.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:25:54.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:25:54.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:54.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: cephadm 2023-11-08T18:25:52.869170+0000 mgr.smithi019.obqwgt (mgr.14180) 1250 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.mesdpf 2023-11-08T18:25:54.349 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: cephadm 2023-11-08T18:25:52.871685+0000 mgr.smithi019.obqwgt (mgr.14180) 1251 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.mesdpf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf 2023-11-08T18:25:54.349 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:25:54.349 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf 2023-11-08T18:25:54.349 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf 2023-11-08T18:25:54.349 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:25:54.350 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf 2023-11-08T18:25:54.350 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.mesdpf ... 2023-11-08T18:25:54.350 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:54.351 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:25:54.351 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:25:54.351 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:25:54.351 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:54.352 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: cephadm 2023-11-08T18:25:52.876054+0000 mgr.smithi019.obqwgt (mgr.14180) 1252 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.jyqoyr on smithi019 2023-11-08T18:25:54.352 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:53 smithi019 bash[24123]: cluster 2023-11-08T18:25:52.979743+0000 mgr.smithi019.obqwgt (mgr.14180) 1253 : cluster [DBG] pgmap v821: 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-08T18:25:54.580 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:25:56.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:56 smithi019 bash[24123]: cluster 2023-11-08T18:25:54.980540+0000 mgr.smithi019.obqwgt (mgr.14180) 1254 : cluster [DBG] pgmap v822: 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-08T18:25:56.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:56 smithi122 bash[28108]: cluster 2023-11-08T18:25:54.980540+0000 mgr.smithi019.obqwgt (mgr.14180) 1254 : cluster [DBG] pgmap v822: 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-08T18:25:58.150 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:25:58.150 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:52.871410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.mesdpf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\nDeploy daemon haproxy.nfs.foo.smithi122.mesdpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.441455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jyqoyr on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\nDeploy daemon haproxy.nfs.foo.smithi019.jyqoyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.445071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jtgcir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:25:58.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: cluster 2023-11-08T18:25:56.981490+0000 mgr.smithi019.obqwgt (mgr.14180) 1255 : cluster [DBG] pgmap v823: 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-08T18:25:58.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: cephadm 2023-11-08T18:25:57.439309+0000 mgr.smithi019.obqwgt (mgr.14180) 1256 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr 2023-11-08T18:25:58.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:25:58.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr 2023-11-08T18:25:58.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr 2023-11-08T18:25:58.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:25:58.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr 2023-11-08T18:25:58.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.jyqoyr ... 2023-11-08T18:25:58.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:58.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:25:58.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:25:58.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:25:58.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:58.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:25:58.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:25:58.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:25:58.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:25:58.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:25:58.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr 2023-11-08T18:25:58.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:25:58.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr 2023-11-08T18:25:58.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr 2023-11-08T18:25:58.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:25:58.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr 2023-11-08T18:25:58.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.jyqoyr ... 2023-11-08T18:25:58.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:58.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:25:58.349 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:25:58.349 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:25:58.349 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:58.349 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: cephadm 2023-11-08T18:25:57.439784+0000 mgr.smithi019.obqwgt (mgr.14180) 1257 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.jyqoyr 2023-11-08T18:25:58.350 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: audit 2023-11-08T18:25:57.440389+0000 mon.smithi019 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.jyqoyr"}]: dispatch 2023-11-08T18:25:58.350 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: cephadm 2023-11-08T18:25:57.441639+0000 mgr.smithi019.obqwgt (mgr.14180) 1258 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.jyqoyr on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr 2023-11-08T18:25:58.350 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:25:58.351 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr 2023-11-08T18:25:58.351 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr 2023-11-08T18:25:58.351 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:25:58.351 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr 2023-11-08T18:25:58.351 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.jyqoyr ... 2023-11-08T18:25:58.352 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:58.352 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:25:58.352 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:25:58.352 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:25:58.353 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:58.353 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: cephadm 2023-11-08T18:25:57.445245+0000 mgr.smithi019.obqwgt (mgr.14180) 1259 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.jtgcir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:25:58.353 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: cephadm 2023-11-08T18:25:57.448479+0000 mgr.smithi019.obqwgt (mgr.14180) 1260 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:25:58.353 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:58 smithi019 bash[24123]: cluster 2023-11-08T18:25:57.449461+0000 mgr.smithi019.obqwgt (mgr.14180) 1261 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 233 B/s rd, 0 op/s 2023-11-08T18:25:58.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: cluster 2023-11-08T18:25:56.981490+0000 mgr.smithi019.obqwgt (mgr.14180) 1255 : cluster [DBG] pgmap v823: 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-08T18:25:58.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: cephadm 2023-11-08T18:25:57.439309+0000 mgr.smithi019.obqwgt (mgr.14180) 1256 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr 2023-11-08T18:25:58.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:25:58.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr 2023-11-08T18:25:58.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr 2023-11-08T18:25:58.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:25:58.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr 2023-11-08T18:25:58.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.jyqoyr ... 2023-11-08T18:25:58.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:58.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:25:58.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:25:58.470 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:25:58.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:58.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:25:58.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:25:58.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:25:58.471 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:25:58.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:25:58.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr 2023-11-08T18:25:58.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:25:58.472 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr 2023-11-08T18:25:58.473 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr 2023-11-08T18:25:58.473 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:25:58.473 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr 2023-11-08T18:25:58.473 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.jyqoyr ... 2023-11-08T18:25:58.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:58.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:25:58.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:25:58.474 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:25:58.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:58.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: cephadm 2023-11-08T18:25:57.439784+0000 mgr.smithi019.obqwgt (mgr.14180) 1257 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.jyqoyr 2023-11-08T18:25:58.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: audit 2023-11-08T18:25:57.440389+0000 mon.smithi019 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.jyqoyr"}]: dispatch 2023-11-08T18:25:58.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: cephadm 2023-11-08T18:25:57.441639+0000 mgr.smithi019.obqwgt (mgr.14180) 1258 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.jyqoyr on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr 2023-11-08T18:25:58.475 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:25:58.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr 2023-11-08T18:25:58.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr 2023-11-08T18:25:58.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:25:58.476 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr 2023-11-08T18:25:58.477 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.jyqoyr ... 2023-11-08T18:25:58.477 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:58.477 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:25:58.477 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:25:58.477 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:25:58.478 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:25:58.478 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: cephadm 2023-11-08T18:25:57.445245+0000 mgr.smithi019.obqwgt (mgr.14180) 1259 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.jtgcir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:25:58.478 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: cephadm 2023-11-08T18:25:57.448479+0000 mgr.smithi019.obqwgt (mgr.14180) 1260 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:25:58.478 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:58 smithi122 bash[28108]: cluster 2023-11-08T18:25:57.449461+0000 mgr.smithi019.obqwgt (mgr.14180) 1261 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 233 B/s rd, 0 op/s 2023-11-08T18:25:58.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:25:59.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:59 smithi019 bash[24123]: cluster 2023-11-08T18:25:58.040172+0000 mon.smithi019 (mon.0) 982 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:25:59.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:25:59 smithi019 bash[24123]: audit 2023-11-08T18:25:58.132980+0000 mgr.smithi019.obqwgt (mgr.14180) 1262 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:59.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:59 smithi122 bash[28108]: cluster 2023-11-08T18:25:58.040172+0000 mon.smithi019 (mon.0) 982 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:25:59.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:25:59 smithi122 bash[28108]: audit 2023-11-08T18:25:58.132980+0000 mgr.smithi019.obqwgt (mgr.14180) 1262 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:25:59.908 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:26:00.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:00 smithi019 bash[24123]: audit 2023-11-08T18:25:59.117076+0000 mon.smithi019 (mon.0) 983 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:26:00.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:00 smithi019 bash[24123]: cluster 2023-11-08T18:25:59.450155+0000 mgr.smithi019.obqwgt (mgr.14180) 1263 : cluster [DBG] pgmap v825: 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-08T18:26:00.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:00 smithi122 bash[28108]: audit 2023-11-08T18:25:59.117076+0000 mon.smithi019 (mon.0) 983 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:26:00.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:00 smithi122 bash[28108]: cluster 2023-11-08T18:25:59.450155+0000 mgr.smithi019.obqwgt (mgr.14180) 1263 : cluster [DBG] pgmap v825: 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-08T18:26:02.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:02 smithi019 bash[24123]: cluster 2023-11-08T18:26:01.451464+0000 mgr.smithi019.obqwgt (mgr.14180) 1264 : cluster [DBG] pgmap v826: 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-08T18:26:02.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:02 smithi122 bash[28108]: cluster 2023-11-08T18:26:01.451464+0000 mgr.smithi019.obqwgt (mgr.14180) 1264 : cluster [DBG] pgmap v826: 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-08T18:26:03.369 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:26:03.369 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:52.871410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.mesdpf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\nDeploy daemon haproxy.nfs.foo.smithi122.mesdpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.441455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jyqoyr on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\nDeploy daemon haproxy.nfs.foo.smithi019.jyqoyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.445071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jtgcir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:26:04.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:26:04.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:04 smithi019 bash[24123]: audit 2023-11-08T18:26:03.356224+0000 mgr.smithi019.obqwgt (mgr.14180) 1265 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:04.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:04 smithi019 bash[24123]: cluster 2023-11-08T18:26:03.452703+0000 mgr.smithi019.obqwgt (mgr.14180) 1266 : cluster [DBG] pgmap v827: 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-08T18:26:04.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:04 smithi122 bash[28108]: audit 2023-11-08T18:26:03.356224+0000 mgr.smithi019.obqwgt (mgr.14180) 1265 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:04.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:04 smithi122 bash[28108]: cluster 2023-11-08T18:26:03.452703+0000 mgr.smithi019.obqwgt (mgr.14180) 1266 : cluster [DBG] pgmap v827: 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-08T18:26:05.144 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:26:06.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:06 smithi019 bash[24123]: cluster 2023-11-08T18:26:05.453895+0000 mgr.smithi019.obqwgt (mgr.14180) 1267 : cluster [DBG] pgmap v828: 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-08T18:26:06.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:06 smithi122 bash[28108]: cluster 2023-11-08T18:26:05.453895+0000 mgr.smithi019.obqwgt (mgr.14180) 1267 : cluster [DBG] pgmap v828: 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-08T18:26:08.074 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:26:08.075 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:52.871410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.mesdpf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\nDeploy daemon haproxy.nfs.foo.smithi122.mesdpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.441455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jyqoyr on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\nDeploy daemon haproxy.nfs.foo.smithi019.jyqoyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.445071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jtgcir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:26:08.815 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:08 smithi019 bash[24123]: cluster 2023-11-08T18:26:07.455040+0000 mgr.smithi019.obqwgt (mgr.14180) 1268 : cluster [DBG] pgmap v829: 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-08T18:26:08.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:26:08.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:08 smithi122 bash[28108]: cluster 2023-11-08T18:26:07.455040+0000 mgr.smithi019.obqwgt (mgr.14180) 1268 : cluster [DBG] pgmap v829: 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-08T18:26:09.818 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:26:09.832 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:09 smithi019 bash[24123]: audit 2023-11-08T18:26:08.061662+0000 mgr.smithi019.obqwgt (mgr.14180) 1269 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:09.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:09 smithi122 bash[28108]: audit 2023-11-08T18:26:08.061662+0000 mgr.smithi019.obqwgt (mgr.14180) 1269 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:10.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:10 smithi019 bash[24123]: cluster 2023-11-08T18:26:09.456163+0000 mgr.smithi019.obqwgt (mgr.14180) 1270 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:26:10.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:10 smithi122 bash[28108]: cluster 2023-11-08T18:26:09.456163+0000 mgr.smithi019.obqwgt (mgr.14180) 1270 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:26:12.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:12 smithi019 bash[24123]: cluster 2023-11-08T18:26:11.457314+0000 mgr.smithi019.obqwgt (mgr.14180) 1271 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:26:12.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:12 smithi122 bash[28108]: cluster 2023-11-08T18:26:11.457314+0000 mgr.smithi019.obqwgt (mgr.14180) 1271 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:26:13.081 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:26:13.082 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:52.871410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.mesdpf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\nDeploy daemon haproxy.nfs.foo.smithi122.mesdpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.441455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jyqoyr on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\nDeploy daemon haproxy.nfs.foo.smithi019.jyqoyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.445071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jtgcir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:26:13.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:26:14.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:14 smithi019 bash[24123]: audit 2023-11-08T18:26:13.064776+0000 mgr.smithi019.obqwgt (mgr.14180) 1272 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:14.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:14 smithi019 bash[24123]: cluster 2023-11-08T18:26:13.458185+0000 mgr.smithi019.obqwgt (mgr.14180) 1273 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:26:14.849 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:26:14.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:14 smithi122 bash[28108]: audit 2023-11-08T18:26:13.064776+0000 mgr.smithi019.obqwgt (mgr.14180) 1272 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:14.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:14 smithi122 bash[28108]: cluster 2023-11-08T18:26:13.458185+0000 mgr.smithi019.obqwgt (mgr.14180) 1273 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:26:16.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:16 smithi019 bash[24123]: cluster 2023-11-08T18:26:15.458846+0000 mgr.smithi019.obqwgt (mgr.14180) 1274 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:26:16.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:16 smithi122 bash[28108]: cluster 2023-11-08T18:26:15.458846+0000 mgr.smithi019.obqwgt (mgr.14180) 1274 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:26:18.243 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:26:18.243 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:52.871410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.mesdpf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\nDeploy daemon haproxy.nfs.foo.smithi122.mesdpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.441455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jyqoyr on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\nDeploy daemon haproxy.nfs.foo.smithi019.jyqoyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.445071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jtgcir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:26:18.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:18 smithi019 bash[24123]: cluster 2023-11-08T18:26:17.460094+0000 mgr.smithi019.obqwgt (mgr.14180) 1275 : cluster [DBG] pgmap v834: 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-08T18:26:18.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:18 smithi122 bash[28108]: cluster 2023-11-08T18:26:17.460094+0000 mgr.smithi019.obqwgt (mgr.14180) 1275 : cluster [DBG] pgmap v834: 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-08T18:26:19.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:26:19.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:19 smithi019 bash[24123]: audit 2023-11-08T18:26:18.226955+0000 mgr.smithi019.obqwgt (mgr.14180) 1276 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:19.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:19 smithi122 bash[28108]: audit 2023-11-08T18:26:18.226955+0000 mgr.smithi019.obqwgt (mgr.14180) 1276 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:20.012 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:26:20.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:20 smithi019 bash[24123]: cluster 2023-11-08T18:26:19.461244+0000 mgr.smithi019.obqwgt (mgr.14180) 1277 : 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-08T18:26:20.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:20 smithi122 bash[28108]: cluster 2023-11-08T18:26:19.461244+0000 mgr.smithi019.obqwgt (mgr.14180) 1277 : 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-08T18:26:22.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:22 smithi019 bash[24123]: cluster 2023-11-08T18:26:21.462329+0000 mgr.smithi019.obqwgt (mgr.14180) 1278 : 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-08T18:26:22.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:22 smithi122 bash[28108]: cluster 2023-11-08T18:26:21.462329+0000 mgr.smithi019.obqwgt (mgr.14180) 1278 : 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-08T18:26:22.997 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:26:22.998 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:52.871410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.mesdpf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\nDeploy daemon haproxy.nfs.foo.smithi122.mesdpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.441455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jyqoyr on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\nDeploy daemon haproxy.nfs.foo.smithi019.jyqoyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.445071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jtgcir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:26:23.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:26:24.714 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:26:24.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:24 smithi019 bash[24123]: audit 2023-11-08T18:26:22.980426+0000 mgr.smithi019.obqwgt (mgr.14180) 1279 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:24.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:24 smithi019 bash[24123]: cluster 2023-11-08T18:26:23.463487+0000 mgr.smithi019.obqwgt (mgr.14180) 1280 : 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-08T18:26:24.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:24 smithi122 bash[28108]: audit 2023-11-08T18:26:22.980426+0000 mgr.smithi019.obqwgt (mgr.14180) 1279 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:24.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:24 smithi122 bash[28108]: cluster 2023-11-08T18:26:23.463487+0000 mgr.smithi019.obqwgt (mgr.14180) 1280 : 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-08T18:26:26.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:26 smithi122 bash[28108]: cluster 2023-11-08T18:26:25.464339+0000 mgr.smithi019.obqwgt (mgr.14180) 1281 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:26:27.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:26 smithi019 bash[24123]: cluster 2023-11-08T18:26:25.464339+0000 mgr.smithi019.obqwgt (mgr.14180) 1281 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:26:27.922 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:26:27.923 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:52.871410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.mesdpf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\nDeploy daemon haproxy.nfs.foo.smithi122.mesdpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.441455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jyqoyr on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\nDeploy daemon haproxy.nfs.foo.smithi019.jyqoyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.445071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jtgcir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:26:28.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:26:28.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:28 smithi122 bash[28108]: cluster 2023-11-08T18:26:27.465318+0000 mgr.smithi019.obqwgt (mgr.14180) 1282 : cluster [DBG] pgmap v839: 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-08T18:26:29.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:28 smithi019 bash[24123]: cluster 2023-11-08T18:26:27.465318+0000 mgr.smithi019.obqwgt (mgr.14180) 1282 : cluster [DBG] pgmap v839: 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-08T18:26:29.651 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:26:29.853 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:29 smithi019 bash[24123]: audit 2023-11-08T18:26:27.906069+0000 mgr.smithi019.obqwgt (mgr.14180) 1283 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:29.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:29 smithi122 bash[28108]: audit 2023-11-08T18:26:27.906069+0000 mgr.smithi019.obqwgt (mgr.14180) 1283 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:30.903 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:30 smithi019 bash[24123]: cluster 2023-11-08T18:26:29.466317+0000 mgr.smithi019.obqwgt (mgr.14180) 1284 : 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-08T18:26:30.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:30 smithi122 bash[28108]: cluster 2023-11-08T18:26:29.466317+0000 mgr.smithi019.obqwgt (mgr.14180) 1284 : 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-08T18:26:31.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:31 smithi122 bash[28108]: cluster 2023-11-08T18:26:31.467520+0000 mgr.smithi019.obqwgt (mgr.14180) 1285 : 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-08T18:26:32.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:31 smithi019 bash[24123]: cluster 2023-11-08T18:26:31.467520+0000 mgr.smithi019.obqwgt (mgr.14180) 1285 : 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-08T18:26:32.992 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:26:32.992 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:52.871410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.mesdpf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\nDeploy daemon haproxy.nfs.foo.smithi122.mesdpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.441455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jyqoyr on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\nDeploy daemon haproxy.nfs.foo.smithi019.jyqoyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.445071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jtgcir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:26:33.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:26:34.783 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:26:34.797 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:34 smithi019 bash[24123]: audit 2023-11-08T18:26:32.972481+0000 mgr.smithi019.obqwgt (mgr.14180) 1286 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:34.797 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:34 smithi019 bash[24123]: cluster 2023-11-08T18:26:33.468242+0000 mgr.smithi019.obqwgt (mgr.14180) 1287 : 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-08T18:26:34.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:34 smithi122 bash[28108]: audit 2023-11-08T18:26:32.972481+0000 mgr.smithi019.obqwgt (mgr.14180) 1286 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:34.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:34 smithi122 bash[28108]: cluster 2023-11-08T18:26:33.468242+0000 mgr.smithi019.obqwgt (mgr.14180) 1287 : 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-08T18:26:36.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:36 smithi019 bash[24123]: cluster 2023-11-08T18:26:35.469283+0000 mgr.smithi019.obqwgt (mgr.14180) 1288 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:26:36.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:36 smithi122 bash[28108]: cluster 2023-11-08T18:26:35.469283+0000 mgr.smithi019.obqwgt (mgr.14180) 1288 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:26:38.009 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:26:38.010 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:52.871410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.mesdpf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\nDeploy daemon haproxy.nfs.foo.smithi122.mesdpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.441455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jyqoyr on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\nDeploy daemon haproxy.nfs.foo.smithi019.jyqoyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.445071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jtgcir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:26:38.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:26:38.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:38 smithi019 bash[24123]: cluster 2023-11-08T18:26:37.470732+0000 mgr.smithi019.obqwgt (mgr.14180) 1289 : cluster [DBG] pgmap v844: 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-08T18:26:38.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:38 smithi122 bash[28108]: cluster 2023-11-08T18:26:37.470732+0000 mgr.smithi019.obqwgt (mgr.14180) 1289 : cluster [DBG] pgmap v844: 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-08T18:26:39.784 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:26:39.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:39 smithi019 bash[24123]: audit 2023-11-08T18:26:37.993364+0000 mgr.smithi019.obqwgt (mgr.14180) 1290 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:39.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:39 smithi122 bash[28108]: audit 2023-11-08T18:26:37.993364+0000 mgr.smithi019.obqwgt (mgr.14180) 1290 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:40.829 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:40 smithi019 bash[24123]: cluster 2023-11-08T18:26:39.471844+0000 mgr.smithi019.obqwgt (mgr.14180) 1291 : 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-08T18:26:40.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:40 smithi122 bash[28108]: cluster 2023-11-08T18:26:39.471844+0000 mgr.smithi019.obqwgt (mgr.14180) 1291 : 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-08T18:26:42.798 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:26:42.798 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:52.871410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.mesdpf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\nDeploy daemon haproxy.nfs.foo.smithi122.mesdpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.441455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jyqoyr on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\nDeploy daemon haproxy.nfs.foo.smithi019.jyqoyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.445071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jtgcir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:26:42.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:42 smithi019 bash[24123]: cluster 2023-11-08T18:26:41.473008+0000 mgr.smithi019.obqwgt (mgr.14180) 1292 : 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-08T18:26:42.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:42 smithi122 bash[28108]: cluster 2023-11-08T18:26:41.473008+0000 mgr.smithi019.obqwgt (mgr.14180) 1292 : 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-08T18:26:43.552 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:26:44.554 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:26:44.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:44 smithi019 bash[24123]: audit 2023-11-08T18:26:42.782889+0000 mgr.smithi019.obqwgt (mgr.14180) 1293 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:44.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:44 smithi019 bash[24123]: cluster 2023-11-08T18:26:43.474377+0000 mgr.smithi019.obqwgt (mgr.14180) 1294 : 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-08T18:26:44.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:44 smithi122 bash[28108]: audit 2023-11-08T18:26:42.782889+0000 mgr.smithi019.obqwgt (mgr.14180) 1293 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:44.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:44 smithi122 bash[28108]: cluster 2023-11-08T18:26:43.474377+0000 mgr.smithi019.obqwgt (mgr.14180) 1294 : 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-08T18:26:46.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:46 smithi019 bash[24123]: cluster 2023-11-08T18:26:45.475075+0000 mgr.smithi019.obqwgt (mgr.14180) 1295 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:26:46.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:46 smithi122 bash[28108]: cluster 2023-11-08T18:26:45.475075+0000 mgr.smithi019.obqwgt (mgr.14180) 1295 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:26:47.815 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:26:47.816 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:52.871410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.mesdpf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\nDeploy daemon haproxy.nfs.foo.smithi122.mesdpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.441455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jyqoyr on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\nDeploy daemon haproxy.nfs.foo.smithi019.jyqoyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.445071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jtgcir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:26:48.577 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:26:48.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:48 smithi019 bash[24123]: cluster 2023-11-08T18:26:47.476583+0000 mgr.smithi019.obqwgt (mgr.14180) 1296 : cluster [DBG] pgmap v849: 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-08T18:26:48.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:48 smithi122 bash[28108]: cluster 2023-11-08T18:26:47.476583+0000 mgr.smithi019.obqwgt (mgr.14180) 1296 : cluster [DBG] pgmap v849: 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-08T18:26:49.578 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:26:49.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:49 smithi019 bash[24123]: audit 2023-11-08T18:26:47.804205+0000 mgr.smithi019.obqwgt (mgr.14180) 1297 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:49.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:49 smithi122 bash[28108]: audit 2023-11-08T18:26:47.804205+0000 mgr.smithi019.obqwgt (mgr.14180) 1297 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:50.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:50 smithi019 bash[24123]: cluster 2023-11-08T18:26:49.477761+0000 mgr.smithi019.obqwgt (mgr.14180) 1298 : 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-08T18:26:50.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:50 smithi122 bash[28108]: cluster 2023-11-08T18:26:49.477761+0000 mgr.smithi019.obqwgt (mgr.14180) 1298 : 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-08T18:26:52.831 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:26:52.831 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:52.871410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.mesdpf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\nDeploy daemon haproxy.nfs.foo.smithi122.mesdpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.441455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jyqoyr on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\nDeploy daemon haproxy.nfs.foo.smithi019.jyqoyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.445071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jtgcir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:26:52.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:52 smithi019 bash[24123]: cluster 2023-11-08T18:26:51.478967+0000 mgr.smithi019.obqwgt (mgr.14180) 1299 : 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-08T18:26:52.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:52 smithi122 bash[28108]: cluster 2023-11-08T18:26:51.478967+0000 mgr.smithi019.obqwgt (mgr.14180) 1299 : 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-08T18:26:53.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:26:54.586 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:26:54.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:54 smithi122 bash[28108]: audit 2023-11-08T18:26:52.819543+0000 mgr.smithi019.obqwgt (mgr.14180) 1300 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:54.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:54 smithi122 bash[28108]: cluster 2023-11-08T18:26:53.480283+0000 mgr.smithi019.obqwgt (mgr.14180) 1301 : 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-08T18:26:55.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:54 smithi019 bash[24123]: audit 2023-11-08T18:26:52.819543+0000 mgr.smithi019.obqwgt (mgr.14180) 1300 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:55.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:54 smithi019 bash[24123]: cluster 2023-11-08T18:26:53.480283+0000 mgr.smithi019.obqwgt (mgr.14180) 1301 : 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-08T18:26:56.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:56 smithi019 bash[24123]: cluster 2023-11-08T18:26:55.481237+0000 mgr.smithi019.obqwgt (mgr.14180) 1302 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:26:56.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:56 smithi122 bash[28108]: cluster 2023-11-08T18:26:55.481237+0000 mgr.smithi019.obqwgt (mgr.14180) 1302 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:26:57.772 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:26:57.772 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:24:48.655977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zhddsl on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:52.871410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.mesdpf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\nDeploy daemon haproxy.nfs.foo.smithi122.mesdpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.441455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jyqoyr on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\nDeploy daemon haproxy.nfs.foo.smithi019.jyqoyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.445071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jtgcir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:26:57.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:57 smithi122 bash[28108]: audit 2023-11-08T18:26:57.452583+0000 mon.smithi019 (mon.0) 984 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:26:57.982 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:57 smithi019 bash[24123]: audit 2023-11-08T18:26:57.452583+0000 mon.smithi019 (mon.0) 984 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:26:58.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:26:58.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:58 smithi019 bash[24123]: cluster 2023-11-08T18:26:57.482596+0000 mgr.smithi019.obqwgt (mgr.14180) 1303 : cluster [DBG] pgmap v854: 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-08T18:26:58.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:58 smithi019 bash[24123]: audit 2023-11-08T18:26:57.749281+0000 mgr.smithi019.obqwgt (mgr.14180) 1304 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:58.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:58 smithi019 bash[24123]: audit 2023-11-08T18:26:57.758244+0000 mon.smithi019 (mon.0) 985 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:26:58.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:58 smithi019 bash[24123]: audit 2023-11-08T18:26:57.766873+0000 mon.smithi019 (mon.0) 986 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:26:58.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:58 smithi019 bash[24123]: audit 2023-11-08T18:26:57.775088+0000 mon.smithi019 (mon.0) 987 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:26:58.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:58 smithi019 bash[24123]: cluster 2023-11-08T18:26:57.775952+0000 mgr.smithi019.obqwgt (mgr.14180) 1305 : cluster [DBG] pgmap v855: 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-08T18:26:58.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:58 smithi019 bash[24123]: audit 2023-11-08T18:26:57.784092+0000 mon.smithi019 (mon.0) 988 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:26:58.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:58 smithi019 bash[24123]: audit 2023-11-08T18:26:57.797551+0000 mon.smithi019 (mon.0) 989 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:26:58.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:58 smithi019 bash[24123]: cephadm 2023-11-08T18:26:57.800818+0000 mgr.smithi019.obqwgt (mgr.14180) 1306 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.kgakpc on smithi122 2023-11-08T18:26:58.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:58 smithi122 bash[28108]: cluster 2023-11-08T18:26:57.482596+0000 mgr.smithi019.obqwgt (mgr.14180) 1303 : cluster [DBG] pgmap v854: 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-08T18:26:58.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:58 smithi122 bash[28108]: audit 2023-11-08T18:26:57.749281+0000 mgr.smithi019.obqwgt (mgr.14180) 1304 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:26:58.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:58 smithi122 bash[28108]: audit 2023-11-08T18:26:57.758244+0000 mon.smithi019 (mon.0) 985 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:26:58.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:58 smithi122 bash[28108]: audit 2023-11-08T18:26:57.766873+0000 mon.smithi019 (mon.0) 986 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:26:58.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:58 smithi122 bash[28108]: audit 2023-11-08T18:26:57.775088+0000 mon.smithi019 (mon.0) 987 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:26:58.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:58 smithi122 bash[28108]: cluster 2023-11-08T18:26:57.775952+0000 mgr.smithi019.obqwgt (mgr.14180) 1305 : cluster [DBG] pgmap v855: 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-08T18:26:58.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:58 smithi122 bash[28108]: audit 2023-11-08T18:26:57.784092+0000 mon.smithi019 (mon.0) 988 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:26:58.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:58 smithi122 bash[28108]: audit 2023-11-08T18:26:57.797551+0000 mon.smithi019 (mon.0) 989 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:26:58.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:58 smithi122 bash[28108]: cephadm 2023-11-08T18:26:57.800818+0000 mgr.smithi019.obqwgt (mgr.14180) 1306 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.kgakpc on smithi122 2023-11-08T18:26:59.546 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:26:59.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:59 smithi019 bash[24123]: cluster 2023-11-08T18:26:58.772344+0000 mon.smithi019 (mon.0) 990 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:26:59.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:59 smithi019 bash[24123]: cluster 2023-11-08T18:26:58.772403+0000 mon.smithi019 (mon.0) 991 : cluster [INF] Cluster is now healthy 2023-11-08T18:26:59.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:26:59 smithi019 bash[24123]: audit 2023-11-08T18:26:59.439139+0000 mon.smithi019 (mon.0) 992 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:26:59.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:59 smithi122 bash[28108]: cluster 2023-11-08T18:26:58.772344+0000 mon.smithi019 (mon.0) 990 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:26:59.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:59 smithi122 bash[28108]: cluster 2023-11-08T18:26:58.772403+0000 mon.smithi019 (mon.0) 991 : cluster [INF] Cluster is now healthy 2023-11-08T18:26:59.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:26:59 smithi122 bash[28108]: audit 2023-11-08T18:26:59.439139+0000 mon.smithi019 (mon.0) 992 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:27:00.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:00 smithi122 bash[28108]: cluster 2023-11-08T18:26:59.776694+0000 mgr.smithi019.obqwgt (mgr.14180) 1307 : cluster [DBG] pgmap v856: 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-08T18:27:01.008 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:00 smithi019 bash[24123]: cluster 2023-11-08T18:26:59.776694+0000 mgr.smithi019.obqwgt (mgr.14180) 1307 : cluster [DBG] pgmap v856: 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-08T18:27:01.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:01 smithi122 bash[28108]: audit 2023-11-08T18:27:01.749157+0000 mon.smithi019 (mon.0) 993 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.kgakpc"}]: dispatch 2023-11-08T18:27:02.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:01 smithi019 bash[24123]: audit 2023-11-08T18:27:01.749157+0000 mon.smithi019 (mon.0) 993 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.kgakpc"}]: dispatch 2023-11-08T18:27:02.824 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:27:02.825 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:25:52.871410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.mesdpf on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-mesdpf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.mesdpf\nDeploy daemon haproxy.nfs.foo.smithi122.mesdpf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.441455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.jyqoyr on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-jyqoyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.jyqoyr\nDeploy daemon haproxy.nfs.foo.smithi019.jyqoyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:25:57.445071Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.jtgcir on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:01.750269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.kgakpc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\nDeploy daemon haproxy.nfs.foo.smithi122.kgakpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:27:03.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: cephadm 2023-11-08T18:27:01.747993+0000 mgr.smithi019.obqwgt (mgr.14180) 1308 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc 2023-11-08T18:27:03.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:27:03.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc 2023-11-08T18:27:03.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc 2023-11-08T18:27:03.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:27:03.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc 2023-11-08T18:27:03.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.kgakpc ... 2023-11-08T18:27:03.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:03.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:27:03.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:27:03.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:27:03.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:03.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:27:03.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:27:03.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:27:03.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:27:03.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:27:03.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc 2023-11-08T18:27:03.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:27:03.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc 2023-11-08T18:27:03.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc 2023-11-08T18:27:03.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:27:03.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc 2023-11-08T18:27:03.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.kgakpc ... 2023-11-08T18:27:03.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:03.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:27:03.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:27:03.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:27:03.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:03.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: cephadm 2023-11-08T18:27:01.748510+0000 mgr.smithi019.obqwgt (mgr.14180) 1309 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.kgakpc 2023-11-08T18:27:03.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: cephadm 2023-11-08T18:27:01.750464+0000 mgr.smithi019.obqwgt (mgr.14180) 1310 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.kgakpc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc 2023-11-08T18:27:03.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:27:03.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc 2023-11-08T18:27:03.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc 2023-11-08T18:27:03.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:27:03.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc 2023-11-08T18:27:03.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.kgakpc ... 2023-11-08T18:27:03.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:03.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:27:03.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:27:03.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:27:03.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:03.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: cephadm 2023-11-08T18:27:01.754411+0000 mgr.smithi019.obqwgt (mgr.14180) 1311 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.asmxfo on smithi019 2023-11-08T18:27:03.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:02 smithi122 bash[28108]: cluster 2023-11-08T18:27:01.777739+0000 mgr.smithi019.obqwgt (mgr.14180) 1312 : cluster [DBG] pgmap v857: 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-08T18:27:03.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: cephadm 2023-11-08T18:27:01.747993+0000 mgr.smithi019.obqwgt (mgr.14180) 1308 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc 2023-11-08T18:27:03.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:27:03.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc 2023-11-08T18:27:03.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc 2023-11-08T18:27:03.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:27:03.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc 2023-11-08T18:27:03.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.kgakpc ... 2023-11-08T18:27:03.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:03.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:27:03.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:27:03.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:27:03.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:03.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:27:03.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:27:03.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:27:03.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:27:03.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:27:03.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc 2023-11-08T18:27:03.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:27:03.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc 2023-11-08T18:27:03.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc 2023-11-08T18:27:03.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:27:03.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc 2023-11-08T18:27:03.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.kgakpc ... 2023-11-08T18:27:03.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:03.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:27:03.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:27:03.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:27:03.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:03.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: cephadm 2023-11-08T18:27:01.748510+0000 mgr.smithi019.obqwgt (mgr.14180) 1309 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.kgakpc 2023-11-08T18:27:03.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: cephadm 2023-11-08T18:27:01.750464+0000 mgr.smithi019.obqwgt (mgr.14180) 1310 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.kgakpc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc 2023-11-08T18:27:03.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:27:03.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc 2023-11-08T18:27:03.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc 2023-11-08T18:27:03.349 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:27:03.349 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc 2023-11-08T18:27:03.349 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.kgakpc ... 2023-11-08T18:27:03.349 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:03.349 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:27:03.350 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:27:03.350 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:27:03.350 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:03.350 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: cephadm 2023-11-08T18:27:01.754411+0000 mgr.smithi019.obqwgt (mgr.14180) 1311 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.asmxfo on smithi019 2023-11-08T18:27:03.350 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:02 smithi019 bash[24123]: cluster 2023-11-08T18:27:01.777739+0000 mgr.smithi019.obqwgt (mgr.14180) 1312 : cluster [DBG] pgmap v857: 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-08T18:27:03.600 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:27:04.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:03 smithi122 bash[28108]: audit 2023-11-08T18:27:02.808696+0000 mgr.smithi019.obqwgt (mgr.14180) 1313 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:04.340 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:03 smithi019 bash[24123]: audit 2023-11-08T18:27:02.808696+0000 mgr.smithi019.obqwgt (mgr.14180) 1313 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:04.601 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:27:05.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:04 smithi019 bash[24123]: cluster 2023-11-08T18:27:03.778854+0000 mgr.smithi019.obqwgt (mgr.14180) 1314 : cluster [DBG] pgmap v858: 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-08T18:27:05.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:04 smithi122 bash[28108]: cluster 2023-11-08T18:27:03.778854+0000 mgr.smithi019.obqwgt (mgr.14180) 1314 : cluster [DBG] pgmap v858: 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-08T18:27:07.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: cluster 2023-11-08T18:27:05.779399+0000 mgr.smithi019.obqwgt (mgr.14180) 1315 : 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-08T18:27:07.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: cephadm 2023-11-08T18:27:05.881939+0000 mgr.smithi019.obqwgt (mgr.14180) 1316 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo 2023-11-08T18:27:07.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:27:07.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo 2023-11-08T18:27:07.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo 2023-11-08T18:27:07.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:27:07.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo 2023-11-08T18:27:07.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.asmxfo ... 2023-11-08T18:27:07.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:07.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:27:07.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:27:07.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:27:07.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:07.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:27:07.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:27:07.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:27:07.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:27:07.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:27:07.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo 2023-11-08T18:27:07.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:27:07.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo 2023-11-08T18:27:07.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo 2023-11-08T18:27:07.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:27:07.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo 2023-11-08T18:27:07.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.asmxfo ... 2023-11-08T18:27:07.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:07.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:27:07.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:27:07.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:27:07.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:07.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: cephadm 2023-11-08T18:27:05.882448+0000 mgr.smithi019.obqwgt (mgr.14180) 1317 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.asmxfo 2023-11-08T18:27:07.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: audit 2023-11-08T18:27:05.883018+0000 mon.smithi019 (mon.0) 994 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.asmxfo"}]: dispatch 2023-11-08T18:27:07.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: cephadm 2023-11-08T18:27:05.884291+0000 mgr.smithi019.obqwgt (mgr.14180) 1318 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.asmxfo on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo 2023-11-08T18:27:07.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:27:07.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo 2023-11-08T18:27:07.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo 2023-11-08T18:27:07.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:27:07.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo 2023-11-08T18:27:07.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.asmxfo ... 2023-11-08T18:27:07.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:07.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:27:07.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:27:07.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:27:07.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:07.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: cephadm 2023-11-08T18:27:05.887493+0000 mgr.smithi019.obqwgt (mgr.14180) 1319 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.tlnydg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:27:07.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: cephadm 2023-11-08T18:27:05.889603+0000 mgr.smithi019.obqwgt (mgr.14180) 1320 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:27:07.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:06 smithi122 bash[28108]: cluster 2023-11-08T18:27:05.890718+0000 mgr.smithi019.obqwgt (mgr.14180) 1321 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:27:07.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: cluster 2023-11-08T18:27:05.779399+0000 mgr.smithi019.obqwgt (mgr.14180) 1315 : 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-08T18:27:07.341 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: cephadm 2023-11-08T18:27:05.881939+0000 mgr.smithi019.obqwgt (mgr.14180) 1316 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo 2023-11-08T18:27:07.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:27:07.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo 2023-11-08T18:27:07.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo 2023-11-08T18:27:07.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:27:07.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo 2023-11-08T18:27:07.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.asmxfo ... 2023-11-08T18:27:07.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:07.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:27:07.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:27:07.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:27:07.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:07.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:27:07.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:27:07.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:27:07.344 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:27:07.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:27:07.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo 2023-11-08T18:27:07.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:27:07.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo 2023-11-08T18:27:07.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo 2023-11-08T18:27:07.345 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:27:07.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo 2023-11-08T18:27:07.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.asmxfo ... 2023-11-08T18:27:07.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:07.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:27:07.346 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:27:07.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:27:07.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:07.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: cephadm 2023-11-08T18:27:05.882448+0000 mgr.smithi019.obqwgt (mgr.14180) 1317 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.asmxfo 2023-11-08T18:27:07.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: audit 2023-11-08T18:27:05.883018+0000 mon.smithi019 (mon.0) 994 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.asmxfo"}]: dispatch 2023-11-08T18:27:07.347 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: cephadm 2023-11-08T18:27:05.884291+0000 mgr.smithi019.obqwgt (mgr.14180) 1318 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.asmxfo on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo 2023-11-08T18:27:07.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:27:07.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo 2023-11-08T18:27:07.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo 2023-11-08T18:27:07.348 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:27:07.349 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo 2023-11-08T18:27:07.349 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.asmxfo ... 2023-11-08T18:27:07.349 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:07.350 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:27:07.350 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:27:07.350 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:27:07.350 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:27:07.350 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: cephadm 2023-11-08T18:27:05.887493+0000 mgr.smithi019.obqwgt (mgr.14180) 1319 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.tlnydg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:27:07.351 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: cephadm 2023-11-08T18:27:05.889603+0000 mgr.smithi019.obqwgt (mgr.14180) 1320 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:27:07.351 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:06 smithi019 bash[24123]: cluster 2023-11-08T18:27:05.890718+0000 mgr.smithi019.obqwgt (mgr.14180) 1321 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:27:08.100 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:27:08.100 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:01.750269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.kgakpc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\nDeploy daemon haproxy.nfs.foo.smithi122.kgakpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.884106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.asmxfo on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\nDeploy daemon haproxy.nfs.foo.smithi019.asmxfo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.887365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.tlnydg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:27:08.155 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:07 smithi019 bash[24123]: cluster 2023-11-08T18:27:06.870789+0000 mon.smithi019 (mon.0) 995 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:27:08.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:07 smithi122 bash[28108]: cluster 2023-11-08T18:27:06.870789+0000 mon.smithi019 (mon.0) 995 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:27:08.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:27:09.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:08 smithi122 bash[28108]: cluster 2023-11-08T18:27:07.891451+0000 mgr.smithi019.obqwgt (mgr.14180) 1322 : cluster [DBG] pgmap v861: 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-08T18:27:09.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:08 smithi122 bash[28108]: audit 2023-11-08T18:27:08.084728+0000 mgr.smithi019.obqwgt (mgr.14180) 1323 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:09.342 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:08 smithi019 bash[24123]: cluster 2023-11-08T18:27:07.891451+0000 mgr.smithi019.obqwgt (mgr.14180) 1322 : cluster [DBG] pgmap v861: 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-08T18:27:09.343 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:08 smithi019 bash[24123]: audit 2023-11-08T18:27:08.084728+0000 mgr.smithi019.obqwgt (mgr.14180) 1323 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:09.881 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:27:10.340 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:10 smithi019 bash[24123]: audit 2023-11-08T18:27:09.172268+0000 mon.smithi019 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:27:10.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:10 smithi122 bash[28108]: audit 2023-11-08T18:27:09.172268+0000 mon.smithi019 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:27:11.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:11 smithi122 bash[28108]: cluster 2023-11-08T18:27:09.892007+0000 mgr.smithi019.obqwgt (mgr.14180) 1324 : cluster [DBG] pgmap v862: 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-08T18:27:11.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:11 smithi019 bash[24123]: cluster 2023-11-08T18:27:09.892007+0000 mgr.smithi019.obqwgt (mgr.14180) 1324 : cluster [DBG] pgmap v862: 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-08T18:27:12.968 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:27:12.968 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:01.750269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.kgakpc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\nDeploy daemon haproxy.nfs.foo.smithi122.kgakpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.884106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.asmxfo on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\nDeploy daemon haproxy.nfs.foo.smithi019.asmxfo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.887365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.tlnydg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:27:13.340 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:13 smithi019 bash[24123]: cluster 2023-11-08T18:27:11.893032+0000 mgr.smithi019.obqwgt (mgr.14180) 1325 : cluster [DBG] pgmap v863: 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-08T18:27:13.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:13 smithi122 bash[28108]: cluster 2023-11-08T18:27:11.893032+0000 mgr.smithi019.obqwgt (mgr.14180) 1325 : cluster [DBG] pgmap v863: 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-08T18:27:13.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:27:14.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:14 smithi122 bash[28108]: audit 2023-11-08T18:27:12.952618+0000 mgr.smithi019.obqwgt (mgr.14180) 1326 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:14.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:14 smithi019 bash[24123]: audit 2023-11-08T18:27:12.952618+0000 mgr.smithi019.obqwgt (mgr.14180) 1326 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:14.761 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:27:15.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:15 smithi122 bash[28108]: cluster 2023-11-08T18:27:13.894335+0000 mgr.smithi019.obqwgt (mgr.14180) 1327 : cluster [DBG] pgmap v864: 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-08T18:27:15.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:15 smithi122 bash[28108]: audit 2023-11-08T18:27:14.438759+0000 mon.smithi019 (mon.0) 997 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:27:15.823 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:15 smithi019 bash[24123]: cluster 2023-11-08T18:27:13.894335+0000 mgr.smithi019.obqwgt (mgr.14180) 1327 : cluster [DBG] pgmap v864: 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-08T18:27:15.823 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:15 smithi019 bash[24123]: audit 2023-11-08T18:27:14.438759+0000 mon.smithi019 (mon.0) 997 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:27:17.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:17 smithi122 bash[28108]: cluster 2023-11-08T18:27:15.895287+0000 mgr.smithi019.obqwgt (mgr.14180) 1328 : cluster [DBG] pgmap v865: 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-08T18:27:17.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:17 smithi019 bash[24123]: cluster 2023-11-08T18:27:15.895287+0000 mgr.smithi019.obqwgt (mgr.14180) 1328 : cluster [DBG] pgmap v865: 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-08T18:27:17.998 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:27:17.998 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:01.750269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.kgakpc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\nDeploy daemon haproxy.nfs.foo.smithi122.kgakpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.884106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.asmxfo on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\nDeploy daemon haproxy.nfs.foo.smithi019.asmxfo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.887365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.tlnydg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:27:18.795 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:27:19.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:19 smithi122 bash[28108]: cluster 2023-11-08T18:27:17.896701+0000 mgr.smithi019.obqwgt (mgr.14180) 1329 : cluster [DBG] pgmap v866: 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-08T18:27:19.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:19 smithi122 bash[28108]: audit 2023-11-08T18:27:17.980207+0000 mgr.smithi019.obqwgt (mgr.14180) 1330 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:19.796 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:27:19.809 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:19 smithi019 bash[24123]: cluster 2023-11-08T18:27:17.896701+0000 mgr.smithi019.obqwgt (mgr.14180) 1329 : cluster [DBG] pgmap v866: 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-08T18:27:19.809 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:19 smithi019 bash[24123]: audit 2023-11-08T18:27:17.980207+0000 mgr.smithi019.obqwgt (mgr.14180) 1330 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:21.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:21 smithi019 bash[24123]: cluster 2023-11-08T18:27:19.897728+0000 mgr.smithi019.obqwgt (mgr.14180) 1331 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:27:21.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:21 smithi122 bash[28108]: cluster 2023-11-08T18:27:19.897728+0000 mgr.smithi019.obqwgt (mgr.14180) 1331 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:27:23.188 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:27:23.189 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:01.750269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.kgakpc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\nDeploy daemon haproxy.nfs.foo.smithi122.kgakpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.884106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.asmxfo on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\nDeploy daemon haproxy.nfs.foo.smithi019.asmxfo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.887365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.tlnydg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:27:23.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:23 smithi019 bash[24123]: cluster 2023-11-08T18:27:21.898675+0000 mgr.smithi019.obqwgt (mgr.14180) 1332 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:27:23.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:23 smithi122 bash[28108]: cluster 2023-11-08T18:27:21.898675+0000 mgr.smithi019.obqwgt (mgr.14180) 1332 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:27:24.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:27:24.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:24 smithi019 bash[24123]: audit 2023-11-08T18:27:23.170658+0000 mgr.smithi019.obqwgt (mgr.14180) 1333 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:24.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:24 smithi122 bash[28108]: audit 2023-11-08T18:27:23.170658+0000 mgr.smithi019.obqwgt (mgr.14180) 1333 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:25.011 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:27:25.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:25 smithi019 bash[24123]: cluster 2023-11-08T18:27:23.899334+0000 mgr.smithi019.obqwgt (mgr.14180) 1334 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:27:25.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:25 smithi122 bash[28108]: cluster 2023-11-08T18:27:23.899334+0000 mgr.smithi019.obqwgt (mgr.14180) 1334 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:27:27.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:27 smithi019 bash[24123]: cluster 2023-11-08T18:27:25.900337+0000 mgr.smithi019.obqwgt (mgr.14180) 1335 : 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-08T18:27:27.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:27 smithi122 bash[28108]: cluster 2023-11-08T18:27:25.900337+0000 mgr.smithi019.obqwgt (mgr.14180) 1335 : 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-08T18:27:28.326 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:27:28.327 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:01.750269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.kgakpc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\nDeploy daemon haproxy.nfs.foo.smithi122.kgakpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.884106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.asmxfo on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\nDeploy daemon haproxy.nfs.foo.smithi019.asmxfo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.887365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.tlnydg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:27:29.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:27:29.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:29 smithi019 bash[24123]: cluster 2023-11-08T18:27:27.901680+0000 mgr.smithi019.obqwgt (mgr.14180) 1336 : cluster [DBG] pgmap v871: 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-08T18:27:29.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:29 smithi019 bash[24123]: audit 2023-11-08T18:27:28.310167+0000 mgr.smithi019.obqwgt (mgr.14180) 1337 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:29.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:29 smithi122 bash[28108]: cluster 2023-11-08T18:27:27.901680+0000 mgr.smithi019.obqwgt (mgr.14180) 1336 : cluster [DBG] pgmap v871: 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-08T18:27:29.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:29 smithi122 bash[28108]: audit 2023-11-08T18:27:28.310167+0000 mgr.smithi019.obqwgt (mgr.14180) 1337 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:30.040 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:27:31.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:31 smithi019 bash[24123]: cluster 2023-11-08T18:27:29.902709+0000 mgr.smithi019.obqwgt (mgr.14180) 1338 : 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-08T18:27:31.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:31 smithi122 bash[28108]: cluster 2023-11-08T18:27:29.902709+0000 mgr.smithi019.obqwgt (mgr.14180) 1338 : 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-08T18:27:33.279 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:27:33.280 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:01.750269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.kgakpc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\nDeploy daemon haproxy.nfs.foo.smithi122.kgakpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.884106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.asmxfo on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\nDeploy daemon haproxy.nfs.foo.smithi019.asmxfo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.887365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.tlnydg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:27:33.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:33 smithi019 bash[24123]: cluster 2023-11-08T18:27:31.903667+0000 mgr.smithi019.obqwgt (mgr.14180) 1339 : 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-08T18:27:33.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:33 smithi122 bash[28108]: cluster 2023-11-08T18:27:31.903667+0000 mgr.smithi019.obqwgt (mgr.14180) 1339 : 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-08T18:27:34.053 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:27:34.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:34 smithi019 bash[24123]: audit 2023-11-08T18:27:33.268399+0000 mgr.smithi019.obqwgt (mgr.14180) 1340 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:34.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:34 smithi122 bash[28108]: audit 2023-11-08T18:27:33.268399+0000 mgr.smithi019.obqwgt (mgr.14180) 1340 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:35.054 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:27:35.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:35 smithi019 bash[24123]: cluster 2023-11-08T18:27:33.904941+0000 mgr.smithi019.obqwgt (mgr.14180) 1341 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:27:35.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:35 smithi122 bash[28108]: cluster 2023-11-08T18:27:33.904941+0000 mgr.smithi019.obqwgt (mgr.14180) 1341 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:27:37.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:37 smithi019 bash[24123]: cluster 2023-11-08T18:27:35.905978+0000 mgr.smithi019.obqwgt (mgr.14180) 1342 : 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-08T18:27:37.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:37 smithi122 bash[28108]: cluster 2023-11-08T18:27:35.905978+0000 mgr.smithi019.obqwgt (mgr.14180) 1342 : 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-08T18:27:38.366 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:27:38.366 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:01.750269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.kgakpc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\nDeploy daemon haproxy.nfs.foo.smithi122.kgakpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.884106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.asmxfo on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\nDeploy daemon haproxy.nfs.foo.smithi019.asmxfo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.887365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.tlnydg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:27:39.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:27:39.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:39 smithi019 bash[24123]: cluster 2023-11-08T18:27:37.907140+0000 mgr.smithi019.obqwgt (mgr.14180) 1343 : cluster [DBG] pgmap v876: 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-08T18:27:39.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:39 smithi019 bash[24123]: audit 2023-11-08T18:27:38.350451+0000 mgr.smithi019.obqwgt (mgr.14180) 1344 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:39.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:39 smithi122 bash[28108]: cluster 2023-11-08T18:27:37.907140+0000 mgr.smithi019.obqwgt (mgr.14180) 1343 : cluster [DBG] pgmap v876: 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-08T18:27:39.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:39 smithi122 bash[28108]: audit 2023-11-08T18:27:38.350451+0000 mgr.smithi019.obqwgt (mgr.14180) 1344 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:40.116 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:27:41.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:41 smithi019 bash[24123]: cluster 2023-11-08T18:27:39.908265+0000 mgr.smithi019.obqwgt (mgr.14180) 1345 : 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-08T18:27:41.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:41 smithi122 bash[28108]: cluster 2023-11-08T18:27:39.908265+0000 mgr.smithi019.obqwgt (mgr.14180) 1345 : 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-08T18:27:43.214 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:27:43.214 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:01.750269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.kgakpc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\nDeploy daemon haproxy.nfs.foo.smithi122.kgakpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.884106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.asmxfo on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\nDeploy daemon haproxy.nfs.foo.smithi019.asmxfo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.887365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.tlnydg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:27:43.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:43 smithi019 bash[24123]: cluster 2023-11-08T18:27:41.909655+0000 mgr.smithi019.obqwgt (mgr.14180) 1346 : 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-08T18:27:43.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:27:43.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:43 smithi122 bash[28108]: cluster 2023-11-08T18:27:41.909655+0000 mgr.smithi019.obqwgt (mgr.14180) 1346 : 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-08T18:27:44.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:44 smithi019 bash[24123]: audit 2023-11-08T18:27:43.197606+0000 mgr.smithi019.obqwgt (mgr.14180) 1347 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:44.941 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:27:44.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:44 smithi122 bash[28108]: audit 2023-11-08T18:27:43.197606+0000 mgr.smithi019.obqwgt (mgr.14180) 1347 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:45.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:45 smithi019 bash[24123]: cluster 2023-11-08T18:27:43.910580+0000 mgr.smithi019.obqwgt (mgr.14180) 1348 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:27:45.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:45 smithi122 bash[28108]: cluster 2023-11-08T18:27:43.910580+0000 mgr.smithi019.obqwgt (mgr.14180) 1348 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:27:47.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:47 smithi019 bash[24123]: cluster 2023-11-08T18:27:45.911545+0000 mgr.smithi019.obqwgt (mgr.14180) 1349 : 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-08T18:27:47.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:47 smithi122 bash[28108]: cluster 2023-11-08T18:27:45.911545+0000 mgr.smithi019.obqwgt (mgr.14180) 1349 : 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-08T18:27:48.045 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:27:48.046 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:01.750269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.kgakpc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\nDeploy daemon haproxy.nfs.foo.smithi122.kgakpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.884106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.asmxfo on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\nDeploy daemon haproxy.nfs.foo.smithi019.asmxfo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.887365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.tlnydg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:27:48.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:27:49.787 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:27:49.798 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:49 smithi019 bash[24123]: cluster 2023-11-08T18:27:47.913152+0000 mgr.smithi019.obqwgt (mgr.14180) 1350 : cluster [DBG] pgmap v881: 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-08T18:27:49.799 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:49 smithi019 bash[24123]: audit 2023-11-08T18:27:48.034847+0000 mgr.smithi019.obqwgt (mgr.14180) 1351 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:49.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:49 smithi122 bash[28108]: cluster 2023-11-08T18:27:47.913152+0000 mgr.smithi019.obqwgt (mgr.14180) 1350 : cluster [DBG] pgmap v881: 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-08T18:27:49.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:49 smithi122 bash[28108]: audit 2023-11-08T18:27:48.034847+0000 mgr.smithi019.obqwgt (mgr.14180) 1351 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:51.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:51 smithi019 bash[24123]: cluster 2023-11-08T18:27:49.913880+0000 mgr.smithi019.obqwgt (mgr.14180) 1352 : 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-08T18:27:51.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:51 smithi122 bash[28108]: cluster 2023-11-08T18:27:49.913880+0000 mgr.smithi019.obqwgt (mgr.14180) 1352 : 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-08T18:27:53.090 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:27:53.090 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:01.750269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.kgakpc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\nDeploy daemon haproxy.nfs.foo.smithi122.kgakpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.884106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.asmxfo on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\nDeploy daemon haproxy.nfs.foo.smithi019.asmxfo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.887365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.tlnydg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:27:53.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:53 smithi019 bash[24123]: cluster 2023-11-08T18:27:51.915289+0000 mgr.smithi019.obqwgt (mgr.14180) 1353 : 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-08T18:27:53.855 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:27:53.990 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:53 smithi122 bash[28108]: cluster 2023-11-08T18:27:51.915289+0000 mgr.smithi019.obqwgt (mgr.14180) 1353 : 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-08T18:27:54.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:54 smithi019 bash[24123]: audit 2023-11-08T18:27:53.074008+0000 mgr.smithi019.obqwgt (mgr.14180) 1354 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:54.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:54 smithi122 bash[28108]: audit 2023-11-08T18:27:53.074008+0000 mgr.smithi019.obqwgt (mgr.14180) 1354 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:54.991 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:27:55.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:55 smithi019 bash[24123]: cluster 2023-11-08T18:27:53.916590+0000 mgr.smithi019.obqwgt (mgr.14180) 1355 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:27:55.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:55 smithi122 bash[28108]: cluster 2023-11-08T18:27:53.916590+0000 mgr.smithi019.obqwgt (mgr.14180) 1355 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:27:57.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:57 smithi019 bash[24123]: cluster 2023-11-08T18:27:55.917526+0000 mgr.smithi019.obqwgt (mgr.14180) 1356 : 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-08T18:27:57.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:57 smithi122 bash[28108]: cluster 2023-11-08T18:27:55.917526+0000 mgr.smithi019.obqwgt (mgr.14180) 1356 : 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-08T18:27:58.181 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:27:58.182 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:01.750269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.kgakpc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\nDeploy daemon haproxy.nfs.foo.smithi122.kgakpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.884106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.asmxfo on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\nDeploy daemon haproxy.nfs.foo.smithi019.asmxfo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.887365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.tlnydg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:27:59.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:27:59.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:59 smithi019 bash[24123]: cluster 2023-11-08T18:27:57.919013+0000 mgr.smithi019.obqwgt (mgr.14180) 1357 : cluster [DBG] pgmap v886: 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-08T18:27:59.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:27:59 smithi019 bash[24123]: audit 2023-11-08T18:27:58.166051+0000 mgr.smithi019.obqwgt (mgr.14180) 1358 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:27:59.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:59 smithi122 bash[28108]: cluster 2023-11-08T18:27:57.919013+0000 mgr.smithi019.obqwgt (mgr.14180) 1357 : cluster [DBG] pgmap v886: 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-08T18:27:59.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:27:59 smithi122 bash[28108]: audit 2023-11-08T18:27:58.166051+0000 mgr.smithi019.obqwgt (mgr.14180) 1358 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:00.009 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:28:01.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:01 smithi019 bash[24123]: cluster 2023-11-08T18:27:59.920046+0000 mgr.smithi019.obqwgt (mgr.14180) 1359 : 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-08T18:28:01.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:01 smithi122 bash[28108]: cluster 2023-11-08T18:27:59.920046+0000 mgr.smithi019.obqwgt (mgr.14180) 1359 : 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-08T18:28:03.229 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:28:03.229 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:01.750269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.kgakpc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\nDeploy daemon haproxy.nfs.foo.smithi122.kgakpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.884106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.asmxfo on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\nDeploy daemon haproxy.nfs.foo.smithi019.asmxfo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.887365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.tlnydg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:28:03.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:03 smithi019 bash[24123]: cluster 2023-11-08T18:28:01.921290+0000 mgr.smithi019.obqwgt (mgr.14180) 1360 : 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-08T18:28:03.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:03 smithi122 bash[28108]: cluster 2023-11-08T18:28:01.921290+0000 mgr.smithi019.obqwgt (mgr.14180) 1360 : 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-08T18:28:04.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:28:04.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:04 smithi122 bash[28108]: audit 2023-11-08T18:28:03.210975+0000 mgr.smithi019.obqwgt (mgr.14180) 1361 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:05.021 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:28:05.035 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:04 smithi019 bash[24123]: audit 2023-11-08T18:28:03.210975+0000 mgr.smithi019.obqwgt (mgr.14180) 1361 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:05.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:05 smithi122 bash[28108]: cluster 2023-11-08T18:28:03.922425+0000 mgr.smithi019.obqwgt (mgr.14180) 1362 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:28:06.074 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:05 smithi019 bash[24123]: cluster 2023-11-08T18:28:03.922425+0000 mgr.smithi019.obqwgt (mgr.14180) 1362 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:28:06.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:06 smithi019 bash[24123]: audit 2023-11-08T18:28:05.894427+0000 mon.smithi019 (mon.0) 998 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:28:06.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:06 smithi019 bash[24123]: audit 2023-11-08T18:28:06.203893+0000 mon.smithi019 (mon.0) 999 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:28:06.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:06 smithi019 bash[24123]: audit 2023-11-08T18:28:06.205030+0000 mon.smithi019 (mon.0) 1000 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:28:06.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:06 smithi019 bash[24123]: audit 2023-11-08T18:28:06.211693+0000 mon.smithi019 (mon.0) 1001 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:28:06.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:06 smithi019 bash[24123]: audit 2023-11-08T18:28:06.218841+0000 mon.smithi019 (mon.0) 1002 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:28:06.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:06 smithi019 bash[24123]: audit 2023-11-08T18:28:06.232528+0000 mon.smithi019 (mon.0) 1003 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:28:06.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:06 smithi122 bash[28108]: audit 2023-11-08T18:28:05.894427+0000 mon.smithi019 (mon.0) 998 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:28:06.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:06 smithi122 bash[28108]: audit 2023-11-08T18:28:06.203893+0000 mon.smithi019 (mon.0) 999 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:28:06.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:06 smithi122 bash[28108]: audit 2023-11-08T18:28:06.205030+0000 mon.smithi019 (mon.0) 1000 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:28:06.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:06 smithi122 bash[28108]: audit 2023-11-08T18:28:06.211693+0000 mon.smithi019 (mon.0) 1001 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:28:06.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:06 smithi122 bash[28108]: audit 2023-11-08T18:28:06.218841+0000 mon.smithi019 (mon.0) 1002 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:28:06.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:06 smithi122 bash[28108]: audit 2023-11-08T18:28:06.232528+0000 mon.smithi019 (mon.0) 1003 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:28:07.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:07 smithi019 bash[24123]: cluster 2023-11-08T18:28:05.923250+0000 mgr.smithi019.obqwgt (mgr.14180) 1363 : 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-08T18:28:07.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:07 smithi019 bash[24123]: cluster 2023-11-08T18:28:06.212669+0000 mgr.smithi019.obqwgt (mgr.14180) 1364 : cluster [DBG] pgmap v891: 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-08T18:28:07.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:07 smithi019 bash[24123]: cephadm 2023-11-08T18:28:06.236424+0000 mgr.smithi019.obqwgt (mgr.14180) 1365 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.cifiis on smithi122 2023-11-08T18:28:07.942 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:07 smithi019 bash[24123]: cluster 2023-11-08T18:28:06.590225+0000 mon.smithi019 (mon.0) 1004 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:28:07.943 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:07 smithi019 bash[24123]: cluster 2023-11-08T18:28:06.590306+0000 mon.smithi019 (mon.0) 1005 : cluster [INF] Cluster is now healthy 2023-11-08T18:28:07.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:07 smithi122 bash[28108]: cluster 2023-11-08T18:28:05.923250+0000 mgr.smithi019.obqwgt (mgr.14180) 1363 : 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-08T18:28:07.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:07 smithi122 bash[28108]: cluster 2023-11-08T18:28:06.212669+0000 mgr.smithi019.obqwgt (mgr.14180) 1364 : cluster [DBG] pgmap v891: 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-08T18:28:07.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:07 smithi122 bash[28108]: cephadm 2023-11-08T18:28:06.236424+0000 mgr.smithi019.obqwgt (mgr.14180) 1365 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.cifiis on smithi122 2023-11-08T18:28:07.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:07 smithi122 bash[28108]: cluster 2023-11-08T18:28:06.590225+0000 mon.smithi019 (mon.0) 1004 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:28:07.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:07 smithi122 bash[28108]: cluster 2023-11-08T18:28:06.590306+0000 mon.smithi019 (mon.0) 1005 : cluster [INF] Cluster is now healthy 2023-11-08T18:28:08.326 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:28:08.326 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:25:57.448307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.zfjuwf on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:01.750269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.kgakpc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\nDeploy daemon haproxy.nfs.foo.smithi122.kgakpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.884106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.asmxfo on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\nDeploy daemon haproxy.nfs.foo.smithi019.asmxfo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.887365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.tlnydg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:28:09.105 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:28:09.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:09 smithi122 bash[28108]: cluster 2023-11-08T18:28:08.213700+0000 mgr.smithi019.obqwgt (mgr.14180) 1366 : cluster [DBG] pgmap v892: 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-08T18:28:09.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:09 smithi122 bash[28108]: audit 2023-11-08T18:28:08.309607+0000 mgr.smithi019.obqwgt (mgr.14180) 1367 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:10.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:09 smithi019 bash[24123]: cluster 2023-11-08T18:28:08.213700+0000 mgr.smithi019.obqwgt (mgr.14180) 1366 : cluster [DBG] pgmap v892: 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-08T18:28:10.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:09 smithi019 bash[24123]: audit 2023-11-08T18:28:08.309607+0000 mgr.smithi019.obqwgt (mgr.14180) 1367 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:10.106 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:28:11.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:11 smithi019 bash[24123]: cluster 2023-11-08T18:28:10.214267+0000 mgr.smithi019.obqwgt (mgr.14180) 1368 : cluster [DBG] pgmap v893: 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-08T18:28:11.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:11 smithi019 bash[24123]: audit 2023-11-08T18:28:10.818841+0000 mon.smithi019 (mon.0) 1006 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.cifiis"}]: dispatch 2023-11-08T18:28:11.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:11 smithi122 bash[28108]: cluster 2023-11-08T18:28:10.214267+0000 mgr.smithi019.obqwgt (mgr.14180) 1368 : cluster [DBG] pgmap v893: 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-08T18:28:11.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:11 smithi122 bash[28108]: audit 2023-11-08T18:28:10.818841+0000 mon.smithi019 (mon.0) 1006 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.cifiis"}]: dispatch 2023-11-08T18:28:12.931 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: cephadm 2023-11-08T18:28:10.817705+0000 mgr.smithi019.obqwgt (mgr.14180) 1369 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis 2023-11-08T18:28:12.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:28:12.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis 2023-11-08T18:28:12.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis 2023-11-08T18:28:12.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:28:12.932 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis 2023-11-08T18:28:12.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.cifiis ... 2023-11-08T18:28:12.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:12.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:28:12.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:28:12.933 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:28:12.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:12.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:28:12.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:28:12.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:28:12.934 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:28:12.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:28:12.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis 2023-11-08T18:28:12.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:28:12.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis 2023-11-08T18:28:12.935 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis 2023-11-08T18:28:12.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:28:12.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis 2023-11-08T18:28:12.937 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.cifiis ... 2023-11-08T18:28:12.938 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:12.938 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:28:12.938 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:28:12.938 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:28:12.938 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:12.939 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: cephadm 2023-11-08T18:28:10.818192+0000 mgr.smithi019.obqwgt (mgr.14180) 1370 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.cifiis 2023-11-08T18:28:12.939 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: cephadm 2023-11-08T18:28:10.820434+0000 mgr.smithi019.obqwgt (mgr.14180) 1371 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.cifiis on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis 2023-11-08T18:28:12.939 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:28:12.939 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis 2023-11-08T18:28:12.939 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis 2023-11-08T18:28:12.940 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:28:12.940 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis 2023-11-08T18:28:12.940 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.cifiis ... 2023-11-08T18:28:12.940 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:12.940 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:28:12.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:28:12.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:28:12.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:12.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: cephadm 2023-11-08T18:28:10.825134+0000 mgr.smithi019.obqwgt (mgr.14180) 1372 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.xeeekl on smithi019 2023-11-08T18:28:12.941 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:12 smithi019 bash[24123]: cluster 2023-11-08T18:28:12.215364+0000 mgr.smithi019.obqwgt (mgr.14180) 1373 : 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-08T18:28:12.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: cephadm 2023-11-08T18:28:10.817705+0000 mgr.smithi019.obqwgt (mgr.14180) 1369 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis 2023-11-08T18:28:12.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:28:12.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis 2023-11-08T18:28:12.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis 2023-11-08T18:28:12.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:28:12.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis 2023-11-08T18:28:12.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.cifiis ... 2023-11-08T18:28:12.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:12.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:28:12.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:28:12.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:28:12.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:12.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:28:12.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:28:12.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:28:12.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:28:12.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:28:12.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis 2023-11-08T18:28:12.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:28:12.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis 2023-11-08T18:28:12.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis 2023-11-08T18:28:12.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:28:12.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis 2023-11-08T18:28:12.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.cifiis ... 2023-11-08T18:28:12.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:12.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:28:12.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:28:12.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:28:12.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:12.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: cephadm 2023-11-08T18:28:10.818192+0000 mgr.smithi019.obqwgt (mgr.14180) 1370 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.cifiis 2023-11-08T18:28:12.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: cephadm 2023-11-08T18:28:10.820434+0000 mgr.smithi019.obqwgt (mgr.14180) 1371 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.cifiis on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis 2023-11-08T18:28:12.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:28:12.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis 2023-11-08T18:28:12.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis 2023-11-08T18:28:12.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:28:12.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis 2023-11-08T18:28:12.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.cifiis ... 2023-11-08T18:28:12.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:12.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:28:12.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:28:12.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:28:12.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:12.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: cephadm 2023-11-08T18:28:10.825134+0000 mgr.smithi019.obqwgt (mgr.14180) 1372 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.xeeekl on smithi019 2023-11-08T18:28:12.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:12 smithi122 bash[28108]: cluster 2023-11-08T18:28:12.215364+0000 mgr.smithi019.obqwgt (mgr.14180) 1373 : 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-08T18:28:13.291 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:28:13.291 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:27:01.750269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.kgakpc on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-kgakpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.kgakpc\nDeploy daemon haproxy.nfs.foo.smithi122.kgakpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.884106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.asmxfo on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-asmxfo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.asmxfo\nDeploy daemon haproxy.nfs.foo.smithi019.asmxfo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:27:05.887365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.tlnydg on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:10.820201Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cifiis on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\nDeploy daemon haproxy.nfs.foo.smithi122.cifiis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:28:13.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:13 smithi019 bash[24123]: audit 2023-11-08T18:28:13.275982+0000 mgr.smithi019.obqwgt (mgr.14180) 1374 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:13.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:13 smithi122 bash[28108]: audit 2023-11-08T18:28:13.275982+0000 mgr.smithi019.obqwgt (mgr.14180) 1374 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:14.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:28:15.068 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:28:15.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:15 smithi019 bash[24123]: cluster 2023-11-08T18:28:14.216206+0000 mgr.smithi019.obqwgt (mgr.14180) 1375 : cluster [DBG] pgmap v895: 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-08T18:28:15.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:15 smithi019 bash[24123]: audit 2023-11-08T18:28:14.440862+0000 mon.smithi019 (mon.0) 1007 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:28:15.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:15 smithi019 bash[24123]: audit 2023-11-08T18:28:15.165396+0000 mon.smithi019 (mon.0) 1008 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.xeeekl"}]: dispatch 2023-11-08T18:28:15.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:15 smithi122 bash[28108]: cluster 2023-11-08T18:28:14.216206+0000 mgr.smithi019.obqwgt (mgr.14180) 1375 : cluster [DBG] pgmap v895: 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-08T18:28:15.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:15 smithi122 bash[28108]: audit 2023-11-08T18:28:14.440862+0000 mon.smithi019 (mon.0) 1007 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:28:15.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:15 smithi122 bash[28108]: audit 2023-11-08T18:28:15.165396+0000 mon.smithi019 (mon.0) 1008 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.xeeekl"}]: dispatch 2023-11-08T18:28:16.612 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: cephadm 2023-11-08T18:28:15.164469+0000 mgr.smithi019.obqwgt (mgr.14180) 1376 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl 2023-11-08T18:28:16.613 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:28:16.613 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl 2023-11-08T18:28:16.613 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl 2023-11-08T18:28:16.613 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:28:16.613 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl 2023-11-08T18:28:16.614 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.xeeekl ... 2023-11-08T18:28:16.614 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:16.614 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:28:16.614 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:28:16.614 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:28:16.615 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:16.615 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:28:16.615 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:28:16.615 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:28:16.615 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:28:16.616 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:28:16.616 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl 2023-11-08T18:28:16.618 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:28:16.618 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl 2023-11-08T18:28:16.618 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl 2023-11-08T18:28:16.618 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:28:16.618 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl 2023-11-08T18:28:16.619 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.xeeekl ... 2023-11-08T18:28:16.619 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:16.619 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:28:16.619 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:28:16.619 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:28:16.620 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:16.620 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: cephadm 2023-11-08T18:28:15.164866+0000 mgr.smithi019.obqwgt (mgr.14180) 1377 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.xeeekl 2023-11-08T18:28:16.620 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: cephadm 2023-11-08T18:28:15.166807+0000 mgr.smithi019.obqwgt (mgr.14180) 1378 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.xeeekl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl 2023-11-08T18:28:16.620 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:28:16.620 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl 2023-11-08T18:28:16.621 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl 2023-11-08T18:28:16.621 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:28:16.621 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl 2023-11-08T18:28:16.621 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.xeeekl ... 2023-11-08T18:28:16.621 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:16.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:28:16.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:28:16.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:28:16.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:16.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: cephadm 2023-11-08T18:28:15.169911+0000 mgr.smithi019.obqwgt (mgr.14180) 1379 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.xqpuft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:28:16.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: cephadm 2023-11-08T18:28:15.172440+0000 mgr.smithi019.obqwgt (mgr.14180) 1380 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:28:16.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: cluster 2023-11-08T18:28:15.173596+0000 mgr.smithi019.obqwgt (mgr.14180) 1381 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 221 B/s rd, 0 op/s 2023-11-08T18:28:16.623 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:16 smithi019 bash[24123]: cluster 2023-11-08T18:28:15.890179+0000 mon.smithi019 (mon.0) 1009 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:28:16.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: cephadm 2023-11-08T18:28:15.164469+0000 mgr.smithi019.obqwgt (mgr.14180) 1376 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl 2023-11-08T18:28:16.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:28:16.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl 2023-11-08T18:28:16.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl 2023-11-08T18:28:16.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:28:16.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl 2023-11-08T18:28:16.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.xeeekl ... 2023-11-08T18:28:16.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:16.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:28:16.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:28:16.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:28:16.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:16.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:28:16.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:28:16.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:28:16.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:28:16.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:28:16.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl 2023-11-08T18:28:16.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:28:16.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl 2023-11-08T18:28:16.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl 2023-11-08T18:28:16.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:28:16.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl 2023-11-08T18:28:16.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.xeeekl ... 2023-11-08T18:28:16.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:16.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:28:16.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:28:16.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:28:16.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:16.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: cephadm 2023-11-08T18:28:15.164866+0000 mgr.smithi019.obqwgt (mgr.14180) 1377 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.xeeekl 2023-11-08T18:28:16.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: cephadm 2023-11-08T18:28:15.166807+0000 mgr.smithi019.obqwgt (mgr.14180) 1378 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.xeeekl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl 2023-11-08T18:28:16.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:28:16.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl 2023-11-08T18:28:16.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl 2023-11-08T18:28:16.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:28:16.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl 2023-11-08T18:28:16.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.xeeekl ... 2023-11-08T18:28:16.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:16.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:28:16.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:28:16.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:28:16.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:28:16.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: cephadm 2023-11-08T18:28:15.169911+0000 mgr.smithi019.obqwgt (mgr.14180) 1379 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.xqpuft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:28:16.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: cephadm 2023-11-08T18:28:15.172440+0000 mgr.smithi019.obqwgt (mgr.14180) 1380 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:28:16.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: cluster 2023-11-08T18:28:15.173596+0000 mgr.smithi019.obqwgt (mgr.14180) 1381 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 221 B/s rd, 0 op/s 2023-11-08T18:28:16.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:16 smithi122 bash[28108]: cluster 2023-11-08T18:28:15.890179+0000 mon.smithi019 (mon.0) 1009 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:28:18.599 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:28:18.600 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:10.820201Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cifiis on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\nDeploy daemon haproxy.nfs.foo.smithi122.cifiis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.166609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.xeeekl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\nDeploy daemon haproxy.nfs.foo.smithi019.xeeekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.169774Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.xqpuft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:28:18.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:18 smithi122 bash[28108]: cluster 2023-11-08T18:28:17.175047+0000 mgr.smithi019.obqwgt (mgr.14180) 1382 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 373 B/s rd, 0 op/s 2023-11-08T18:28:18.813 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:18 smithi019 bash[24123]: cluster 2023-11-08T18:28:17.175047+0000 mgr.smithi019.obqwgt (mgr.14180) 1382 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 373 B/s rd, 0 op/s 2023-11-08T18:28:19.331 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:28:19.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:19 smithi019 bash[24123]: audit 2023-11-08T18:28:18.584555+0000 mgr.smithi019.obqwgt (mgr.14180) 1383 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:19.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:19 smithi019 bash[24123]: audit 2023-11-08T18:28:19.227253+0000 mon.smithi019 (mon.0) 1010 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:28:19.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:19 smithi122 bash[28108]: audit 2023-11-08T18:28:18.584555+0000 mgr.smithi019.obqwgt (mgr.14180) 1383 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:19.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:19 smithi122 bash[28108]: audit 2023-11-08T18:28:19.227253+0000 mon.smithi019 (mon.0) 1010 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:28:20.332 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:28:20.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:20 smithi122 bash[28108]: cluster 2023-11-08T18:28:19.176435+0000 mgr.smithi019.obqwgt (mgr.14180) 1384 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-11-08T18:28:20.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:20 smithi019 bash[24123]: cluster 2023-11-08T18:28:19.176435+0000 mgr.smithi019.obqwgt (mgr.14180) 1384 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-11-08T18:28:22.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:22 smithi019 bash[24123]: cluster 2023-11-08T18:28:21.177551+0000 mgr.smithi019.obqwgt (mgr.14180) 1385 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-11-08T18:28:22.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:22 smithi122 bash[28108]: cluster 2023-11-08T18:28:21.177551+0000 mgr.smithi019.obqwgt (mgr.14180) 1385 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-11-08T18:28:23.644 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:28:23.644 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:10.820201Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cifiis on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\nDeploy daemon haproxy.nfs.foo.smithi122.cifiis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.166609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.xeeekl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\nDeploy daemon haproxy.nfs.foo.smithi019.xeeekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.169774Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.xqpuft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:28:24.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:28:24.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:24 smithi019 bash[24123]: cluster 2023-11-08T18:28:23.178956+0000 mgr.smithi019.obqwgt (mgr.14180) 1386 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-11-08T18:28:24.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:24 smithi122 bash[28108]: cluster 2023-11-08T18:28:23.178956+0000 mgr.smithi019.obqwgt (mgr.14180) 1386 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-11-08T18:28:25.433 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:28:25.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:25 smithi019 bash[24123]: audit 2023-11-08T18:28:23.626580+0000 mgr.smithi019.obqwgt (mgr.14180) 1387 : audit [DBG] from='client.25295 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:25.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:25 smithi122 bash[28108]: audit 2023-11-08T18:28:23.626580+0000 mgr.smithi019.obqwgt (mgr.14180) 1387 : audit [DBG] from='client.25295 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:26.773 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:26 smithi019 bash[24123]: cluster 2023-11-08T18:28:25.180323+0000 mgr.smithi019.obqwgt (mgr.14180) 1388 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-11-08T18:28:26.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:26 smithi122 bash[28108]: cluster 2023-11-08T18:28:25.180323+0000 mgr.smithi019.obqwgt (mgr.14180) 1388 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2023-11-08T18:28:28.837 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:28:28.837 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:10.820201Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cifiis on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\nDeploy daemon haproxy.nfs.foo.smithi122.cifiis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.166609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.xeeekl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\nDeploy daemon haproxy.nfs.foo.smithi019.xeeekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.169774Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.xqpuft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:28:28.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:28 smithi019 bash[24123]: cluster 2023-11-08T18:28:27.181429+0000 mgr.smithi019.obqwgt (mgr.14180) 1389 : cluster [DBG] pgmap v902: 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-08T18:28:28.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:28 smithi122 bash[28108]: cluster 2023-11-08T18:28:27.181429+0000 mgr.smithi019.obqwgt (mgr.14180) 1389 : cluster [DBG] pgmap v902: 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-08T18:28:29.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:28:30.572 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:28:30.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:30 smithi122 bash[28108]: audit 2023-11-08T18:28:28.822712+0000 mgr.smithi019.obqwgt (mgr.14180) 1390 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:30.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:30 smithi122 bash[28108]: cluster 2023-11-08T18:28:29.182606+0000 mgr.smithi019.obqwgt (mgr.14180) 1391 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:28:30.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:30 smithi122 bash[28108]: audit 2023-11-08T18:28:29.439331+0000 mon.smithi019 (mon.0) 1011 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:28:30.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:30 smithi019 bash[24123]: audit 2023-11-08T18:28:28.822712+0000 mgr.smithi019.obqwgt (mgr.14180) 1390 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:30.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:30 smithi019 bash[24123]: cluster 2023-11-08T18:28:29.182606+0000 mgr.smithi019.obqwgt (mgr.14180) 1391 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:28:30.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:30 smithi019 bash[24123]: audit 2023-11-08T18:28:29.439331+0000 mon.smithi019 (mon.0) 1011 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:28:32.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:32 smithi122 bash[28108]: cluster 2023-11-08T18:28:31.183681+0000 mgr.smithi019.obqwgt (mgr.14180) 1392 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:28:32.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:32 smithi019 bash[24123]: cluster 2023-11-08T18:28:31.183681+0000 mgr.smithi019.obqwgt (mgr.14180) 1392 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:28:33.935 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:28:33.936 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:10.820201Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cifiis on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\nDeploy daemon haproxy.nfs.foo.smithi122.cifiis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.166609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.xeeekl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\nDeploy daemon haproxy.nfs.foo.smithi019.xeeekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.169774Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.xqpuft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:28:34.674 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:28:34.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:34 smithi122 bash[28108]: cluster 2023-11-08T18:28:33.185022+0000 mgr.smithi019.obqwgt (mgr.14180) 1393 : 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-08T18:28:34.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:34 smithi019 bash[24123]: cluster 2023-11-08T18:28:33.185022+0000 mgr.smithi019.obqwgt (mgr.14180) 1393 : 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-08T18:28:35.676 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:28:35.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:35 smithi122 bash[28108]: audit 2023-11-08T18:28:33.921617+0000 mgr.smithi019.obqwgt (mgr.14180) 1394 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:35.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:35 smithi019 bash[24123]: audit 2023-11-08T18:28:33.921617+0000 mgr.smithi019.obqwgt (mgr.14180) 1394 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:36.780 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:36 smithi019 bash[24123]: cluster 2023-11-08T18:28:35.185989+0000 mgr.smithi019.obqwgt (mgr.14180) 1395 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:28:36.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:36 smithi122 bash[28108]: cluster 2023-11-08T18:28:35.185989+0000 mgr.smithi019.obqwgt (mgr.14180) 1395 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:28:38.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:38 smithi019 bash[24123]: cluster 2023-11-08T18:28:37.187061+0000 mgr.smithi019.obqwgt (mgr.14180) 1396 : cluster [DBG] pgmap v907: 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-08T18:28:38.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:38 smithi122 bash[28108]: cluster 2023-11-08T18:28:37.187061+0000 mgr.smithi019.obqwgt (mgr.14180) 1396 : cluster [DBG] pgmap v907: 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-08T18:28:38.996 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:28:38.997 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:10.820201Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cifiis on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\nDeploy daemon haproxy.nfs.foo.smithi122.cifiis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.166609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.xeeekl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\nDeploy daemon haproxy.nfs.foo.smithi019.xeeekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.169774Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.xqpuft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:28:39.749 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:28:40.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:39 smithi019 bash[24123]: audit 2023-11-08T18:28:38.978649+0000 mgr.smithi019.obqwgt (mgr.14180) 1397 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:40.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:39 smithi019 bash[24123]: cluster 2023-11-08T18:28:39.188254+0000 mgr.smithi019.obqwgt (mgr.14180) 1398 : 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-08T18:28:40.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:39 smithi122 bash[28108]: audit 2023-11-08T18:28:38.978649+0000 mgr.smithi019.obqwgt (mgr.14180) 1397 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:40.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:39 smithi122 bash[28108]: cluster 2023-11-08T18:28:39.188254+0000 mgr.smithi019.obqwgt (mgr.14180) 1398 : 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-08T18:28:40.750 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:28:42.622 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:42 smithi019 bash[24123]: cluster 2023-11-08T18:28:41.189127+0000 mgr.smithi019.obqwgt (mgr.14180) 1399 : 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-08T18:28:42.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:42 smithi122 bash[28108]: cluster 2023-11-08T18:28:41.189127+0000 mgr.smithi019.obqwgt (mgr.14180) 1399 : 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-08T18:28:44.098 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:28:44.099 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:10.820201Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cifiis on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\nDeploy daemon haproxy.nfs.foo.smithi122.cifiis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.166609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.xeeekl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\nDeploy daemon haproxy.nfs.foo.smithi019.xeeekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.169774Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.xqpuft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:28:44.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:44 smithi019 bash[24123]: cluster 2023-11-08T18:28:43.190644+0000 mgr.smithi019.obqwgt (mgr.14180) 1400 : 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-08T18:28:44.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:44 smithi122 bash[28108]: cluster 2023-11-08T18:28:43.190644+0000 mgr.smithi019.obqwgt (mgr.14180) 1400 : 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-08T18:28:44.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:28:45.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:45 smithi019 bash[24123]: audit 2023-11-08T18:28:44.083692+0000 mgr.smithi019.obqwgt (mgr.14180) 1401 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:45.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:45 smithi122 bash[28108]: audit 2023-11-08T18:28:44.083692+0000 mgr.smithi019.obqwgt (mgr.14180) 1401 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:45.928 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:28:46.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:46 smithi019 bash[24123]: cluster 2023-11-08T18:28:45.191671+0000 mgr.smithi019.obqwgt (mgr.14180) 1402 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:28:46.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:46 smithi122 bash[28108]: cluster 2023-11-08T18:28:45.191671+0000 mgr.smithi019.obqwgt (mgr.14180) 1402 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:28:48.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:48 smithi019 bash[24123]: cluster 2023-11-08T18:28:47.192922+0000 mgr.smithi019.obqwgt (mgr.14180) 1403 : cluster [DBG] pgmap v912: 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-08T18:28:48.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:48 smithi122 bash[28108]: cluster 2023-11-08T18:28:47.192922+0000 mgr.smithi019.obqwgt (mgr.14180) 1403 : cluster [DBG] pgmap v912: 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-08T18:28:49.339 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:28:49.339 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:10.820201Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cifiis on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\nDeploy daemon haproxy.nfs.foo.smithi122.cifiis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.166609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.xeeekl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\nDeploy daemon haproxy.nfs.foo.smithi019.xeeekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.169774Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.xqpuft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:28:50.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:28:50.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:49 smithi122 bash[28108]: cluster 2023-11-08T18:28:49.194033+0000 mgr.smithi019.obqwgt (mgr.14180) 1404 : 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-08T18:28:50.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:49 smithi122 bash[28108]: audit 2023-11-08T18:28:49.323798+0000 mgr.smithi019.obqwgt (mgr.14180) 1405 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:50.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:49 smithi019 bash[24123]: cluster 2023-11-08T18:28:49.194033+0000 mgr.smithi019.obqwgt (mgr.14180) 1404 : 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-08T18:28:50.340 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:49 smithi019 bash[24123]: audit 2023-11-08T18:28:49.323798+0000 mgr.smithi019.obqwgt (mgr.14180) 1405 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:51.154 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:28:52.513 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:52 smithi019 bash[24123]: cluster 2023-11-08T18:28:51.195119+0000 mgr.smithi019.obqwgt (mgr.14180) 1406 : 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-08T18:28:52.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:52 smithi122 bash[28108]: cluster 2023-11-08T18:28:51.195119+0000 mgr.smithi019.obqwgt (mgr.14180) 1406 : 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-08T18:28:54.340 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:54 smithi019 bash[24123]: cluster 2023-11-08T18:28:53.195846+0000 mgr.smithi019.obqwgt (mgr.14180) 1407 : 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-08T18:28:54.468 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:28:54.468 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:10.820201Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cifiis on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\nDeploy daemon haproxy.nfs.foo.smithi122.cifiis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.166609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.xeeekl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\nDeploy daemon haproxy.nfs.foo.smithi019.xeeekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.169774Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.xqpuft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:28:54.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:54 smithi122 bash[28108]: cluster 2023-11-08T18:28:53.195846+0000 mgr.smithi019.obqwgt (mgr.14180) 1407 : 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-08T18:28:55.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:28:55.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:55 smithi019 bash[24123]: audit 2023-11-08T18:28:54.453527+0000 mgr.smithi019.obqwgt (mgr.14180) 1408 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:55.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:55 smithi122 bash[28108]: audit 2023-11-08T18:28:54.453527+0000 mgr.smithi019.obqwgt (mgr.14180) 1408 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:28:56.325 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:28:56.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:56 smithi019 bash[24123]: cluster 2023-11-08T18:28:55.196901+0000 mgr.smithi019.obqwgt (mgr.14180) 1409 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:28:56.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:56 smithi122 bash[28108]: cluster 2023-11-08T18:28:55.196901+0000 mgr.smithi019.obqwgt (mgr.14180) 1409 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:28:58.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:58 smithi019 bash[24123]: cluster 2023-11-08T18:28:57.198332+0000 mgr.smithi019.obqwgt (mgr.14180) 1410 : cluster [DBG] pgmap v917: 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-08T18:28:58.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:58 smithi122 bash[28108]: cluster 2023-11-08T18:28:57.198332+0000 mgr.smithi019.obqwgt (mgr.14180) 1410 : cluster [DBG] pgmap v917: 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-08T18:28:59.621 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:28:59.621 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:10.820201Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cifiis on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\nDeploy daemon haproxy.nfs.foo.smithi122.cifiis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.166609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.xeeekl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\nDeploy daemon haproxy.nfs.foo.smithi019.xeeekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.169774Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.xqpuft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:29:00.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:59 smithi019 bash[24123]: cluster 2023-11-08T18:28:59.199502+0000 mgr.smithi019.obqwgt (mgr.14180) 1411 : 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-08T18:29:00.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:28:59 smithi019 bash[24123]: audit 2023-11-08T18:28:59.604647+0000 mgr.smithi019.obqwgt (mgr.14180) 1412 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:00.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:59 smithi122 bash[28108]: cluster 2023-11-08T18:28:59.199502+0000 mgr.smithi019.obqwgt (mgr.14180) 1411 : 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-08T18:29:00.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:28:59 smithi122 bash[28108]: audit 2023-11-08T18:28:59.604647+0000 mgr.smithi019.obqwgt (mgr.14180) 1412 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:00.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:29:01.372 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:29:02.560 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:02 smithi019 bash[24123]: cluster 2023-11-08T18:29:01.200566+0000 mgr.smithi019.obqwgt (mgr.14180) 1413 : 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-08T18:29:02.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:02 smithi122 bash[28108]: cluster 2023-11-08T18:29:01.200566+0000 mgr.smithi019.obqwgt (mgr.14180) 1413 : 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-08T18:29:04.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:04 smithi019 bash[24123]: cluster 2023-11-08T18:29:03.201921+0000 mgr.smithi019.obqwgt (mgr.14180) 1414 : 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-08T18:29:04.614 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:29:04.614 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:10.820201Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cifiis on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\nDeploy daemon haproxy.nfs.foo.smithi122.cifiis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.166609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.xeeekl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\nDeploy daemon haproxy.nfs.foo.smithi019.xeeekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.169774Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.xqpuft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:29:04.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:04 smithi122 bash[28108]: cluster 2023-11-08T18:29:03.201921+0000 mgr.smithi019.obqwgt (mgr.14180) 1414 : 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-08T18:29:05.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:29:05.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:05 smithi019 bash[24123]: audit 2023-11-08T18:29:04.603263+0000 mgr.smithi019.obqwgt (mgr.14180) 1415 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:05.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:05 smithi122 bash[28108]: audit 2023-11-08T18:29:04.603263+0000 mgr.smithi019.obqwgt (mgr.14180) 1415 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:06.345 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:29:06.553 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:06 smithi019 bash[24123]: cluster 2023-11-08T18:29:05.202993+0000 mgr.smithi019.obqwgt (mgr.14180) 1416 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:29:06.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:06 smithi122 bash[28108]: cluster 2023-11-08T18:29:05.202993+0000 mgr.smithi019.obqwgt (mgr.14180) 1416 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:29:08.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:08 smithi019 bash[24123]: cluster 2023-11-08T18:29:07.204511+0000 mgr.smithi019.obqwgt (mgr.14180) 1417 : cluster [DBG] pgmap v922: 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-08T18:29:08.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:08 smithi122 bash[28108]: cluster 2023-11-08T18:29:07.204511+0000 mgr.smithi019.obqwgt (mgr.14180) 1417 : cluster [DBG] pgmap v922: 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-08T18:29:09.673 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:29:09.674 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:10.820201Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cifiis on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\nDeploy daemon haproxy.nfs.foo.smithi122.cifiis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.166609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.xeeekl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\nDeploy daemon haproxy.nfs.foo.smithi019.xeeekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.169774Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.xqpuft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:29:10.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:09 smithi019 bash[24123]: cluster 2023-11-08T18:29:09.205758+0000 mgr.smithi019.obqwgt (mgr.14180) 1418 : 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-08T18:29:10.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:09 smithi122 bash[28108]: cluster 2023-11-08T18:29:09.205758+0000 mgr.smithi019.obqwgt (mgr.14180) 1418 : 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-08T18:29:10.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:29:11.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:10 smithi019 bash[24123]: audit 2023-11-08T18:29:09.662211+0000 mgr.smithi019.obqwgt (mgr.14180) 1419 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:11.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:10 smithi122 bash[28108]: audit 2023-11-08T18:29:09.662211+0000 mgr.smithi019.obqwgt (mgr.14180) 1419 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:11.452 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:29:12.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:11 smithi122 bash[28108]: cluster 2023-11-08T18:29:11.207013+0000 mgr.smithi019.obqwgt (mgr.14180) 1420 : 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-08T18:29:12.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:11 smithi019 bash[24123]: cluster 2023-11-08T18:29:11.207013+0000 mgr.smithi019.obqwgt (mgr.14180) 1420 : 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-08T18:29:14.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:14 smithi019 bash[24123]: cluster 2023-11-08T18:29:13.208073+0000 mgr.smithi019.obqwgt (mgr.14180) 1421 : 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-08T18:29:14.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:14 smithi122 bash[28108]: cluster 2023-11-08T18:29:13.208073+0000 mgr.smithi019.obqwgt (mgr.14180) 1421 : 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-08T18:29:14.784 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:29:14.785 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:27:05.889478Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iywvsu on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:10.820201Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cifiis on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\nDeploy daemon haproxy.nfs.foo.smithi122.cifiis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.166609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.xeeekl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\nDeploy daemon haproxy.nfs.foo.smithi019.xeeekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.169774Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.xqpuft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:29:15.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:29:15.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:15 smithi019 bash[24123]: audit 2023-11-08T18:29:15.178191+0000 mon.smithi019 (mon.0) 1012 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:29:15.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:15 smithi122 bash[28108]: audit 2023-11-08T18:29:15.178191+0000 mon.smithi019 (mon.0) 1012 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:29:16.505 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:29:16.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:16 smithi019 bash[24123]: audit 2023-11-08T18:29:14.770143+0000 mgr.smithi019.obqwgt (mgr.14180) 1422 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:16.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:16 smithi019 bash[24123]: cluster 2023-11-08T18:29:15.208626+0000 mgr.smithi019.obqwgt (mgr.14180) 1423 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:29:16.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:16 smithi019 bash[24123]: audit 2023-11-08T18:29:15.484454+0000 mon.smithi019 (mon.0) 1013 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:29:16.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:16 smithi019 bash[24123]: audit 2023-11-08T18:29:15.486119+0000 mon.smithi019 (mon.0) 1014 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:29:16.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:16 smithi019 bash[24123]: audit 2023-11-08T18:29:15.493068+0000 mon.smithi019 (mon.0) 1015 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:29:16.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:16 smithi019 bash[24123]: cluster 2023-11-08T18:29:15.493900+0000 mgr.smithi019.obqwgt (mgr.14180) 1424 : cluster [DBG] pgmap v927: 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-08T18:29:16.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:16 smithi019 bash[24123]: audit 2023-11-08T18:29:15.500619+0000 mon.smithi019 (mon.0) 1016 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:29:16.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:16 smithi019 bash[24123]: audit 2023-11-08T18:29:15.513051+0000 mon.smithi019 (mon.0) 1017 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:29:16.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:16 smithi019 bash[24123]: cephadm 2023-11-08T18:29:15.516463+0000 mgr.smithi019.obqwgt (mgr.14180) 1425 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.cgkzto on smithi122 2023-11-08T18:29:16.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:16 smithi122 bash[28108]: audit 2023-11-08T18:29:14.770143+0000 mgr.smithi019.obqwgt (mgr.14180) 1422 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:16.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:16 smithi122 bash[28108]: cluster 2023-11-08T18:29:15.208626+0000 mgr.smithi019.obqwgt (mgr.14180) 1423 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:29:16.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:16 smithi122 bash[28108]: audit 2023-11-08T18:29:15.484454+0000 mon.smithi019 (mon.0) 1013 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:29:16.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:16 smithi122 bash[28108]: audit 2023-11-08T18:29:15.486119+0000 mon.smithi019 (mon.0) 1014 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:29:16.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:16 smithi122 bash[28108]: audit 2023-11-08T18:29:15.493068+0000 mon.smithi019 (mon.0) 1015 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:29:16.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:16 smithi122 bash[28108]: cluster 2023-11-08T18:29:15.493900+0000 mgr.smithi019.obqwgt (mgr.14180) 1424 : cluster [DBG] pgmap v927: 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-08T18:29:16.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:16 smithi122 bash[28108]: audit 2023-11-08T18:29:15.500619+0000 mon.smithi019 (mon.0) 1016 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:29:16.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:16 smithi122 bash[28108]: audit 2023-11-08T18:29:15.513051+0000 mon.smithi019 (mon.0) 1017 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:29:16.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:16 smithi122 bash[28108]: cephadm 2023-11-08T18:29:15.516463+0000 mgr.smithi019.obqwgt (mgr.14180) 1425 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.cgkzto on smithi122 2023-11-08T18:29:17.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:17 smithi019 bash[24123]: cluster 2023-11-08T18:29:16.490839+0000 mon.smithi019 (mon.0) 1018 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:29:17.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:17 smithi019 bash[24123]: cluster 2023-11-08T18:29:16.490895+0000 mon.smithi019 (mon.0) 1019 : cluster [INF] Cluster is now healthy 2023-11-08T18:29:17.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:17 smithi122 bash[28108]: cluster 2023-11-08T18:29:16.490839+0000 mon.smithi019 (mon.0) 1018 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:29:17.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:17 smithi122 bash[28108]: cluster 2023-11-08T18:29:16.490895+0000 mon.smithi019 (mon.0) 1019 : cluster [INF] Cluster is now healthy 2023-11-08T18:29:18.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:18 smithi019 bash[24123]: cluster 2023-11-08T18:29:17.495118+0000 mgr.smithi019.obqwgt (mgr.14180) 1426 : cluster [DBG] pgmap v928: 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-08T18:29:18.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:18 smithi122 bash[28108]: cluster 2023-11-08T18:29:17.495118+0000 mgr.smithi019.obqwgt (mgr.14180) 1426 : cluster [DBG] pgmap v928: 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-08T18:29:19.706 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:29:19.706 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:28:10.820201Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cifiis on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cifiis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cifiis\nDeploy daemon haproxy.nfs.foo.smithi122.cifiis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.166609Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.xeeekl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-xeeekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.xeeekl\nDeploy daemon haproxy.nfs.foo.smithi019.xeeekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:28:15.169774Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.xqpuft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:19.510502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cgkzto on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\nDeploy daemon haproxy.nfs.foo.smithi122.cgkzto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:29:20.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: cluster 2023-11-08T18:29:19.495638+0000 mgr.smithi019.obqwgt (mgr.14180) 1427 : cluster [DBG] pgmap v929: 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-08T18:29:20.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: cephadm 2023-11-08T18:29:19.507776+0000 mgr.smithi019.obqwgt (mgr.14180) 1428 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto 2023-11-08T18:29:20.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:29:20.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto 2023-11-08T18:29:20.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto 2023-11-08T18:29:20.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:29:20.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto 2023-11-08T18:29:20.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.cgkzto ... 2023-11-08T18:29:20.092 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:20.092 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:29:20.092 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:29:20.092 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:29:20.092 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:20.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:29:20.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:29:20.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:29:20.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:29:20.093 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:29:20.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto 2023-11-08T18:29:20.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:29:20.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto 2023-11-08T18:29:20.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto 2023-11-08T18:29:20.094 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:29:20.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto 2023-11-08T18:29:20.095 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.cgkzto ... 2023-11-08T18:29:20.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:20.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:29:20.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:29:20.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:29:20.096 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:20.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: cephadm 2023-11-08T18:29:19.508444+0000 mgr.smithi019.obqwgt (mgr.14180) 1429 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.cgkzto 2023-11-08T18:29:20.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: audit 2023-11-08T18:29:19.509211+0000 mon.smithi019 (mon.0) 1020 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.cgkzto"}]: dispatch 2023-11-08T18:29:20.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: cephadm 2023-11-08T18:29:19.510761+0000 mgr.smithi019.obqwgt (mgr.14180) 1430 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.cgkzto on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto 2023-11-08T18:29:20.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:29:20.097 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto 2023-11-08T18:29:20.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto 2023-11-08T18:29:20.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:29:20.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto 2023-11-08T18:29:20.098 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.cgkzto ... 2023-11-08T18:29:20.099 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:20.099 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:29:20.099 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:29:20.099 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:29:20.099 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:20.100 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:19 smithi019 bash[24123]: cephadm 2023-11-08T18:29:19.513733+0000 mgr.smithi019.obqwgt (mgr.14180) 1431 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.aaqvpk on smithi019 2023-11-08T18:29:20.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: cluster 2023-11-08T18:29:19.495638+0000 mgr.smithi019.obqwgt (mgr.14180) 1427 : cluster [DBG] pgmap v929: 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-08T18:29:20.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: cephadm 2023-11-08T18:29:19.507776+0000 mgr.smithi019.obqwgt (mgr.14180) 1428 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto 2023-11-08T18:29:20.218 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:29:20.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto 2023-11-08T18:29:20.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto 2023-11-08T18:29:20.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:29:20.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto 2023-11-08T18:29:20.219 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.cgkzto ... 2023-11-08T18:29:20.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:20.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:29:20.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:29:20.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:29:20.220 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:20.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:29:20.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:29:20.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:29:20.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:29:20.221 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:29:20.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto 2023-11-08T18:29:20.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:29:20.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto 2023-11-08T18:29:20.222 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto 2023-11-08T18:29:20.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:29:20.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto 2023-11-08T18:29:20.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.cgkzto ... 2023-11-08T18:29:20.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:20.223 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:29:20.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:29:20.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:29:20.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:20.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: cephadm 2023-11-08T18:29:19.508444+0000 mgr.smithi019.obqwgt (mgr.14180) 1429 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.cgkzto 2023-11-08T18:29:20.224 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: audit 2023-11-08T18:29:19.509211+0000 mon.smithi019 (mon.0) 1020 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.cgkzto"}]: dispatch 2023-11-08T18:29:20.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: cephadm 2023-11-08T18:29:19.510761+0000 mgr.smithi019.obqwgt (mgr.14180) 1430 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.cgkzto on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto 2023-11-08T18:29:20.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:29:20.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto 2023-11-08T18:29:20.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto 2023-11-08T18:29:20.225 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:29:20.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto 2023-11-08T18:29:20.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.cgkzto ... 2023-11-08T18:29:20.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:20.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:29:20.226 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:29:20.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:29:20.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:20.227 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:19 smithi122 bash[28108]: cephadm 2023-11-08T18:29:19.513733+0000 mgr.smithi019.obqwgt (mgr.14180) 1431 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.aaqvpk on smithi019 2023-11-08T18:29:20.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:29:21.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:20 smithi122 bash[28108]: audit 2023-11-08T18:29:19.692092+0000 mgr.smithi019.obqwgt (mgr.14180) 1432 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:21.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:20 smithi019 bash[24123]: audit 2023-11-08T18:29:19.692092+0000 mgr.smithi019.obqwgt (mgr.14180) 1432 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:21.525 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:29:22.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:21 smithi019 bash[24123]: cluster 2023-11-08T18:29:21.496412+0000 mgr.smithi019.obqwgt (mgr.14180) 1433 : 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-08T18:29:22.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:21 smithi122 bash[28108]: cluster 2023-11-08T18:29:21.496412+0000 mgr.smithi019.obqwgt (mgr.14180) 1433 : 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-08T18:29:24.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:24 smithi019 bash[24123]: cluster 2023-11-08T18:29:23.497490+0000 mgr.smithi019.obqwgt (mgr.14180) 1434 : 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-08T18:29:24.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:24 smithi019 bash[24123]: audit 2023-11-08T18:29:23.673903+0000 mon.smithi019 (mon.0) 1021 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.aaqvpk"}]: dispatch 2023-11-08T18:29:24.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:24 smithi019 bash[24123]: audit 2023-11-08T18:29:24.274893+0000 mon.smithi019 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:29:24.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:24 smithi122 bash[28108]: cluster 2023-11-08T18:29:23.497490+0000 mgr.smithi019.obqwgt (mgr.14180) 1434 : 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-08T18:29:24.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:24 smithi122 bash[28108]: audit 2023-11-08T18:29:23.673903+0000 mon.smithi019 (mon.0) 1021 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.aaqvpk"}]: dispatch 2023-11-08T18:29:24.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:24 smithi122 bash[28108]: audit 2023-11-08T18:29:24.274893+0000 mon.smithi019 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:29:25.048 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:29:25.049 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:19.510502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cgkzto on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\nDeploy daemon haproxy.nfs.foo.smithi122.cgkzto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.674751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.aaqvpk on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\nDeploy daemon haproxy.nfs.foo.smithi019.aaqvpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.678307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.uxkttm on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:29:25.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:29:25.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: cephadm 2023-11-08T18:29:23.673152+0000 mgr.smithi019.obqwgt (mgr.14180) 1435 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk 2023-11-08T18:29:25.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:29:25.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk 2023-11-08T18:29:25.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk 2023-11-08T18:29:25.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:29:25.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk 2023-11-08T18:29:25.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.aaqvpk ... 2023-11-08T18:29:25.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:25.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:29:25.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:29:25.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:29:25.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:25.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:29:25.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:29:25.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:29:25.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:29:25.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:29:25.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk 2023-11-08T18:29:25.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:29:25.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk 2023-11-08T18:29:25.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk 2023-11-08T18:29:25.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:29:25.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk 2023-11-08T18:29:25.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.aaqvpk ... 2023-11-08T18:29:25.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:25.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:29:25.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:29:25.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:29:25.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:25.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: cephadm 2023-11-08T18:29:23.673411+0000 mgr.smithi019.obqwgt (mgr.14180) 1436 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.aaqvpk 2023-11-08T18:29:25.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: cephadm 2023-11-08T18:29:23.674928+0000 mgr.smithi019.obqwgt (mgr.14180) 1437 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.aaqvpk on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk 2023-11-08T18:29:25.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:29:25.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk 2023-11-08T18:29:25.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk 2023-11-08T18:29:25.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:29:25.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk 2023-11-08T18:29:25.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.aaqvpk ... 2023-11-08T18:29:25.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:25.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:29:25.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:29:25.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:29:25.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:25.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: cephadm 2023-11-08T18:29:23.678477+0000 mgr.smithi019.obqwgt (mgr.14180) 1438 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.uxkttm on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:29:25.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: cephadm 2023-11-08T18:29:23.680921+0000 mgr.smithi019.obqwgt (mgr.14180) 1439 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:29:25.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: cluster 2023-11-08T18:29:23.681975+0000 mgr.smithi019.obqwgt (mgr.14180) 1440 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 0 op/s 2023-11-08T18:29:25.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:25 smithi019 bash[24123]: cluster 2023-11-08T18:29:24.550734+0000 mon.smithi019 (mon.0) 1023 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:29:25.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: cephadm 2023-11-08T18:29:23.673152+0000 mgr.smithi019.obqwgt (mgr.14180) 1435 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk 2023-11-08T18:29:25.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:29:25.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk 2023-11-08T18:29:25.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk 2023-11-08T18:29:25.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:29:25.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk 2023-11-08T18:29:25.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.aaqvpk ... 2023-11-08T18:29:25.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:25.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:29:25.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:29:25.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:29:25.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:25.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:29:25.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:29:25.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:29:25.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:29:25.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:29:25.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk 2023-11-08T18:29:25.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:29:25.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk 2023-11-08T18:29:25.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk 2023-11-08T18:29:25.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:29:25.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk 2023-11-08T18:29:25.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.aaqvpk ... 2023-11-08T18:29:25.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:25.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:29:25.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:29:25.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:29:25.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:25.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: cephadm 2023-11-08T18:29:23.673411+0000 mgr.smithi019.obqwgt (mgr.14180) 1436 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.aaqvpk 2023-11-08T18:29:25.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: cephadm 2023-11-08T18:29:23.674928+0000 mgr.smithi019.obqwgt (mgr.14180) 1437 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.aaqvpk on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk 2023-11-08T18:29:25.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:29:25.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk 2023-11-08T18:29:25.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk 2023-11-08T18:29:25.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:29:25.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk 2023-11-08T18:29:25.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.aaqvpk ... 2023-11-08T18:29:25.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:25.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:29:25.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:29:25.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:29:25.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:29:25.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: cephadm 2023-11-08T18:29:23.678477+0000 mgr.smithi019.obqwgt (mgr.14180) 1438 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.uxkttm on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:29:25.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: cephadm 2023-11-08T18:29:23.680921+0000 mgr.smithi019.obqwgt (mgr.14180) 1439 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:29:25.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: cluster 2023-11-08T18:29:23.681975+0000 mgr.smithi019.obqwgt (mgr.14180) 1440 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 0 op/s 2023-11-08T18:29:25.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:25 smithi122 bash[28108]: cluster 2023-11-08T18:29:24.550734+0000 mon.smithi019 (mon.0) 1023 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:29:26.807 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:29:26.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:26 smithi019 bash[24123]: audit 2023-11-08T18:29:25.037360+0000 mgr.smithi019.obqwgt (mgr.14180) 1441 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:26.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:26 smithi122 bash[28108]: audit 2023-11-08T18:29:25.037360+0000 mgr.smithi019.obqwgt (mgr.14180) 1441 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:27.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:27 smithi019 bash[24123]: cluster 2023-11-08T18:29:25.682960+0000 mgr.smithi019.obqwgt (mgr.14180) 1442 : cluster [DBG] pgmap v933: 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-08T18:29:27.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:27 smithi122 bash[28108]: cluster 2023-11-08T18:29:25.682960+0000 mgr.smithi019.obqwgt (mgr.14180) 1442 : cluster [DBG] pgmap v933: 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-08T18:29:29.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:29 smithi019 bash[24123]: cluster 2023-11-08T18:29:27.684328+0000 mgr.smithi019.obqwgt (mgr.14180) 1443 : cluster [DBG] pgmap v934: 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-08T18:29:29.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:29 smithi122 bash[28108]: cluster 2023-11-08T18:29:27.684328+0000 mgr.smithi019.obqwgt (mgr.14180) 1443 : cluster [DBG] pgmap v934: 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-08T18:29:30.016 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:29:30.017 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:19.510502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cgkzto on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\nDeploy daemon haproxy.nfs.foo.smithi122.cgkzto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.674751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.aaqvpk on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\nDeploy daemon haproxy.nfs.foo.smithi019.aaqvpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.678307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.uxkttm on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:29:30.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:29:31.777 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:29:31.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:31 smithi122 bash[28108]: cluster 2023-11-08T18:29:29.685302+0000 mgr.smithi019.obqwgt (mgr.14180) 1444 : cluster [DBG] pgmap v935: 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-08T18:29:31.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:31 smithi122 bash[28108]: audit 2023-11-08T18:29:30.006390+0000 mgr.smithi019.obqwgt (mgr.14180) 1445 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:31.983 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:31 smithi019 bash[24123]: cluster 2023-11-08T18:29:29.685302+0000 mgr.smithi019.obqwgt (mgr.14180) 1444 : cluster [DBG] pgmap v935: 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-08T18:29:31.983 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:31 smithi019 bash[24123]: audit 2023-11-08T18:29:30.006390+0000 mgr.smithi019.obqwgt (mgr.14180) 1445 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:33.886 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:33 smithi019 bash[24123]: cluster 2023-11-08T18:29:31.686574+0000 mgr.smithi019.obqwgt (mgr.14180) 1446 : cluster [DBG] pgmap v936: 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-08T18:29:33.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:33 smithi122 bash[28108]: cluster 2023-11-08T18:29:31.686574+0000 mgr.smithi019.obqwgt (mgr.14180) 1446 : cluster [DBG] pgmap v936: 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-08T18:29:35.001 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:29:35.002 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:19.510502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cgkzto on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\nDeploy daemon haproxy.nfs.foo.smithi122.cgkzto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.674751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.aaqvpk on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\nDeploy daemon haproxy.nfs.foo.smithi019.aaqvpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.678307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.uxkttm on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:29:35.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:29:35.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:35 smithi122 bash[28108]: cluster 2023-11-08T18:29:33.687377+0000 mgr.smithi019.obqwgt (mgr.14180) 1447 : cluster [DBG] pgmap v937: 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-08T18:29:36.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:35 smithi019 bash[24123]: cluster 2023-11-08T18:29:33.687377+0000 mgr.smithi019.obqwgt (mgr.14180) 1447 : cluster [DBG] pgmap v937: 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-08T18:29:36.756 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:29:36.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:36 smithi122 bash[28108]: audit 2023-11-08T18:29:34.991404+0000 mgr.smithi019.obqwgt (mgr.14180) 1448 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:37.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:36 smithi019 bash[24123]: audit 2023-11-08T18:29:34.991404+0000 mgr.smithi019.obqwgt (mgr.14180) 1448 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:37.960 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:37 smithi019 bash[24123]: cluster 2023-11-08T18:29:35.687933+0000 mgr.smithi019.obqwgt (mgr.14180) 1449 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:29:37.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:37 smithi122 bash[28108]: cluster 2023-11-08T18:29:35.687933+0000 mgr.smithi019.obqwgt (mgr.14180) 1449 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:29:39.817 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:29:39.818 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:19.510502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cgkzto on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\nDeploy daemon haproxy.nfs.foo.smithi122.cgkzto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.674751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.aaqvpk on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\nDeploy daemon haproxy.nfs.foo.smithi019.aaqvpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.678307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.uxkttm on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:29:39.877 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:39 smithi019 bash[24123]: cluster 2023-11-08T18:29:37.689275+0000 mgr.smithi019.obqwgt (mgr.14180) 1450 : cluster [DBG] pgmap v939: 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-08T18:29:39.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:39 smithi122 bash[28108]: cluster 2023-11-08T18:29:37.689275+0000 mgr.smithi019.obqwgt (mgr.14180) 1450 : cluster [DBG] pgmap v939: 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-08T18:29:40.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:29:41.635 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:29:41.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:41 smithi122 bash[28108]: cluster 2023-11-08T18:29:39.689934+0000 mgr.smithi019.obqwgt (mgr.14180) 1451 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:29:41.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:41 smithi122 bash[28108]: audit 2023-11-08T18:29:39.802123+0000 mgr.smithi019.obqwgt (mgr.14180) 1452 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:42.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:41 smithi019 bash[24123]: cluster 2023-11-08T18:29:39.689934+0000 mgr.smithi019.obqwgt (mgr.14180) 1451 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:29:42.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:41 smithi019 bash[24123]: audit 2023-11-08T18:29:39.802123+0000 mgr.smithi019.obqwgt (mgr.14180) 1452 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:43.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:43 smithi122 bash[28108]: cluster 2023-11-08T18:29:41.691198+0000 mgr.smithi019.obqwgt (mgr.14180) 1453 : 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-08T18:29:44.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:43 smithi019 bash[24123]: cluster 2023-11-08T18:29:41.691198+0000 mgr.smithi019.obqwgt (mgr.14180) 1453 : 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-08T18:29:44.872 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:29:44.873 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:19.510502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cgkzto on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\nDeploy daemon haproxy.nfs.foo.smithi122.cgkzto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.674751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.aaqvpk on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\nDeploy daemon haproxy.nfs.foo.smithi019.aaqvpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.678307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.uxkttm on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:29:45.603 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:29:45.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:45 smithi122 bash[28108]: cluster 2023-11-08T18:29:43.692497+0000 mgr.smithi019.obqwgt (mgr.14180) 1454 : 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-08T18:29:46.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:45 smithi019 bash[24123]: cluster 2023-11-08T18:29:43.692497+0000 mgr.smithi019.obqwgt (mgr.14180) 1454 : 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-08T18:29:46.604 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:29:46.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:46 smithi122 bash[28108]: audit 2023-11-08T18:29:44.862464+0000 mgr.smithi019.obqwgt (mgr.14180) 1455 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:47.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:46 smithi019 bash[24123]: audit 2023-11-08T18:29:44.862464+0000 mgr.smithi019.obqwgt (mgr.14180) 1455 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:47.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:47 smithi122 bash[28108]: cluster 2023-11-08T18:29:45.693506+0000 mgr.smithi019.obqwgt (mgr.14180) 1456 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:29:48.026 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:47 smithi019 bash[24123]: cluster 2023-11-08T18:29:45.693506+0000 mgr.smithi019.obqwgt (mgr.14180) 1456 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:29:48.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:48 smithi122 bash[28108]: cluster 2023-11-08T18:29:47.694982+0000 mgr.smithi019.obqwgt (mgr.14180) 1457 : cluster [DBG] pgmap v944: 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-08T18:29:49.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:48 smithi019 bash[24123]: cluster 2023-11-08T18:29:47.694982+0000 mgr.smithi019.obqwgt (mgr.14180) 1457 : cluster [DBG] pgmap v944: 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-08T18:29:49.910 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:29:49.911 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:19.510502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cgkzto on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\nDeploy daemon haproxy.nfs.foo.smithi122.cgkzto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.674751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.aaqvpk on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\nDeploy daemon haproxy.nfs.foo.smithi019.aaqvpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.678307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.uxkttm on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:29:50.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:29:51.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:50 smithi122 bash[28108]: cluster 2023-11-08T18:29:49.695755+0000 mgr.smithi019.obqwgt (mgr.14180) 1458 : 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-08T18:29:51.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:50 smithi122 bash[28108]: audit 2023-11-08T18:29:49.896267+0000 mgr.smithi019.obqwgt (mgr.14180) 1459 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:51.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:50 smithi019 bash[24123]: cluster 2023-11-08T18:29:49.695755+0000 mgr.smithi019.obqwgt (mgr.14180) 1458 : 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-08T18:29:51.340 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:50 smithi019 bash[24123]: audit 2023-11-08T18:29:49.896267+0000 mgr.smithi019.obqwgt (mgr.14180) 1459 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:51.662 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:29:52.961 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:52 smithi019 bash[24123]: cluster 2023-11-08T18:29:51.697033+0000 mgr.smithi019.obqwgt (mgr.14180) 1460 : 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-08T18:29:53.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:52 smithi122 bash[28108]: cluster 2023-11-08T18:29:51.697033+0000 mgr.smithi019.obqwgt (mgr.14180) 1460 : 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-08T18:29:54.837 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:29:54.837 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:19.510502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cgkzto on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\nDeploy daemon haproxy.nfs.foo.smithi122.cgkzto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.674751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.aaqvpk on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\nDeploy daemon haproxy.nfs.foo.smithi019.aaqvpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.678307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.uxkttm on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:29:55.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:54 smithi122 bash[28108]: cluster 2023-11-08T18:29:53.698314+0000 mgr.smithi019.obqwgt (mgr.14180) 1461 : 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-08T18:29:55.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:54 smithi019 bash[24123]: cluster 2023-11-08T18:29:53.698314+0000 mgr.smithi019.obqwgt (mgr.14180) 1461 : 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-08T18:29:55.642 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:29:56.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:55 smithi122 bash[28108]: audit 2023-11-08T18:29:54.821082+0000 mgr.smithi019.obqwgt (mgr.14180) 1462 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:56.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:55 smithi019 bash[24123]: audit 2023-11-08T18:29:54.821082+0000 mgr.smithi019.obqwgt (mgr.14180) 1462 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:29:56.642 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:29:57.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:56 smithi122 bash[28108]: cluster 2023-11-08T18:29:55.699415+0000 mgr.smithi019.obqwgt (mgr.14180) 1463 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:29:57.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:56 smithi019 bash[24123]: cluster 2023-11-08T18:29:55.699415+0000 mgr.smithi019.obqwgt (mgr.14180) 1463 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:29:59.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:29:58 smithi019 bash[24123]: cluster 2023-11-08T18:29:57.700823+0000 mgr.smithi019.obqwgt (mgr.14180) 1464 : cluster [DBG] pgmap v949: 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-08T18:29:59.217 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:29:58 smithi122 bash[28108]: cluster 2023-11-08T18:29:57.700823+0000 mgr.smithi019.obqwgt (mgr.14180) 1464 : cluster [DBG] pgmap v949: 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-08T18:29:59.941 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:29:59.941 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:19.510502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cgkzto on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\nDeploy daemon haproxy.nfs.foo.smithi122.cgkzto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.674751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.aaqvpk on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\nDeploy daemon haproxy.nfs.foo.smithi019.aaqvpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.678307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.uxkttm on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:30:00.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:30:01.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:00 smithi019 bash[24123]: cluster 2023-11-08T18:29:59.701927+0000 mgr.smithi019.obqwgt (mgr.14180) 1465 : 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-08T18:30:01.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:00 smithi019 bash[24123]: audit 2023-11-08T18:29:59.925016+0000 mgr.smithi019.obqwgt (mgr.14180) 1466 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:01.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:00 smithi019 bash[24123]: cluster 2023-11-08T18:30:00.000132+0000 mon.smithi019 (mon.0) 1024 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-08T18:30:01.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:00 smithi122 bash[28108]: cluster 2023-11-08T18:29:59.701927+0000 mgr.smithi019.obqwgt (mgr.14180) 1465 : 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-08T18:30:01.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:00 smithi122 bash[28108]: audit 2023-11-08T18:29:59.925016+0000 mgr.smithi019.obqwgt (mgr.14180) 1466 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:01.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:00 smithi122 bash[28108]: cluster 2023-11-08T18:30:00.000132+0000 mon.smithi019 (mon.0) 1024 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-08T18:30:01.728 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:30:03.065 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:02 smithi019 bash[24123]: cluster 2023-11-08T18:30:01.703194+0000 mgr.smithi019.obqwgt (mgr.14180) 1467 : 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-08T18:30:03.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:02 smithi122 bash[28108]: cluster 2023-11-08T18:30:01.703194+0000 mgr.smithi019.obqwgt (mgr.14180) 1467 : 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-08T18:30:04.968 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:30:04.968 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:19.510502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cgkzto on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\nDeploy daemon haproxy.nfs.foo.smithi122.cgkzto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.674751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.aaqvpk on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\nDeploy daemon haproxy.nfs.foo.smithi019.aaqvpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.678307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.uxkttm on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:30:05.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:04 smithi019 bash[24123]: cluster 2023-11-08T18:30:03.704477+0000 mgr.smithi019.obqwgt (mgr.14180) 1468 : 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-08T18:30:05.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:04 smithi122 bash[28108]: cluster 2023-11-08T18:30:03.704477+0000 mgr.smithi019.obqwgt (mgr.14180) 1468 : 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-08T18:30:05.736 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:30:06.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:05 smithi019 bash[24123]: audit 2023-11-08T18:30:04.951295+0000 mgr.smithi019.obqwgt (mgr.14180) 1469 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:06.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:05 smithi122 bash[28108]: audit 2023-11-08T18:30:04.951295+0000 mgr.smithi019.obqwgt (mgr.14180) 1469 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:06.738 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:30:07.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:06 smithi019 bash[24123]: cluster 2023-11-08T18:30:05.705069+0000 mgr.smithi019.obqwgt (mgr.14180) 1470 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:30:07.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:06 smithi122 bash[28108]: cluster 2023-11-08T18:30:05.705069+0000 mgr.smithi019.obqwgt (mgr.14180) 1470 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:30:09.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:08 smithi019 bash[24123]: cluster 2023-11-08T18:30:07.706390+0000 mgr.smithi019.obqwgt (mgr.14180) 1471 : cluster [DBG] pgmap v954: 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-08T18:30:09.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:08 smithi122 bash[28108]: cluster 2023-11-08T18:30:07.706390+0000 mgr.smithi019.obqwgt (mgr.14180) 1471 : cluster [DBG] pgmap v954: 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-08T18:30:09.965 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:30:09.966 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:19.510502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cgkzto on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\nDeploy daemon haproxy.nfs.foo.smithi122.cgkzto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.674751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.aaqvpk on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\nDeploy daemon haproxy.nfs.foo.smithi019.aaqvpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.678307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.uxkttm on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:30:10.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:30:11.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:10 smithi019 bash[24123]: cluster 2023-11-08T18:30:09.707370+0000 mgr.smithi019.obqwgt (mgr.14180) 1472 : 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-08T18:30:11.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:10 smithi019 bash[24123]: audit 2023-11-08T18:30:09.949371+0000 mgr.smithi019.obqwgt (mgr.14180) 1473 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:11.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:11 smithi122 bash[28108]: cluster 2023-11-08T18:30:09.707370+0000 mgr.smithi019.obqwgt (mgr.14180) 1472 : 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-08T18:30:11.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:11 smithi122 bash[28108]: audit 2023-11-08T18:30:09.949371+0000 mgr.smithi019.obqwgt (mgr.14180) 1473 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:11.791 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:30:13.081 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:13 smithi019 bash[24123]: cluster 2023-11-08T18:30:11.708623+0000 mgr.smithi019.obqwgt (mgr.14180) 1474 : 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-08T18:30:13.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:13 smithi122 bash[28108]: cluster 2023-11-08T18:30:11.708623+0000 mgr.smithi019.obqwgt (mgr.14180) 1474 : 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-08T18:30:14.878 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:30:14.879 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:19.510502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cgkzto on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\nDeploy daemon haproxy.nfs.foo.smithi122.cgkzto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.674751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.aaqvpk on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\nDeploy daemon haproxy.nfs.foo.smithi019.aaqvpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.678307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.uxkttm on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:30:15.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:15 smithi019 bash[24123]: cluster 2023-11-08T18:30:13.709650+0000 mgr.smithi019.obqwgt (mgr.14180) 1475 : 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-08T18:30:15.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:15 smithi122 bash[28108]: cluster 2023-11-08T18:30:13.709650+0000 mgr.smithi019.obqwgt (mgr.14180) 1475 : 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-08T18:30:15.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:30:16.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:16 smithi019 bash[24123]: audit 2023-11-08T18:30:14.863090+0000 mgr.smithi019.obqwgt (mgr.14180) 1476 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:16.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:16 smithi122 bash[28108]: audit 2023-11-08T18:30:14.863090+0000 mgr.smithi019.obqwgt (mgr.14180) 1476 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:16.630 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:30:17.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:17 smithi019 bash[24123]: cluster 2023-11-08T18:30:15.710640+0000 mgr.smithi019.obqwgt (mgr.14180) 1477 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:30:17.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:17 smithi122 bash[28108]: cluster 2023-11-08T18:30:15.710640+0000 mgr.smithi019.obqwgt (mgr.14180) 1477 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:30:19.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:19 smithi019 bash[24123]: cluster 2023-11-08T18:30:17.712044+0000 mgr.smithi019.obqwgt (mgr.14180) 1478 : cluster [DBG] pgmap v959: 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-08T18:30:19.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:19 smithi122 bash[28108]: cluster 2023-11-08T18:30:17.712044+0000 mgr.smithi019.obqwgt (mgr.14180) 1478 : cluster [DBG] pgmap v959: 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-08T18:30:20.000 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:30:20.001 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:19.510502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cgkzto on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\nDeploy daemon haproxy.nfs.foo.smithi122.cgkzto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.674751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.aaqvpk on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\nDeploy daemon haproxy.nfs.foo.smithi019.aaqvpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.678307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.uxkttm on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:30:20.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:30:21.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:21 smithi019 bash[24123]: cluster 2023-11-08T18:30:19.712769+0000 mgr.smithi019.obqwgt (mgr.14180) 1479 : 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-08T18:30:21.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:21 smithi019 bash[24123]: audit 2023-11-08T18:30:19.985946+0000 mgr.smithi019.obqwgt (mgr.14180) 1480 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:21.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:21 smithi122 bash[28108]: cluster 2023-11-08T18:30:19.712769+0000 mgr.smithi019.obqwgt (mgr.14180) 1479 : 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-08T18:30:21.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:21 smithi122 bash[28108]: audit 2023-11-08T18:30:19.985946+0000 mgr.smithi019.obqwgt (mgr.14180) 1480 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:21.850 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:30:23.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:23 smithi019 bash[24123]: cluster 2023-11-08T18:30:21.714016+0000 mgr.smithi019.obqwgt (mgr.14180) 1481 : 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-08T18:30:23.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:23 smithi122 bash[28108]: cluster 2023-11-08T18:30:21.714016+0000 mgr.smithi019.obqwgt (mgr.14180) 1481 : 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-08T18:30:24.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:24 smithi019 bash[24123]: audit 2023-11-08T18:30:23.685554+0000 mon.smithi019 (mon.0) 1025 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:30:24.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:24 smithi019 bash[24123]: audit 2023-11-08T18:30:23.960736+0000 mon.smithi019 (mon.0) 1026 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:30:24.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:24 smithi122 bash[28108]: audit 2023-11-08T18:30:23.685554+0000 mon.smithi019 (mon.0) 1025 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:30:24.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:24 smithi122 bash[28108]: audit 2023-11-08T18:30:23.960736+0000 mon.smithi019 (mon.0) 1026 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:30:25.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:25 smithi019 bash[24123]: cluster 2023-11-08T18:30:23.715164+0000 mgr.smithi019.obqwgt (mgr.14180) 1482 : 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-08T18:30:25.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:25 smithi019 bash[24123]: audit 2023-11-08T18:30:24.249488+0000 mon.smithi019 (mon.0) 1027 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:30:25.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:25 smithi019 bash[24123]: audit 2023-11-08T18:30:24.250782+0000 mon.smithi019 (mon.0) 1028 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:30:25.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:25 smithi019 bash[24123]: audit 2023-11-08T18:30:24.256936+0000 mon.smithi019 (mon.0) 1029 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:30:25.090 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:25 smithi019 bash[24123]: cluster 2023-11-08T18:30:24.257701+0000 mgr.smithi019.obqwgt (mgr.14180) 1483 : cluster [DBG] pgmap v963: 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-08T18:30:25.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:25 smithi019 bash[24123]: audit 2023-11-08T18:30:24.264305+0000 mon.smithi019 (mon.0) 1030 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:30:25.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:25 smithi019 bash[24123]: audit 2023-11-08T18:30:24.276247+0000 mon.smithi019 (mon.0) 1031 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:30:25.091 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:25 smithi019 bash[24123]: cephadm 2023-11-08T18:30:24.280697+0000 mgr.smithi019.obqwgt (mgr.14180) 1484 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.gjosgx on smithi122 2023-11-08T18:30:25.240 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:30:25.241 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:28:15.172300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.gjoyar on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:19.510502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cgkzto on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\nDeploy daemon haproxy.nfs.foo.smithi122.cgkzto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.674751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.aaqvpk on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\nDeploy daemon haproxy.nfs.foo.smithi019.aaqvpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.678307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.uxkttm on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:30:25.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:25 smithi122 bash[28108]: cluster 2023-11-08T18:30:23.715164+0000 mgr.smithi019.obqwgt (mgr.14180) 1482 : 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-08T18:30:25.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:25 smithi122 bash[28108]: audit 2023-11-08T18:30:24.249488+0000 mon.smithi019 (mon.0) 1027 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:30:25.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:25 smithi122 bash[28108]: audit 2023-11-08T18:30:24.250782+0000 mon.smithi019 (mon.0) 1028 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:30:25.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:25 smithi122 bash[28108]: audit 2023-11-08T18:30:24.256936+0000 mon.smithi019 (mon.0) 1029 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:30:25.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:25 smithi122 bash[28108]: cluster 2023-11-08T18:30:24.257701+0000 mgr.smithi019.obqwgt (mgr.14180) 1483 : cluster [DBG] pgmap v963: 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-08T18:30:25.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:25 smithi122 bash[28108]: audit 2023-11-08T18:30:24.264305+0000 mon.smithi019 (mon.0) 1030 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:30:25.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:25 smithi122 bash[28108]: audit 2023-11-08T18:30:24.276247+0000 mon.smithi019 (mon.0) 1031 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:30:25.469 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:25 smithi122 bash[28108]: cephadm 2023-11-08T18:30:24.280697+0000 mgr.smithi019.obqwgt (mgr.14180) 1484 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.gjosgx on smithi122 2023-11-08T18:30:26.031 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:30:26.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:26 smithi019 bash[24123]: audit 2023-11-08T18:30:25.223165+0000 mgr.smithi019.obqwgt (mgr.14180) 1485 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:26.340 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:26 smithi019 bash[24123]: cluster 2023-11-08T18:30:25.254738+0000 mon.smithi019 (mon.0) 1032 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:30:26.340 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:26 smithi019 bash[24123]: cluster 2023-11-08T18:30:25.254827+0000 mon.smithi019 (mon.0) 1033 : cluster [INF] Cluster is now healthy 2023-11-08T18:30:26.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:26 smithi122 bash[28108]: audit 2023-11-08T18:30:25.223165+0000 mgr.smithi019.obqwgt (mgr.14180) 1485 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:26.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:26 smithi122 bash[28108]: cluster 2023-11-08T18:30:25.254738+0000 mon.smithi019 (mon.0) 1032 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:30:26.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:26 smithi122 bash[28108]: cluster 2023-11-08T18:30:25.254827+0000 mon.smithi019 (mon.0) 1033 : cluster [INF] Cluster is now healthy 2023-11-08T18:30:27.033 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:30:27.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:27 smithi019 bash[24123]: cluster 2023-11-08T18:30:26.258498+0000 mgr.smithi019.obqwgt (mgr.14180) 1486 : cluster [DBG] pgmap v964: 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-08T18:30:27.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:27 smithi122 bash[28108]: cluster 2023-11-08T18:30:26.258498+0000 mgr.smithi019.obqwgt (mgr.14180) 1486 : cluster [DBG] pgmap v964: 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-08T18:30:28.446 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:28 smithi019 bash[24123]: audit 2023-11-08T18:30:28.235183+0000 mon.smithi019 (mon.0) 1034 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.gjosgx"}]: dispatch 2023-11-08T18:30:28.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:28 smithi122 bash[28108]: audit 2023-11-08T18:30:28.235183+0000 mon.smithi019 (mon.0) 1034 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.gjosgx"}]: dispatch 2023-11-08T18:30:29.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: cephadm 2023-11-08T18:30:28.234107+0000 mgr.smithi019.obqwgt (mgr.14180) 1487 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx 2023-11-08T18:30:29.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:30:29.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx 2023-11-08T18:30:29.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx 2023-11-08T18:30:29.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:30:29.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx 2023-11-08T18:30:29.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.gjosgx ... 2023-11-08T18:30:29.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:29.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:30:29.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:30:29.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:30:29.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:29.592 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:30:29.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:30:29.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:30:29.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:30:29.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:30:29.593 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx 2023-11-08T18:30:29.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:30:29.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx 2023-11-08T18:30:29.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx 2023-11-08T18:30:29.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:30:29.594 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx 2023-11-08T18:30:29.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.gjosgx ... 2023-11-08T18:30:29.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:29.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:30:29.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:30:29.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:30:29.595 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:29.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: cephadm 2023-11-08T18:30:28.234655+0000 mgr.smithi019.obqwgt (mgr.14180) 1488 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.gjosgx 2023-11-08T18:30:29.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: cephadm 2023-11-08T18:30:28.236440+0000 mgr.smithi019.obqwgt (mgr.14180) 1489 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.gjosgx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx 2023-11-08T18:30:29.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:30:29.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx 2023-11-08T18:30:29.596 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx 2023-11-08T18:30:29.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:30:29.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx 2023-11-08T18:30:29.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.gjosgx ... 2023-11-08T18:30:29.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:29.597 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:30:29.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:30:29.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:30:29.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:29.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: cephadm 2023-11-08T18:30:28.241297+0000 mgr.smithi019.obqwgt (mgr.14180) 1490 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.mcvlom on smithi019 2023-11-08T18:30:29.598 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:29 smithi019 bash[24123]: cluster 2023-11-08T18:30:28.259167+0000 mgr.smithi019.obqwgt (mgr.14180) 1491 : cluster [DBG] pgmap v965: 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-08T18:30:29.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: cephadm 2023-11-08T18:30:28.234107+0000 mgr.smithi019.obqwgt (mgr.14180) 1487 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx 2023-11-08T18:30:29.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:30:29.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx 2023-11-08T18:30:29.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx 2023-11-08T18:30:29.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:30:29.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx 2023-11-08T18:30:29.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.gjosgx ... 2023-11-08T18:30:29.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:29.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:30:29.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:30:29.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:30:29.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:29.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:30:29.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:30:29.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:30:29.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:30:29.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:30:29.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx 2023-11-08T18:30:29.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:30:29.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx 2023-11-08T18:30:29.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx 2023-11-08T18:30:29.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:30:29.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx 2023-11-08T18:30:29.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.gjosgx ... 2023-11-08T18:30:29.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:29.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:30:29.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:30:29.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:30:29.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:29.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: cephadm 2023-11-08T18:30:28.234655+0000 mgr.smithi019.obqwgt (mgr.14180) 1488 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.gjosgx 2023-11-08T18:30:29.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: cephadm 2023-11-08T18:30:28.236440+0000 mgr.smithi019.obqwgt (mgr.14180) 1489 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.gjosgx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx 2023-11-08T18:30:29.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:30:29.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx 2023-11-08T18:30:29.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx 2023-11-08T18:30:29.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:30:29.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx 2023-11-08T18:30:29.727 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.gjosgx ... 2023-11-08T18:30:29.728 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:29.728 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:30:29.728 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:30:29.728 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:30:29.728 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:29.729 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: cephadm 2023-11-08T18:30:28.241297+0000 mgr.smithi019.obqwgt (mgr.14180) 1490 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.mcvlom on smithi019 2023-11-08T18:30:29.729 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:29 smithi122 bash[28108]: cluster 2023-11-08T18:30:28.259167+0000 mgr.smithi019.obqwgt (mgr.14180) 1491 : cluster [DBG] pgmap v965: 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-08T18:30:30.260 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:30:30.260 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:29:19.510502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.cgkzto on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-cgkzto\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.cgkzto\nDeploy daemon haproxy.nfs.foo.smithi122.cgkzto ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.674751Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.aaqvpk on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-aaqvpk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.aaqvpk\nDeploy daemon haproxy.nfs.foo.smithi019.aaqvpk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:29:23.678307Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.uxkttm on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:28.236212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.gjosgx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\nDeploy daemon haproxy.nfs.foo.smithi122.gjosgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:30:30.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:30 smithi019 bash[24123]: audit 2023-11-08T18:30:29.443969+0000 mon.smithi019 (mon.0) 1035 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:30:30.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:30 smithi122 bash[28108]: audit 2023-11-08T18:30:29.443969+0000 mon.smithi019 (mon.0) 1035 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:30:31.041 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:30:31.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:31 smithi122 bash[28108]: audit 2023-11-08T18:30:30.245474+0000 mgr.smithi019.obqwgt (mgr.14180) 1492 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:31.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:31 smithi122 bash[28108]: cluster 2023-11-08T18:30:30.259724+0000 mgr.smithi019.obqwgt (mgr.14180) 1493 : cluster [DBG] pgmap v966: 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-08T18:30:31.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:31 smithi019 bash[24123]: audit 2023-11-08T18:30:30.245474+0000 mgr.smithi019.obqwgt (mgr.14180) 1492 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:31.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:31 smithi019 bash[24123]: cluster 2023-11-08T18:30:30.259724+0000 mgr.smithi019.obqwgt (mgr.14180) 1493 : cluster [DBG] pgmap v966: 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-08T18:30:32.042 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:30:33.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: cluster 2023-11-08T18:30:32.260540+0000 mgr.smithi019.obqwgt (mgr.14180) 1494 : cluster [DBG] pgmap v967: 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-08T18:30:33.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: cephadm 2023-11-08T18:30:32.457098+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom 2023-11-08T18:30:33.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:30:33.705 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom 2023-11-08T18:30:33.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom 2023-11-08T18:30:33.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:30:33.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom 2023-11-08T18:30:33.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.mcvlom ... 2023-11-08T18:30:33.706 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:33.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:30:33.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:30:33.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:30:33.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:33.707 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:30:33.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:30:33.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:30:33.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:30:33.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:30:33.708 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom 2023-11-08T18:30:33.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:30:33.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom 2023-11-08T18:30:33.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom 2023-11-08T18:30:33.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:30:33.709 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom 2023-11-08T18:30:33.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.mcvlom ... 2023-11-08T18:30:33.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:33.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:30:33.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:30:33.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:30:33.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:33.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: cephadm 2023-11-08T18:30:32.457384+0000 mgr.smithi019.obqwgt (mgr.14180) 1496 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.mcvlom 2023-11-08T18:30:33.711 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: audit 2023-11-08T18:30:32.457875+0000 mon.smithi019 (mon.0) 1036 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.mcvlom"}]: dispatch 2023-11-08T18:30:33.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: cephadm 2023-11-08T18:30:32.459006+0000 mgr.smithi019.obqwgt (mgr.14180) 1497 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.mcvlom on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom 2023-11-08T18:30:33.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:30:33.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom 2023-11-08T18:30:33.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom 2023-11-08T18:30:33.712 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:30:33.713 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom 2023-11-08T18:30:33.713 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.mcvlom ... 2023-11-08T18:30:33.713 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:33.713 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:30:33.713 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:30:33.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:30:33.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:33.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: cephadm 2023-11-08T18:30:32.460956+0000 mgr.smithi019.obqwgt (mgr.14180) 1498 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.kdpkaf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:30:33.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: cephadm 2023-11-08T18:30:32.462696+0000 mgr.smithi019.obqwgt (mgr.14180) 1499 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:30:33.714 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:33 smithi019 bash[24123]: cluster 2023-11-08T18:30:32.463855+0000 mgr.smithi019.obqwgt (mgr.14180) 1500 : cluster [DBG] pgmap v968: 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-08T18:30:33.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: cluster 2023-11-08T18:30:32.260540+0000 mgr.smithi019.obqwgt (mgr.14180) 1494 : cluster [DBG] pgmap v967: 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-08T18:30:33.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: cephadm 2023-11-08T18:30:32.457098+0000 mgr.smithi019.obqwgt (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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom 2023-11-08T18:30:33.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:30:33.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom 2023-11-08T18:30:33.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom 2023-11-08T18:30:33.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:30:33.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom 2023-11-08T18:30:33.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.mcvlom ... 2023-11-08T18:30:33.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:33.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:30:33.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:30:33.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:30:33.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:33.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:30:33.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:30:33.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:30:33.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:30:33.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:30:33.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom 2023-11-08T18:30:33.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:30:33.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom 2023-11-08T18:30:33.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom 2023-11-08T18:30:33.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:30:33.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom 2023-11-08T18:30:33.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.mcvlom ... 2023-11-08T18:30:33.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:33.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:30:33.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:30:33.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:30:33.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:33.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: cephadm 2023-11-08T18:30:32.457384+0000 mgr.smithi019.obqwgt (mgr.14180) 1496 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.mcvlom 2023-11-08T18:30:33.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: audit 2023-11-08T18:30:32.457875+0000 mon.smithi019 (mon.0) 1036 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.mcvlom"}]: dispatch 2023-11-08T18:30:33.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: cephadm 2023-11-08T18:30:32.459006+0000 mgr.smithi019.obqwgt (mgr.14180) 1497 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.mcvlom on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom 2023-11-08T18:30:33.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:30:33.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom 2023-11-08T18:30:33.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom 2023-11-08T18:30:33.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:30:33.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom 2023-11-08T18:30:33.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.mcvlom ... 2023-11-08T18:30:33.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:33.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:30:33.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:30:33.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:30:33.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:30:33.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: cephadm 2023-11-08T18:30:32.460956+0000 mgr.smithi019.obqwgt (mgr.14180) 1498 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.kdpkaf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:30:33.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: cephadm 2023-11-08T18:30:32.462696+0000 mgr.smithi019.obqwgt (mgr.14180) 1499 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:30:33.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:33 smithi122 bash[28108]: cluster 2023-11-08T18:30:32.463855+0000 mgr.smithi019.obqwgt (mgr.14180) 1500 : cluster [DBG] pgmap v968: 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-08T18:30:34.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:34 smithi019 bash[24123]: cluster 2023-11-08T18:30:33.453323+0000 mon.smithi019 (mon.0) 1037 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:30:34.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:34 smithi019 bash[24123]: audit 2023-11-08T18:30:34.324375+0000 mon.smithi019 (mon.0) 1038 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:30:34.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:34 smithi122 bash[28108]: cluster 2023-11-08T18:30:33.453323+0000 mon.smithi019 (mon.0) 1037 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:30:34.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:34 smithi122 bash[28108]: audit 2023-11-08T18:30:34.324375+0000 mon.smithi019 (mon.0) 1038 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:30:35.601 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:30:35.601 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:28.236212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.gjosgx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\nDeploy daemon haproxy.nfs.foo.smithi122.gjosgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.458896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mcvlom on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\nDeploy daemon haproxy.nfs.foo.smithi019.mcvlom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.460842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.kdpkaf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:30:35.821 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:35 smithi019 bash[24123]: cluster 2023-11-08T18:30:34.465006+0000 mgr.smithi019.obqwgt (mgr.14180) 1501 : cluster [DBG] pgmap v969: 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-08T18:30:35.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:35 smithi122 bash[28108]: cluster 2023-11-08T18:30:34.465006+0000 mgr.smithi019.obqwgt (mgr.14180) 1501 : cluster [DBG] pgmap v969: 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-08T18:30:36.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:30:36.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:36 smithi019 bash[24123]: audit 2023-11-08T18:30:35.585238+0000 mgr.smithi019.obqwgt (mgr.14180) 1502 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:36.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:36 smithi122 bash[28108]: audit 2023-11-08T18:30:35.585238+0000 mgr.smithi019.obqwgt (mgr.14180) 1502 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:37.329 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:30:37.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:37 smithi019 bash[24123]: cluster 2023-11-08T18:30:36.466115+0000 mgr.smithi019.obqwgt (mgr.14180) 1503 : cluster [DBG] pgmap v970: 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-08T18:30:37.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:37 smithi122 bash[28108]: cluster 2023-11-08T18:30:36.466115+0000 mgr.smithi019.obqwgt (mgr.14180) 1503 : cluster [DBG] pgmap v970: 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-08T18:30:39.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:39 smithi019 bash[24123]: cluster 2023-11-08T18:30:38.467449+0000 mgr.smithi019.obqwgt (mgr.14180) 1504 : cluster [DBG] pgmap v971: 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-08T18:30:39.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:39 smithi122 bash[28108]: cluster 2023-11-08T18:30:38.467449+0000 mgr.smithi019.obqwgt (mgr.14180) 1504 : cluster [DBG] pgmap v971: 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-08T18:30:40.674 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:30:40.674 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:28.236212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.gjosgx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\nDeploy daemon haproxy.nfs.foo.smithi122.gjosgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.458896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mcvlom on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\nDeploy daemon haproxy.nfs.foo.smithi019.mcvlom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.460842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.kdpkaf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:30:41.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:30:41.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:41 smithi019 bash[24123]: cluster 2023-11-08T18:30:40.468263+0000 mgr.smithi019.obqwgt (mgr.14180) 1505 : cluster [DBG] pgmap v972: 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-08T18:30:41.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:41 smithi122 bash[28108]: cluster 2023-11-08T18:30:40.468263+0000 mgr.smithi019.obqwgt (mgr.14180) 1505 : cluster [DBG] pgmap v972: 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-08T18:30:42.471 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:30:42.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:42 smithi019 bash[24123]: audit 2023-11-08T18:30:40.664327+0000 mgr.smithi019.obqwgt (mgr.14180) 1506 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:42.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:42 smithi122 bash[28108]: audit 2023-11-08T18:30:40.664327+0000 mgr.smithi019.obqwgt (mgr.14180) 1506 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:43.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:43 smithi019 bash[24123]: cluster 2023-11-08T18:30:42.469584+0000 mgr.smithi019.obqwgt (mgr.14180) 1507 : cluster [DBG] pgmap v973: 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-08T18:30:43.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:43 smithi122 bash[28108]: cluster 2023-11-08T18:30:42.469584+0000 mgr.smithi019.obqwgt (mgr.14180) 1507 : cluster [DBG] pgmap v973: 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-08T18:30:45.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:45 smithi019 bash[24123]: audit 2023-11-08T18:30:44.445361+0000 mon.smithi019 (mon.0) 1039 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:30:45.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:45 smithi019 bash[24123]: cluster 2023-11-08T18:30:44.470637+0000 mgr.smithi019.obqwgt (mgr.14180) 1508 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:30:45.675 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:30:45.676 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:28.236212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.gjosgx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\nDeploy daemon haproxy.nfs.foo.smithi122.gjosgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.458896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mcvlom on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\nDeploy daemon haproxy.nfs.foo.smithi019.mcvlom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.460842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.kdpkaf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:30:45.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:45 smithi122 bash[28108]: audit 2023-11-08T18:30:44.445361+0000 mon.smithi019 (mon.0) 1039 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:30:45.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:45 smithi122 bash[28108]: cluster 2023-11-08T18:30:44.470637+0000 mgr.smithi019.obqwgt (mgr.14180) 1508 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:30:46.324 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:30:47.325 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:30:47.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:47 smithi019 bash[24123]: audit 2023-11-08T18:30:45.663904+0000 mgr.smithi019.obqwgt (mgr.14180) 1509 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:47.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:47 smithi019 bash[24123]: cluster 2023-11-08T18:30:46.471928+0000 mgr.smithi019.obqwgt (mgr.14180) 1510 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:30:47.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:47 smithi122 bash[28108]: audit 2023-11-08T18:30:45.663904+0000 mgr.smithi019.obqwgt (mgr.14180) 1509 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:47.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:47 smithi122 bash[28108]: cluster 2023-11-08T18:30:46.471928+0000 mgr.smithi019.obqwgt (mgr.14180) 1510 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:30:49.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:49 smithi019 bash[24123]: cluster 2023-11-08T18:30:48.473321+0000 mgr.smithi019.obqwgt (mgr.14180) 1511 : cluster [DBG] pgmap v976: 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-08T18:30:49.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:49 smithi122 bash[28108]: cluster 2023-11-08T18:30:48.473321+0000 mgr.smithi019.obqwgt (mgr.14180) 1511 : cluster [DBG] pgmap v976: 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-08T18:30:50.607 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:30:50.607 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:28.236212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.gjosgx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\nDeploy daemon haproxy.nfs.foo.smithi122.gjosgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.458896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mcvlom on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\nDeploy daemon haproxy.nfs.foo.smithi019.mcvlom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.460842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.kdpkaf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:30:51.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:30:51.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:51 smithi019 bash[24123]: cluster 2023-11-08T18:30:50.474033+0000 mgr.smithi019.obqwgt (mgr.14180) 1512 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:30:51.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:51 smithi019 bash[24123]: audit 2023-11-08T18:30:50.593232+0000 mgr.smithi019.obqwgt (mgr.14180) 1513 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:51.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:51 smithi122 bash[28108]: cluster 2023-11-08T18:30:50.474033+0000 mgr.smithi019.obqwgt (mgr.14180) 1512 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:30:51.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:51 smithi122 bash[28108]: audit 2023-11-08T18:30:50.593232+0000 mgr.smithi019.obqwgt (mgr.14180) 1513 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:52.426 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:30:53.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:53 smithi019 bash[24123]: cluster 2023-11-08T18:30:52.475257+0000 mgr.smithi019.obqwgt (mgr.14180) 1514 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:30:53.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:53 smithi122 bash[28108]: cluster 2023-11-08T18:30:52.475257+0000 mgr.smithi019.obqwgt (mgr.14180) 1514 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:30:55.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:54 smithi019 bash[24123]: cluster 2023-11-08T18:30:54.476194+0000 mgr.smithi019.obqwgt (mgr.14180) 1515 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:30:55.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:54 smithi122 bash[28108]: cluster 2023-11-08T18:30:54.476194+0000 mgr.smithi019.obqwgt (mgr.14180) 1515 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:30:55.590 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:30:55.591 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:28.236212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.gjosgx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\nDeploy daemon haproxy.nfs.foo.smithi122.gjosgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.458896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mcvlom on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\nDeploy daemon haproxy.nfs.foo.smithi019.mcvlom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.460842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.kdpkaf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:30:56.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:55 smithi019 bash[24123]: audit 2023-11-08T18:30:55.574917+0000 mgr.smithi019.obqwgt (mgr.14180) 1516 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:56.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:30:56.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:55 smithi122 bash[28108]: audit 2023-11-08T18:30:55.574917+0000 mgr.smithi019.obqwgt (mgr.14180) 1516 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:30:57.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:56 smithi019 bash[24123]: cluster 2023-11-08T18:30:56.477358+0000 mgr.smithi019.obqwgt (mgr.14180) 1517 : 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-08T18:30:57.348 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:30:57.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:56 smithi122 bash[28108]: cluster 2023-11-08T18:30:56.477358+0000 mgr.smithi019.obqwgt (mgr.14180) 1517 : 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-08T18:30:59.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:30:59 smithi019 bash[24123]: cluster 2023-11-08T18:30:58.478433+0000 mgr.smithi019.obqwgt (mgr.14180) 1518 : cluster [DBG] pgmap v981: 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-08T18:30:59.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:30:59 smithi122 bash[28108]: cluster 2023-11-08T18:30:58.478433+0000 mgr.smithi019.obqwgt (mgr.14180) 1518 : cluster [DBG] pgmap v981: 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-08T18:31:00.640 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:31:00.641 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:28.236212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.gjosgx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\nDeploy daemon haproxy.nfs.foo.smithi122.gjosgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.458896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mcvlom on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\nDeploy daemon haproxy.nfs.foo.smithi019.mcvlom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.460842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.kdpkaf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:31:01.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:31:01.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:01 smithi019 bash[24123]: cluster 2023-11-08T18:31:00.479602+0000 mgr.smithi019.obqwgt (mgr.14180) 1519 : 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-08T18:31:01.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:01 smithi019 bash[24123]: audit 2023-11-08T18:31:00.630319+0000 mgr.smithi019.obqwgt (mgr.14180) 1520 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:01.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:01 smithi122 bash[28108]: cluster 2023-11-08T18:31:00.479602+0000 mgr.smithi019.obqwgt (mgr.14180) 1519 : 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-08T18:31:01.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:01 smithi122 bash[28108]: audit 2023-11-08T18:31:00.630319+0000 mgr.smithi019.obqwgt (mgr.14180) 1520 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:02.430 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:31:03.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:03 smithi019 bash[24123]: cluster 2023-11-08T18:31:02.480919+0000 mgr.smithi019.obqwgt (mgr.14180) 1521 : 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-08T18:31:03.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:03 smithi122 bash[28108]: cluster 2023-11-08T18:31:02.480919+0000 mgr.smithi019.obqwgt (mgr.14180) 1521 : 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-08T18:31:05.302 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:04 smithi019 bash[24123]: cluster 2023-11-08T18:31:04.482045+0000 mgr.smithi019.obqwgt (mgr.14180) 1522 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:31:05.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:04 smithi122 bash[28108]: cluster 2023-11-08T18:31:04.482045+0000 mgr.smithi019.obqwgt (mgr.14180) 1522 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:31:05.735 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:31:05.735 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:28.236212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.gjosgx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\nDeploy daemon haproxy.nfs.foo.smithi122.gjosgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.458896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mcvlom on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\nDeploy daemon haproxy.nfs.foo.smithi019.mcvlom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.460842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.kdpkaf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:31:06.490 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:31:07.491 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:31:07.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:07 smithi019 bash[24123]: audit 2023-11-08T18:31:05.719921+0000 mgr.smithi019.obqwgt (mgr.14180) 1523 : audit [DBG] from='client.25407 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:07.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:07 smithi019 bash[24123]: cluster 2023-11-08T18:31:06.483161+0000 mgr.smithi019.obqwgt (mgr.14180) 1524 : 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-08T18:31:07.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:07 smithi122 bash[28108]: audit 2023-11-08T18:31:05.719921+0000 mgr.smithi019.obqwgt (mgr.14180) 1523 : audit [DBG] from='client.25407 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:07.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:07 smithi122 bash[28108]: cluster 2023-11-08T18:31:06.483161+0000 mgr.smithi019.obqwgt (mgr.14180) 1524 : 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-08T18:31:09.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:09 smithi019 bash[24123]: cluster 2023-11-08T18:31:08.484501+0000 mgr.smithi019.obqwgt (mgr.14180) 1525 : cluster [DBG] pgmap v986: 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-08T18:31:09.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:09 smithi122 bash[28108]: cluster 2023-11-08T18:31:08.484501+0000 mgr.smithi019.obqwgt (mgr.14180) 1525 : cluster [DBG] pgmap v986: 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-08T18:31:10.743 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:31:10.743 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:28.236212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.gjosgx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\nDeploy daemon haproxy.nfs.foo.smithi122.gjosgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.458896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mcvlom on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\nDeploy daemon haproxy.nfs.foo.smithi019.mcvlom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.460842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.kdpkaf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:31:11.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:31:11.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:11 smithi019 bash[24123]: cluster 2023-11-08T18:31:10.485533+0000 mgr.smithi019.obqwgt (mgr.14180) 1526 : 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-08T18:31:11.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:11 smithi122 bash[28108]: cluster 2023-11-08T18:31:10.485533+0000 mgr.smithi019.obqwgt (mgr.14180) 1526 : 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-08T18:31:12.524 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:31:12.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:12 smithi019 bash[24123]: audit 2023-11-08T18:31:10.728761+0000 mgr.smithi019.obqwgt (mgr.14180) 1527 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:12.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:12 smithi122 bash[28108]: audit 2023-11-08T18:31:10.728761+0000 mgr.smithi019.obqwgt (mgr.14180) 1527 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:13.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:13 smithi019 bash[24123]: cluster 2023-11-08T18:31:12.486741+0000 mgr.smithi019.obqwgt (mgr.14180) 1528 : 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-08T18:31:13.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:13 smithi122 bash[28108]: cluster 2023-11-08T18:31:12.486741+0000 mgr.smithi019.obqwgt (mgr.14180) 1528 : 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-08T18:31:15.236 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:14 smithi019 bash[24123]: cluster 2023-11-08T18:31:14.487529+0000 mgr.smithi019.obqwgt (mgr.14180) 1529 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:31:15.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:14 smithi122 bash[28108]: cluster 2023-11-08T18:31:14.487529+0000 mgr.smithi019.obqwgt (mgr.14180) 1529 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:31:15.612 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:31:15.612 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:28.236212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.gjosgx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\nDeploy daemon haproxy.nfs.foo.smithi122.gjosgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.458896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mcvlom on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\nDeploy daemon haproxy.nfs.foo.smithi019.mcvlom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.460842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.kdpkaf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:31:16.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:15 smithi019 bash[24123]: audit 2023-11-08T18:31:15.595814+0000 mgr.smithi019.obqwgt (mgr.14180) 1530 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:16.419 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:31:16.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:15 smithi122 bash[28108]: audit 2023-11-08T18:31:15.595814+0000 mgr.smithi019.obqwgt (mgr.14180) 1530 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:17.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:16 smithi019 bash[24123]: cluster 2023-11-08T18:31:16.488664+0000 mgr.smithi019.obqwgt (mgr.14180) 1531 : 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-08T18:31:17.420 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:31:17.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:17 smithi122 bash[28108]: cluster 2023-11-08T18:31:16.488664+0000 mgr.smithi019.obqwgt (mgr.14180) 1531 : 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-08T18:31:19.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:19 smithi019 bash[24123]: cluster 2023-11-08T18:31:18.490055+0000 mgr.smithi019.obqwgt (mgr.14180) 1532 : cluster [DBG] pgmap v991: 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-08T18:31:19.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:19 smithi122 bash[28108]: cluster 2023-11-08T18:31:18.490055+0000 mgr.smithi019.obqwgt (mgr.14180) 1532 : cluster [DBG] pgmap v991: 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-08T18:31:20.581 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:31:20.581 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:28.236212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.gjosgx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\nDeploy daemon haproxy.nfs.foo.smithi122.gjosgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.458896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mcvlom on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\nDeploy daemon haproxy.nfs.foo.smithi019.mcvlom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.460842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.kdpkaf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:31:21.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:31:21.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:21 smithi019 bash[24123]: cluster 2023-11-08T18:31:20.491119+0000 mgr.smithi019.obqwgt (mgr.14180) 1533 : 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-08T18:31:21.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:21 smithi019 bash[24123]: audit 2023-11-08T18:31:20.566141+0000 mgr.smithi019.obqwgt (mgr.14180) 1534 : audit [DBG] from='client.25419 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:21.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:21 smithi122 bash[28108]: cluster 2023-11-08T18:31:20.491119+0000 mgr.smithi019.obqwgt (mgr.14180) 1533 : 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-08T18:31:21.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:21 smithi122 bash[28108]: audit 2023-11-08T18:31:20.566141+0000 mgr.smithi019.obqwgt (mgr.14180) 1534 : audit [DBG] from='client.25419 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:22.349 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:31:23.772 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:23 smithi019 bash[24123]: cluster 2023-11-08T18:31:22.492487+0000 mgr.smithi019.obqwgt (mgr.14180) 1535 : 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-08T18:31:23.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:23 smithi122 bash[28108]: cluster 2023-11-08T18:31:22.492487+0000 mgr.smithi019.obqwgt (mgr.14180) 1535 : 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-08T18:31:25.340 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:24 smithi019 bash[24123]: cluster 2023-11-08T18:31:24.493404+0000 mgr.smithi019.obqwgt (mgr.14180) 1536 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:31:25.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:24 smithi122 bash[28108]: cluster 2023-11-08T18:31:24.493404+0000 mgr.smithi019.obqwgt (mgr.14180) 1536 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:31:25.569 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:31:25.569 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:28.236212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.gjosgx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\nDeploy daemon haproxy.nfs.foo.smithi122.gjosgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.458896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mcvlom on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\nDeploy daemon haproxy.nfs.foo.smithi019.mcvlom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.460842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.kdpkaf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:31:26.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:25 smithi019 bash[24123]: audit 2023-11-08T18:31:25.552815+0000 mgr.smithi019.obqwgt (mgr.14180) 1537 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:26.331 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:31:26.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:25 smithi122 bash[28108]: audit 2023-11-08T18:31:25.552815+0000 mgr.smithi019.obqwgt (mgr.14180) 1537 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:27.332 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:31:27.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:26 smithi019 bash[24123]: cluster 2023-11-08T18:31:26.494549+0000 mgr.smithi019.obqwgt (mgr.14180) 1538 : 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-08T18:31:27.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:27 smithi122 bash[28108]: cluster 2023-11-08T18:31:26.494549+0000 mgr.smithi019.obqwgt (mgr.14180) 1538 : 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-08T18:31:29.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:29 smithi019 bash[24123]: cluster 2023-11-08T18:31:28.495535+0000 mgr.smithi019.obqwgt (mgr.14180) 1539 : cluster [DBG] pgmap v996: 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-08T18:31:29.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:29 smithi122 bash[28108]: cluster 2023-11-08T18:31:28.495535+0000 mgr.smithi019.obqwgt (mgr.14180) 1539 : cluster [DBG] pgmap v996: 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-08T18:31:30.604 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:31:30.605 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:28.236212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.gjosgx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\nDeploy daemon haproxy.nfs.foo.smithi122.gjosgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.458896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mcvlom on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\nDeploy daemon haproxy.nfs.foo.smithi019.mcvlom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.460842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.kdpkaf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:31:31.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:31:31.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:31 smithi019 bash[24123]: cluster 2023-11-08T18:31:30.496593+0000 mgr.smithi019.obqwgt (mgr.14180) 1540 : 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-08T18:31:31.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:31 smithi019 bash[24123]: audit 2023-11-08T18:31:30.589931+0000 mgr.smithi019.obqwgt (mgr.14180) 1541 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:31.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:31 smithi122 bash[28108]: cluster 2023-11-08T18:31:30.496593+0000 mgr.smithi019.obqwgt (mgr.14180) 1540 : 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-08T18:31:31.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:31 smithi122 bash[28108]: audit 2023-11-08T18:31:30.589931+0000 mgr.smithi019.obqwgt (mgr.14180) 1541 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:32.364 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:31:32.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:32 smithi019 bash[24123]: audit 2023-11-08T18:31:32.466983+0000 mon.smithi019 (mon.0) 1040 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:31:32.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:32 smithi122 bash[28108]: audit 2023-11-08T18:31:32.466983+0000 mon.smithi019 (mon.0) 1040 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:31:33.787 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:33 smithi019 bash[24123]: cluster 2023-11-08T18:31:32.498001+0000 mgr.smithi019.obqwgt (mgr.14180) 1542 : 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-08T18:31:33.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:33 smithi122 bash[28108]: cluster 2023-11-08T18:31:32.498001+0000 mgr.smithi019.obqwgt (mgr.14180) 1542 : 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-08T18:31:35.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:34 smithi019 bash[24123]: cluster 2023-11-08T18:31:34.499195+0000 mgr.smithi019.obqwgt (mgr.14180) 1543 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:31:35.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:34 smithi122 bash[28108]: cluster 2023-11-08T18:31:34.499195+0000 mgr.smithi019.obqwgt (mgr.14180) 1543 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:31:35.506 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:31:35.506 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:21:15.892936Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:21:15.390565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:21:15.893287Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:28.236212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.gjosgx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\nDeploy daemon haproxy.nfs.foo.smithi122.gjosgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.458896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mcvlom on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\nDeploy daemon haproxy.nfs.foo.smithi019.mcvlom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.460842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.kdpkaf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:21:15.393486Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:21:15.391063Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:21:15.391423Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:21:15.393729Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:21:15.391775Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:21:15.392135Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:21:15.893621Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:31:36.322 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:35 smithi019 bash[24123]: audit 2023-11-08T18:31:35.491345+0000 mgr.smithi019.obqwgt (mgr.14180) 1544 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:36.324 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:31:36.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:35 smithi122 bash[28108]: audit 2023-11-08T18:31:35.491345+0000 mgr.smithi019.obqwgt (mgr.14180) 1544 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:37.325 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:31:37.336 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:37 smithi019 bash[24123]: cluster 2023-11-08T18:31:36.500387+0000 mgr.smithi019.obqwgt (mgr.14180) 1545 : 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-08T18:31:37.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:37 smithi122 bash[28108]: cluster 2023-11-08T18:31:36.500387+0000 mgr.smithi019.obqwgt (mgr.14180) 1545 : 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-08T18:31:39.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:39 smithi019 bash[24123]: audit 2023-11-08T18:31:38.222770+0000 mon.smithi019 (mon.0) 1041 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:31:39.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:39 smithi019 bash[24123]: cluster 2023-11-08T18:31:38.501860+0000 mgr.smithi019.obqwgt (mgr.14180) 1546 : cluster [DBG] pgmap v1001: 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-08T18:31:39.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:39 smithi122 bash[28108]: audit 2023-11-08T18:31:38.222770+0000 mon.smithi019 (mon.0) 1041 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:31:39.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:39 smithi122 bash[28108]: cluster 2023-11-08T18:31:38.501860+0000 mgr.smithi019.obqwgt (mgr.14180) 1546 : cluster [DBG] pgmap v1001: 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-08T18:31:40.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:40 smithi019 bash[24123]: audit 2023-11-08T18:31:39.264221+0000 mon.smithi019 (mon.0) 1042 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:31:40.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:40 smithi019 bash[24123]: audit 2023-11-08T18:31:39.532495+0000 mon.smithi019 (mon.0) 1043 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:31:40.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:40 smithi019 bash[24123]: audit 2023-11-08T18:31:39.534070+0000 mon.smithi019 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:31:40.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:40 smithi019 bash[24123]: audit 2023-11-08T18:31:39.539990+0000 mon.smithi019 (mon.0) 1045 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:31:40.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:40 smithi019 bash[24123]: cluster 2023-11-08T18:31:39.540585+0000 mgr.smithi019.obqwgt (mgr.14180) 1547 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 0 op/s 2023-11-08T18:31:40.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:40 smithi019 bash[24123]: audit 2023-11-08T18:31:39.544900+0000 mon.smithi019 (mon.0) 1046 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:31:40.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:40 smithi019 bash[24123]: audit 2023-11-08T18:31:39.556247+0000 mon.smithi019 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:31:40.591 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:40 smithi019 bash[24123]: cephadm 2023-11-08T18:31:39.558953+0000 mgr.smithi019.obqwgt (mgr.14180) 1548 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.vygaoz on smithi122 2023-11-08T18:31:40.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:40 smithi122 bash[28108]: audit 2023-11-08T18:31:39.264221+0000 mon.smithi019 (mon.0) 1042 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:31:40.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:40 smithi122 bash[28108]: audit 2023-11-08T18:31:39.532495+0000 mon.smithi019 (mon.0) 1043 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:31:40.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:40 smithi122 bash[28108]: audit 2023-11-08T18:31:39.534070+0000 mon.smithi019 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:31:40.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:40 smithi122 bash[28108]: audit 2023-11-08T18:31:39.539990+0000 mon.smithi019 (mon.0) 1045 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:31:40.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:40 smithi122 bash[28108]: cluster 2023-11-08T18:31:39.540585+0000 mgr.smithi019.obqwgt (mgr.14180) 1547 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 0 op/s 2023-11-08T18:31:40.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:40 smithi122 bash[28108]: audit 2023-11-08T18:31:39.544900+0000 mon.smithi019 (mon.0) 1046 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:31:40.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:40 smithi122 bash[28108]: audit 2023-11-08T18:31:39.556247+0000 mon.smithi019 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:31:40.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:40 smithi122 bash[28108]: cephadm 2023-11-08T18:31:39.558953+0000 mgr.smithi019.obqwgt (mgr.14180) 1548 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.vygaoz on smithi122 2023-11-08T18:31:40.735 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:31:40.735 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:31:39.252641Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:31:38.208294Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:31:39.253126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:29:23.680789Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.iofpsz on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:28.236212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.gjosgx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\nDeploy daemon haproxy.nfs.foo.smithi122.gjosgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.458896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mcvlom on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\nDeploy daemon haproxy.nfs.foo.smithi019.mcvlom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.460842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.kdpkaf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:31:38.210570Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:31:38.208684Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:31:38.208960Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:31:38.210848Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:31:38.209220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:31:38.209475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:31:39.253602Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:31:41.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:31:41.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:41 smithi019 bash[24123]: cluster 2023-11-08T18:31:40.538174+0000 mon.smithi019 (mon.0) 1048 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:31:41.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:41 smithi019 bash[24123]: cluster 2023-11-08T18:31:40.538233+0000 mon.smithi019 (mon.0) 1049 : cluster [INF] Cluster is now healthy 2023-11-08T18:31:41.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:41 smithi122 bash[28108]: cluster 2023-11-08T18:31:40.538174+0000 mon.smithi019 (mon.0) 1048 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:31:41.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:41 smithi122 bash[28108]: cluster 2023-11-08T18:31:40.538233+0000 mon.smithi019 (mon.0) 1049 : cluster [INF] Cluster is now healthy 2023-11-08T18:31:42.506 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:31:42.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:42 smithi019 bash[24123]: audit 2023-11-08T18:31:40.722472+0000 mgr.smithi019.obqwgt (mgr.14180) 1549 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:42.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:42 smithi019 bash[24123]: cluster 2023-11-08T18:31:41.541531+0000 mgr.smithi019.obqwgt (mgr.14180) 1550 : cluster [DBG] pgmap v1003: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 0 op/s 2023-11-08T18:31:42.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:42 smithi122 bash[28108]: audit 2023-11-08T18:31:40.722472+0000 mgr.smithi019.obqwgt (mgr.14180) 1549 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:42.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:42 smithi122 bash[28108]: cluster 2023-11-08T18:31:41.541531+0000 mgr.smithi019.obqwgt (mgr.14180) 1550 : cluster [DBG] pgmap v1003: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 0 op/s 2023-11-08T18:31:43.668 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:43 smithi019 bash[24123]: audit 2023-11-08T18:31:43.389366+0000 mon.smithi019 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.vygaoz"}]: dispatch 2023-11-08T18:31:43.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:43 smithi122 bash[28108]: audit 2023-11-08T18:31:43.389366+0000 mon.smithi019 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.vygaoz"}]: dispatch 2023-11-08T18:31:44.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: cephadm 2023-11-08T18:31:43.388027+0000 mgr.smithi019.obqwgt (mgr.14180) 1551 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz 2023-11-08T18:31:44.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:31:44.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz 2023-11-08T18:31:44.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz 2023-11-08T18:31:44.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:31:44.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz 2023-11-08T18:31:44.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.vygaoz ... 2023-11-08T18:31:44.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:44.719 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:31:44.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:31:44.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:31:44.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:44.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:31:44.720 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:31:44.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:31:44.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:31:44.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:31:44.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz 2023-11-08T18:31:44.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:31:44.721 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz 2023-11-08T18:31:44.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz 2023-11-08T18:31:44.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:31:44.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz 2023-11-08T18:31:44.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.vygaoz ... 2023-11-08T18:31:44.722 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:44.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:31:44.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:31:44.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:31:44.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:44.723 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: cephadm 2023-11-08T18:31:43.388687+0000 mgr.smithi019.obqwgt (mgr.14180) 1552 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.vygaoz 2023-11-08T18:31:44.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: cephadm 2023-11-08T18:31:43.390756+0000 mgr.smithi019.obqwgt (mgr.14180) 1553 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.vygaoz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz 2023-11-08T18:31:44.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:31:44.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz 2023-11-08T18:31:44.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz 2023-11-08T18:31:44.724 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:31:44.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz 2023-11-08T18:31:44.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.vygaoz ... 2023-11-08T18:31:44.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:44.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:31:44.725 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:31:44.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:31:44.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:44.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: cephadm 2023-11-08T18:31:43.394825+0000 mgr.smithi019.obqwgt (mgr.14180) 1554 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.mpvhgy on smithi019 2023-11-08T18:31:44.726 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:44 smithi122 bash[28108]: cluster 2023-11-08T18:31:43.542345+0000 mgr.smithi019.obqwgt (mgr.14180) 1555 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 0 op/s 2023-11-08T18:31:44.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: cephadm 2023-11-08T18:31:43.388027+0000 mgr.smithi019.obqwgt (mgr.14180) 1551 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz 2023-11-08T18:31:44.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:31:44.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz 2023-11-08T18:31:44.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz 2023-11-08T18:31:44.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:31:44.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz 2023-11-08T18:31:44.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.vygaoz ... 2023-11-08T18:31:44.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:44.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:31:44.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:31:44.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:31:44.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:44.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:31:44.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:31:44.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:31:44.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:31:44.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:31:44.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz 2023-11-08T18:31:44.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:31:44.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz 2023-11-08T18:31:44.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz 2023-11-08T18:31:44.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:31:44.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz 2023-11-08T18:31:44.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.vygaoz ... 2023-11-08T18:31:44.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:44.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:31:44.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:31:44.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:31:44.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:44.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: cephadm 2023-11-08T18:31:43.388687+0000 mgr.smithi019.obqwgt (mgr.14180) 1552 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.vygaoz 2023-11-08T18:31:44.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: cephadm 2023-11-08T18:31:43.390756+0000 mgr.smithi019.obqwgt (mgr.14180) 1553 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.vygaoz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz 2023-11-08T18:31:44.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:31:44.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz 2023-11-08T18:31:44.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz 2023-11-08T18:31:44.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:31:44.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz 2023-11-08T18:31:44.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.vygaoz ... 2023-11-08T18:31:44.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:44.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:31:44.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:31:44.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:31:44.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:44.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: cephadm 2023-11-08T18:31:43.394825+0000 mgr.smithi019.obqwgt (mgr.14180) 1554 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.mpvhgy on smithi019 2023-11-08T18:31:44.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:44 smithi019 bash[24123]: cluster 2023-11-08T18:31:43.542345+0000 mgr.smithi019.obqwgt (mgr.14180) 1555 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 0 op/s 2023-11-08T18:31:45.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:45 smithi122 bash[28108]: audit 2023-11-08T18:31:44.445056+0000 mon.smithi019 (mon.0) 1051 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:31:45.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:45 smithi019 bash[24123]: audit 2023-11-08T18:31:44.445056+0000 mon.smithi019 (mon.0) 1051 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:31:46.008 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:31:46.009 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:31:39.252641Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:31:38.208294Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:31:39.253126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:30:28.236212Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.gjosgx on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-gjosgx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.gjosgx\nDeploy daemon haproxy.nfs.foo.smithi122.gjosgx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.458896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mcvlom on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mcvlom\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mcvlom\nDeploy daemon haproxy.nfs.foo.smithi019.mcvlom ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:30:32.460842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.kdpkaf on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:43.390546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vygaoz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\nDeploy daemon haproxy.nfs.foo.smithi122.vygaoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -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.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:31:38.210570Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:31:38.208684Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:31:38.208960Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:31:38.210848Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:31:38.209220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:31:38.209475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:31:39.253602Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:31:46.733 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:46 smithi019 bash[24123]: cluster 2023-11-08T18:31:45.543110+0000 mgr.smithi019.obqwgt (mgr.14180) 1556 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 0 op/s 2023-11-08T18:31:46.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:31:46.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:46 smithi122 bash[28108]: cluster 2023-11-08T18:31:45.543110+0000 mgr.smithi019.obqwgt (mgr.14180) 1556 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 0 op/s 2023-11-08T18:31:47.735 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:31:47.747 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:47 smithi019 bash[24123]: audit 2023-11-08T18:31:45.992617+0000 mgr.smithi019.obqwgt (mgr.14180) 1557 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:47.747 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:47 smithi019 bash[24123]: audit 2023-11-08T18:31:47.213778+0000 mon.smithi019 (mon.0) 1052 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.mpvhgy"}]: dispatch 2023-11-08T18:31:47.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:47 smithi122 bash[28108]: audit 2023-11-08T18:31:45.992617+0000 mgr.smithi019.obqwgt (mgr.14180) 1557 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:47.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:47 smithi122 bash[28108]: audit 2023-11-08T18:31:47.213778+0000 mon.smithi019 (mon.0) 1052 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.mpvhgy"}]: dispatch 2023-11-08T18:31:48.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: cephadm 2023-11-08T18:31:47.212555+0000 mgr.smithi019.obqwgt (mgr.14180) 1558 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy 2023-11-08T18:31:48.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:31:48.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy 2023-11-08T18:31:48.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy 2023-11-08T18:31:48.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:31:48.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy 2023-11-08T18:31:48.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.mpvhgy ... 2023-11-08T18:31:48.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:48.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:31:48.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:31:48.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:31:48.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:48.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:31:48.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:31:48.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:31:48.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:31:48.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:31:48.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy 2023-11-08T18:31:48.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:31:48.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy 2023-11-08T18:31:48.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy 2023-11-08T18:31:48.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:31:48.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy 2023-11-08T18:31:48.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.mpvhgy ... 2023-11-08T18:31:48.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:48.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:31:48.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:31:48.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:31:48.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:48.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: cephadm 2023-11-08T18:31:47.213125+0000 mgr.smithi019.obqwgt (mgr.14180) 1559 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.mpvhgy 2023-11-08T18:31:48.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: cephadm 2023-11-08T18:31:47.214964+0000 mgr.smithi019.obqwgt (mgr.14180) 1560 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.mpvhgy on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy 2023-11-08T18:31:48.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:31:48.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy 2023-11-08T18:31:48.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy 2023-11-08T18:31:48.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:31:48.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy 2023-11-08T18:31:48.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.mpvhgy ... 2023-11-08T18:31:48.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:48.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:31:48.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:31:48.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:31:48.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:48.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: cephadm 2023-11-08T18:31:47.220920+0000 mgr.smithi019.obqwgt (mgr.14180) 1561 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.ztawft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:31:48.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: cephadm 2023-11-08T18:31:47.223009+0000 mgr.smithi019.obqwgt (mgr.14180) 1562 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.owoznr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:31:48.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: cluster 2023-11-08T18:31:47.224196+0000 mgr.smithi019.obqwgt (mgr.14180) 1563 : cluster [DBG] pgmap v1006: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 381 B/s rd, 0 op/s 2023-11-08T18:31:48.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:48 smithi019 bash[24123]: cluster 2023-11-08T18:31:47.465315+0000 mon.smithi019 (mon.0) 1053 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:31:48.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: cephadm 2023-11-08T18:31:47.212555+0000 mgr.smithi019.obqwgt (mgr.14180) 1558 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy 2023-11-08T18:31:48.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:31:48.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy 2023-11-08T18:31:48.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy 2023-11-08T18:31:48.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:31:48.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy 2023-11-08T18:31:48.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.mpvhgy ... 2023-11-08T18:31:48.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:48.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:31:48.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:31:48.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:31:48.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:48.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:31:48.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:31:48.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:31:48.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:31:48.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:31:48.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy 2023-11-08T18:31:48.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:31:48.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy 2023-11-08T18:31:48.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy 2023-11-08T18:31:48.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:31:48.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy 2023-11-08T18:31:48.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.mpvhgy ... 2023-11-08T18:31:48.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:48.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:31:48.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:31:48.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:31:48.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:48.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: cephadm 2023-11-08T18:31:47.213125+0000 mgr.smithi019.obqwgt (mgr.14180) 1559 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.mpvhgy 2023-11-08T18:31:48.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: cephadm 2023-11-08T18:31:47.214964+0000 mgr.smithi019.obqwgt (mgr.14180) 1560 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.mpvhgy on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy 2023-11-08T18:31:48.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:31:48.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy 2023-11-08T18:31:48.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy 2023-11-08T18:31:48.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:31:48.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy 2023-11-08T18:31:48.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.mpvhgy ... 2023-11-08T18:31:48.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:48.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:31:48.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:31:48.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:31:48.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:31:48.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: cephadm 2023-11-08T18:31:47.220920+0000 mgr.smithi019.obqwgt (mgr.14180) 1561 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.ztawft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:31:48.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: cephadm 2023-11-08T18:31:47.223009+0000 mgr.smithi019.obqwgt (mgr.14180) 1562 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.owoznr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:31:48.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: cluster 2023-11-08T18:31:47.224196+0000 mgr.smithi019.obqwgt (mgr.14180) 1563 : cluster [DBG] pgmap v1006: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 381 B/s rd, 0 op/s 2023-11-08T18:31:48.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:48 smithi122 bash[28108]: cluster 2023-11-08T18:31:47.465315+0000 mon.smithi019 (mon.0) 1053 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:31:50.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:50 smithi122 bash[28108]: cluster 2023-11-08T18:31:49.225393+0000 mgr.smithi019.obqwgt (mgr.14180) 1564 : cluster [DBG] pgmap v1007: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2023-11-08T18:31:50.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:50 smithi122 bash[28108]: audit 2023-11-08T18:31:49.376950+0000 mon.smithi019 (mon.0) 1054 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:31:50.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:50 smithi019 bash[24123]: cluster 2023-11-08T18:31:49.225393+0000 mgr.smithi019.obqwgt (mgr.14180) 1564 : cluster [DBG] pgmap v1007: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2023-11-08T18:31:50.754 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:50 smithi019 bash[24123]: audit 2023-11-08T18:31:49.376950+0000 mon.smithi019 (mon.0) 1054 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:31:51.220 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:31:51.221 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:31:39.252641Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:31:38.208294Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:31:39.253126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:43.390546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vygaoz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\nDeploy daemon haproxy.nfs.foo.smithi122.vygaoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.214837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mpvhgy on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\nDeploy daemon haproxy.nfs.foo.smithi019.mpvhgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.220775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ztawft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:47.222891Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.owoznr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:31:38.210570Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:31:38.208684Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:31:38.208960Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:31:38.210848Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:31:38.209220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:31:38.209475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:31:39.253602Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:31:52.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:31:52.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:52 smithi122 bash[28108]: audit 2023-11-08T18:31:51.206750+0000 mgr.smithi019.obqwgt (mgr.14180) 1565 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:52.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:52 smithi122 bash[28108]: cluster 2023-11-08T18:31:51.226028+0000 mgr.smithi019.obqwgt (mgr.14180) 1566 : cluster [DBG] pgmap v1008: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:31:52.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:52 smithi019 bash[24123]: audit 2023-11-08T18:31:51.206750+0000 mgr.smithi019.obqwgt (mgr.14180) 1565 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:52.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:52 smithi019 bash[24123]: cluster 2023-11-08T18:31:51.226028+0000 mgr.smithi019.obqwgt (mgr.14180) 1566 : cluster [DBG] pgmap v1008: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:31:53.013 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:31:54.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:54 smithi122 bash[28108]: cluster 2023-11-08T18:31:53.226708+0000 mgr.smithi019.obqwgt (mgr.14180) 1567 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:31:54.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:54 smithi019 bash[24123]: cluster 2023-11-08T18:31:53.226708+0000 mgr.smithi019.obqwgt (mgr.14180) 1567 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:31:56.381 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:31:56.382 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:31:39.252641Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:31:38.208294Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:31:39.253126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:43.390546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vygaoz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\nDeploy daemon haproxy.nfs.foo.smithi122.vygaoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.214837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mpvhgy on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\nDeploy daemon haproxy.nfs.foo.smithi019.mpvhgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.220775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ztawft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:47.222891Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.owoznr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:31:38.210570Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:31:38.208684Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:31:38.208960Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:31:38.210848Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:31:38.209220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:31:38.209475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:31:39.253602Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:31:56.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:56 smithi122 bash[28108]: cluster 2023-11-08T18:31:55.227598+0000 mgr.smithi019.obqwgt (mgr.14180) 1568 : cluster [DBG] pgmap v1010: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:31:56.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:56 smithi019 bash[24123]: cluster 2023-11-08T18:31:55.227598+0000 mgr.smithi019.obqwgt (mgr.14180) 1568 : cluster [DBG] pgmap v1010: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-08T18:31:57.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:31:57.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:57 smithi019 bash[24123]: audit 2023-11-08T18:31:56.366380+0000 mgr.smithi019.obqwgt (mgr.14180) 1569 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:57.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:57 smithi122 bash[28108]: audit 2023-11-08T18:31:56.366380+0000 mgr.smithi019.obqwgt (mgr.14180) 1569 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:31:58.180 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:31:58.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:31:58 smithi019 bash[24123]: cluster 2023-11-08T18:31:57.228945+0000 mgr.smithi019.obqwgt (mgr.14180) 1570 : cluster [DBG] pgmap v1011: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 350 B/s rd, 0 op/s 2023-11-08T18:31:58.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:31:58 smithi122 bash[28108]: cluster 2023-11-08T18:31:57.228945+0000 mgr.smithi019.obqwgt (mgr.14180) 1570 : cluster [DBG] pgmap v1011: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 350 B/s rd, 0 op/s 2023-11-08T18:32:00.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:00 smithi019 bash[24123]: cluster 2023-11-08T18:31:59.230212+0000 mgr.smithi019.obqwgt (mgr.14180) 1571 : cluster [DBG] pgmap v1012: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:32:00.590 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:00 smithi019 bash[24123]: audit 2023-11-08T18:31:59.450169+0000 mon.smithi019 (mon.0) 1055 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:32:00.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:00 smithi122 bash[28108]: cluster 2023-11-08T18:31:59.230212+0000 mgr.smithi019.obqwgt (mgr.14180) 1571 : cluster [DBG] pgmap v1012: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:32:00.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:00 smithi122 bash[28108]: audit 2023-11-08T18:31:59.450169+0000 mon.smithi019 (mon.0) 1055 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:32:01.559 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:32:01.559 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:31:39.252641Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:31:38.208294Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:31:39.253126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:43.390546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vygaoz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\nDeploy daemon haproxy.nfs.foo.smithi122.vygaoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.214837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mpvhgy on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\nDeploy daemon haproxy.nfs.foo.smithi019.mpvhgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.220775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ztawft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:47.222891Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.owoznr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:31:38.210570Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:31:38.208684Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:31:38.208960Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:31:38.210848Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:31:38.209220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:31:38.209475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:31:39.253602Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:32:02.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:32:02.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:02 smithi122 bash[28108]: cluster 2023-11-08T18:32:01.231228+0000 mgr.smithi019.obqwgt (mgr.14180) 1572 : cluster [DBG] pgmap v1013: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:32:02.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:02 smithi122 bash[28108]: audit 2023-11-08T18:32:01.545896+0000 mgr.smithi019.obqwgt (mgr.14180) 1573 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:02.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:02 smithi019 bash[24123]: cluster 2023-11-08T18:32:01.231228+0000 mgr.smithi019.obqwgt (mgr.14180) 1572 : cluster [DBG] pgmap v1013: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:32:02.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:02 smithi019 bash[24123]: audit 2023-11-08T18:32:01.545896+0000 mgr.smithi019.obqwgt (mgr.14180) 1573 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:03.348 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:32:04.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:04 smithi122 bash[28108]: cluster 2023-11-08T18:32:03.232599+0000 mgr.smithi019.obqwgt (mgr.14180) 1574 : cluster [DBG] pgmap v1014: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:32:04.726 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:04 smithi019 bash[24123]: cluster 2023-11-08T18:32:03.232599+0000 mgr.smithi019.obqwgt (mgr.14180) 1574 : cluster [DBG] pgmap v1014: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:32:06.605 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:32:06.606 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:31:39.252641Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:31:38.208294Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:31:39.253126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:43.390546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vygaoz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\nDeploy daemon haproxy.nfs.foo.smithi122.vygaoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.214837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mpvhgy on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\nDeploy daemon haproxy.nfs.foo.smithi019.mpvhgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.220775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ztawft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:47.222891Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.owoznr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:31:38.210570Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:31:38.208684Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:31:38.208960Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:31:38.210848Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:31:38.209220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:31:38.209475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:31:39.253602Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:32:06.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:06 smithi019 bash[24123]: cluster 2023-11-08T18:32:05.233612+0000 mgr.smithi019.obqwgt (mgr.14180) 1575 : cluster [DBG] pgmap v1015: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:32:06.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:06 smithi122 bash[28108]: cluster 2023-11-08T18:32:05.233612+0000 mgr.smithi019.obqwgt (mgr.14180) 1575 : cluster [DBG] pgmap v1015: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:32:07.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:32:07.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:07 smithi019 bash[24123]: audit 2023-11-08T18:32:06.595481+0000 mgr.smithi019.obqwgt (mgr.14180) 1576 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:07.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:07 smithi122 bash[28108]: audit 2023-11-08T18:32:06.595481+0000 mgr.smithi019.obqwgt (mgr.14180) 1576 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:08.438 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:32:08.710 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:08 smithi019 bash[24123]: cluster 2023-11-08T18:32:07.235128+0000 mgr.smithi019.obqwgt (mgr.14180) 1577 : cluster [DBG] pgmap v1016: 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-08T18:32:08.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:08 smithi122 bash[28108]: cluster 2023-11-08T18:32:07.235128+0000 mgr.smithi019.obqwgt (mgr.14180) 1577 : cluster [DBG] pgmap v1016: 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-08T18:32:10.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:10 smithi019 bash[24123]: cluster 2023-11-08T18:32:09.236114+0000 mgr.smithi019.obqwgt (mgr.14180) 1578 : 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-08T18:32:10.468 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:10 smithi122 bash[28108]: cluster 2023-11-08T18:32:09.236114+0000 mgr.smithi019.obqwgt (mgr.14180) 1578 : 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-08T18:32:11.845 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:32:11.845 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:31:39.252641Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:31:38.208294Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:31:39.253126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:43.390546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vygaoz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\nDeploy daemon haproxy.nfs.foo.smithi122.vygaoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.214837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mpvhgy on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\nDeploy daemon haproxy.nfs.foo.smithi019.mpvhgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.220775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ztawft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:47.222891Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.owoznr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:31:38.210570Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:31:38.208684Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:31:38.208960Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:31:38.210848Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:31:38.209220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:31:38.209475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:31:39.253602Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:32:12.386 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:12 smithi019 bash[24123]: cluster 2023-11-08T18:32:11.237211+0000 mgr.smithi019.obqwgt (mgr.14180) 1579 : 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-08T18:32:12.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:32:12.718 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:12 smithi122 bash[28108]: cluster 2023-11-08T18:32:11.237211+0000 mgr.smithi019.obqwgt (mgr.14180) 1579 : 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-08T18:32:13.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:13 smithi019 bash[24123]: audit 2023-11-08T18:32:11.834464+0000 mgr.smithi019.obqwgt (mgr.14180) 1580 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:13.659 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:32:13.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:13 smithi122 bash[28108]: audit 2023-11-08T18:32:11.834464+0000 mgr.smithi019.obqwgt (mgr.14180) 1580 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:14.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:14 smithi019 bash[24123]: cluster 2023-11-08T18:32:13.238647+0000 mgr.smithi019.obqwgt (mgr.14180) 1581 : 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-08T18:32:14.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:14 smithi122 bash[28108]: cluster 2023-11-08T18:32:13.238647+0000 mgr.smithi019.obqwgt (mgr.14180) 1581 : 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-08T18:32:16.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:16 smithi019 bash[24123]: cluster 2023-11-08T18:32:15.239679+0000 mgr.smithi019.obqwgt (mgr.14180) 1582 : cluster [DBG] pgmap v1020: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:32:16.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:16 smithi122 bash[28108]: cluster 2023-11-08T18:32:15.239679+0000 mgr.smithi019.obqwgt (mgr.14180) 1582 : cluster [DBG] pgmap v1020: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:32:16.863 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:32:16.863 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:31:39.252641Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:31:38.208294Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:31:39.253126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:43.390546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vygaoz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\nDeploy daemon haproxy.nfs.foo.smithi122.vygaoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.214837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mpvhgy on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\nDeploy daemon haproxy.nfs.foo.smithi019.mpvhgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.220775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ztawft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:47.222891Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.owoznr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:31:38.210570Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:31:38.208684Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:31:38.208960Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:31:38.210848Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:31:38.209220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:31:38.209475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:31:39.253602Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:32:17.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:32:18.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:18 smithi019 bash[24123]: audit 2023-11-08T18:32:16.848911+0000 mgr.smithi019.obqwgt (mgr.14180) 1583 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:18.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:18 smithi019 bash[24123]: cluster 2023-11-08T18:32:17.240984+0000 mgr.smithi019.obqwgt (mgr.14180) 1584 : cluster [DBG] pgmap v1021: 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-08T18:32:18.640 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:32:18.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:18 smithi122 bash[28108]: audit 2023-11-08T18:32:16.848911+0000 mgr.smithi019.obqwgt (mgr.14180) 1583 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:18.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:18 smithi122 bash[28108]: cluster 2023-11-08T18:32:17.240984+0000 mgr.smithi019.obqwgt (mgr.14180) 1584 : cluster [DBG] pgmap v1021: 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-08T18:32:20.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:20 smithi019 bash[24123]: cluster 2023-11-08T18:32:19.242242+0000 mgr.smithi019.obqwgt (mgr.14180) 1585 : 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-08T18:32:20.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:20 smithi122 bash[28108]: cluster 2023-11-08T18:32:19.242242+0000 mgr.smithi019.obqwgt (mgr.14180) 1585 : 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-08T18:32:21.842 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:32:21.843 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:31:39.252641Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:31:38.208294Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:31:39.253126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:43.390546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vygaoz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\nDeploy daemon haproxy.nfs.foo.smithi122.vygaoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.214837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mpvhgy on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\nDeploy daemon haproxy.nfs.foo.smithi019.mpvhgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.220775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ztawft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:47.222891Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.owoznr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:31:38.210570Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:31:38.208684Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:31:38.208960Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:31:38.210848Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:31:38.209220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:31:38.209475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:31:39.253602Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:32:22.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:22 smithi019 bash[24123]: cluster 2023-11-08T18:32:21.243394+0000 mgr.smithi019.obqwgt (mgr.14180) 1586 : 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-08T18:32:22.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:32:22.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:22 smithi122 bash[28108]: cluster 2023-11-08T18:32:21.243394+0000 mgr.smithi019.obqwgt (mgr.14180) 1586 : 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-08T18:32:23.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:23 smithi019 bash[24123]: audit 2023-11-08T18:32:21.829373+0000 mgr.smithi019.obqwgt (mgr.14180) 1587 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:23.705 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:32:23.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:23 smithi122 bash[28108]: audit 2023-11-08T18:32:21.829373+0000 mgr.smithi019.obqwgt (mgr.14180) 1587 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:24.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:24 smithi019 bash[24123]: cluster 2023-11-08T18:32:23.244761+0000 mgr.smithi019.obqwgt (mgr.14180) 1588 : 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-08T18:32:24.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:24 smithi122 bash[28108]: cluster 2023-11-08T18:32:23.244761+0000 mgr.smithi019.obqwgt (mgr.14180) 1588 : 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-08T18:32:26.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:26 smithi019 bash[24123]: cluster 2023-11-08T18:32:25.245454+0000 mgr.smithi019.obqwgt (mgr.14180) 1589 : cluster [DBG] pgmap v1025: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:32:26.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:26 smithi122 bash[28108]: cluster 2023-11-08T18:32:25.245454+0000 mgr.smithi019.obqwgt (mgr.14180) 1589 : cluster [DBG] pgmap v1025: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:32:26.718 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:32:26.718 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:31:39.252641Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:31:38.208294Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:31:39.253126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:43.390546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vygaoz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\nDeploy daemon haproxy.nfs.foo.smithi122.vygaoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.214837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mpvhgy on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\nDeploy daemon haproxy.nfs.foo.smithi019.mpvhgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.220775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ztawft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:47.222891Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.owoznr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:31:38.210570Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:31:38.208684Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:31:38.208960Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:31:38.210848Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:31:38.209220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:31:38.209475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:31:39.253602Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:32:27.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:32:28.524 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:32:28.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:28 smithi019 bash[24123]: audit 2023-11-08T18:32:26.704722+0000 mgr.smithi019.obqwgt (mgr.14180) 1590 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:28.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:28 smithi019 bash[24123]: cluster 2023-11-08T18:32:27.246145+0000 mgr.smithi019.obqwgt (mgr.14180) 1591 : cluster [DBG] pgmap v1026: 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-08T18:32:28.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:28 smithi122 bash[28108]: audit 2023-11-08T18:32:26.704722+0000 mgr.smithi019.obqwgt (mgr.14180) 1590 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:28.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:28 smithi122 bash[28108]: cluster 2023-11-08T18:32:27.246145+0000 mgr.smithi019.obqwgt (mgr.14180) 1591 : cluster [DBG] pgmap v1026: 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-08T18:32:30.089 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:30 smithi019 bash[24123]: cluster 2023-11-08T18:32:29.246918+0000 mgr.smithi019.obqwgt (mgr.14180) 1592 : 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-08T18:32:30.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:30 smithi122 bash[28108]: cluster 2023-11-08T18:32:29.246918+0000 mgr.smithi019.obqwgt (mgr.14180) 1592 : 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-08T18:32:31.667 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:32:31.667 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:31:39.252641Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:31:38.208294Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:31:39.253126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:43.390546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vygaoz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\nDeploy daemon haproxy.nfs.foo.smithi122.vygaoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.214837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mpvhgy on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\nDeploy daemon haproxy.nfs.foo.smithi019.mpvhgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.220775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ztawft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:47.222891Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.owoznr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:31:38.210570Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:31:38.208684Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:31:38.208960Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:31:38.210848Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:31:38.209220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:31:38.209475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:31:39.253602Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:32:32.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:32:32.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:32 smithi019 bash[24123]: cluster 2023-11-08T18:32:31.247990+0000 mgr.smithi019.obqwgt (mgr.14180) 1593 : 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-08T18:32:32.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:32 smithi019 bash[24123]: audit 2023-11-08T18:32:31.653084+0000 mgr.smithi019.obqwgt (mgr.14180) 1594 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:32.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:32 smithi122 bash[28108]: cluster 2023-11-08T18:32:31.247990+0000 mgr.smithi019.obqwgt (mgr.14180) 1593 : 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-08T18:32:32.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:32 smithi122 bash[28108]: audit 2023-11-08T18:32:31.653084+0000 mgr.smithi019.obqwgt (mgr.14180) 1594 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:33.425 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:32:34.571 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:34 smithi019 bash[24123]: cluster 2023-11-08T18:32:33.249346+0000 mgr.smithi019.obqwgt (mgr.14180) 1595 : 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-08T18:32:34.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:34 smithi122 bash[28108]: cluster 2023-11-08T18:32:33.249346+0000 mgr.smithi019.obqwgt (mgr.14180) 1595 : 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-08T18:32:36.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:36 smithi019 bash[24123]: cluster 2023-11-08T18:32:35.250078+0000 mgr.smithi019.obqwgt (mgr.14180) 1596 : cluster [DBG] pgmap v1030: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:32:36.644 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:32:36.644 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:31:39.252641Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:31:38.208294Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:31:39.253126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:43.390546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vygaoz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\nDeploy daemon haproxy.nfs.foo.smithi122.vygaoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.214837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mpvhgy on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\nDeploy daemon haproxy.nfs.foo.smithi019.mpvhgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.220775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ztawft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:47.222891Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.owoznr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:31:38.210570Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:31:38.208684Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:31:38.208960Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:31:38.210848Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:31:38.209220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:31:38.209475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:31:39.253602Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:32:36.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:36 smithi122 bash[28108]: cluster 2023-11-08T18:32:35.250078+0000 mgr.smithi019.obqwgt (mgr.14180) 1596 : cluster [DBG] pgmap v1030: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:32:37.426 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:32:37.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:37 smithi019 bash[24123]: audit 2023-11-08T18:32:36.628959+0000 mgr.smithi019.obqwgt (mgr.14180) 1597 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:37.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:37 smithi122 bash[28108]: audit 2023-11-08T18:32:36.628959+0000 mgr.smithi019.obqwgt (mgr.14180) 1597 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:38.427 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:32:38.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:38 smithi019 bash[24123]: cluster 2023-11-08T18:32:37.250934+0000 mgr.smithi019.obqwgt (mgr.14180) 1598 : cluster [DBG] pgmap v1031: 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-08T18:32:38.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:38 smithi122 bash[28108]: cluster 2023-11-08T18:32:37.250934+0000 mgr.smithi019.obqwgt (mgr.14180) 1598 : cluster [DBG] pgmap v1031: 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-08T18:32:40.339 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:40 smithi019 bash[24123]: cluster 2023-11-08T18:32:39.252082+0000 mgr.smithi019.obqwgt (mgr.14180) 1599 : 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-08T18:32:40.467 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:40 smithi122 bash[28108]: cluster 2023-11-08T18:32:39.252082+0000 mgr.smithi019.obqwgt (mgr.14180) 1599 : 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-08T18:32:41.846 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:32:41.847 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:31:39.252641Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:31:38.208294Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:31:39.253126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:43.390546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vygaoz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\nDeploy daemon haproxy.nfs.foo.smithi122.vygaoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.214837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mpvhgy on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\nDeploy daemon haproxy.nfs.foo.smithi019.mpvhgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.220775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ztawft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:47.222891Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.owoznr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:31:38.210570Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:31:38.208684Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:31:38.208960Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:31:38.210848Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:31:38.209220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:31:38.209475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:31:39.253602Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:32:42.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:42 smithi019 bash[24123]: cluster 2023-11-08T18:32:41.253171+0000 mgr.smithi019.obqwgt (mgr.14180) 1600 : 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-08T18:32:42.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:32:42.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:42 smithi122 bash[28108]: cluster 2023-11-08T18:32:41.253171+0000 mgr.smithi019.obqwgt (mgr.14180) 1600 : 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-08T18:32:43.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:43 smithi019 bash[24123]: audit 2023-11-08T18:32:41.832376+0000 mgr.smithi019.obqwgt (mgr.14180) 1601 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:43.624 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:32:43.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:43 smithi122 bash[28108]: audit 2023-11-08T18:32:41.832376+0000 mgr.smithi019.obqwgt (mgr.14180) 1601 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:44.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:44 smithi019 bash[24123]: cluster 2023-11-08T18:32:43.254573+0000 mgr.smithi019.obqwgt (mgr.14180) 1602 : 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-08T18:32:44.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:44 smithi122 bash[28108]: cluster 2023-11-08T18:32:43.254573+0000 mgr.smithi019.obqwgt (mgr.14180) 1602 : 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-08T18:32:46.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:46 smithi019 bash[24123]: cluster 2023-11-08T18:32:45.255687+0000 mgr.smithi019.obqwgt (mgr.14180) 1603 : cluster [DBG] pgmap v1035: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:32:46.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:46 smithi122 bash[28108]: cluster 2023-11-08T18:32:45.255687+0000 mgr.smithi019.obqwgt (mgr.14180) 1603 : cluster [DBG] pgmap v1035: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T18:32:46.769 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:32:46.769 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:31:39.252641Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:31:38.208294Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:31:39.253126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:43.390546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vygaoz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\nDeploy daemon haproxy.nfs.foo.smithi122.vygaoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.214837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mpvhgy on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\nDeploy daemon haproxy.nfs.foo.smithi019.mpvhgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.220775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ztawft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:47.222891Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.owoznr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:31:38.210570Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:31:38.208684Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:31:38.208960Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:31:38.210848Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:31:38.209220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:31:38.209475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:31:39.253602Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:32:47.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:32:47.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:47 smithi122 bash[28108]: audit 2023-11-08T18:32:47.227069+0000 mon.smithi019 (mon.0) 1056 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:32:47.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:47 smithi019 bash[24123]: audit 2023-11-08T18:32:47.227069+0000 mon.smithi019 (mon.0) 1056 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T18:32:48.524 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:32:48.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:48 smithi019 bash[24123]: audit 2023-11-08T18:32:46.754627+0000 mgr.smithi019.obqwgt (mgr.14180) 1604 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:48.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:48 smithi019 bash[24123]: cluster 2023-11-08T18:32:47.256819+0000 mgr.smithi019.obqwgt (mgr.14180) 1605 : cluster [DBG] pgmap v1036: 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-08T18:32:48.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:48 smithi019 bash[24123]: audit 2023-11-08T18:32:47.508866+0000 mon.smithi019 (mon.0) 1057 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:32:48.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:48 smithi019 bash[24123]: audit 2023-11-08T18:32:47.799453+0000 mon.smithi019 (mon.0) 1058 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:32:48.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:48 smithi019 bash[24123]: audit 2023-11-08T18:32:47.801600+0000 mon.smithi019 (mon.0) 1059 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:32:48.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:48 smithi019 bash[24123]: audit 2023-11-08T18:32:47.811734+0000 mon.smithi019 (mon.0) 1060 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:32:48.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:48 smithi019 bash[24123]: audit 2023-11-08T18:32:47.819337+0000 mon.smithi019 (mon.0) 1061 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:32:48.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:48 smithi019 bash[24123]: audit 2023-11-08T18:32:47.836777+0000 mon.smithi019 (mon.0) 1062 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:32:48.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:48 smithi122 bash[28108]: audit 2023-11-08T18:32:46.754627+0000 mgr.smithi019.obqwgt (mgr.14180) 1604 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:48.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:48 smithi122 bash[28108]: cluster 2023-11-08T18:32:47.256819+0000 mgr.smithi019.obqwgt (mgr.14180) 1605 : cluster [DBG] pgmap v1036: 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-08T18:32:48.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:48 smithi122 bash[28108]: audit 2023-11-08T18:32:47.508866+0000 mon.smithi019 (mon.0) 1057 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:32:48.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:48 smithi122 bash[28108]: audit 2023-11-08T18:32:47.799453+0000 mon.smithi019 (mon.0) 1058 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T18:32:48.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:48 smithi122 bash[28108]: audit 2023-11-08T18:32:47.801600+0000 mon.smithi019 (mon.0) 1059 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T18:32:48.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:48 smithi122 bash[28108]: audit 2023-11-08T18:32:47.811734+0000 mon.smithi019 (mon.0) 1060 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:32:48.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:48 smithi122 bash[28108]: audit 2023-11-08T18:32:47.819337+0000 mon.smithi019 (mon.0) 1061 : audit [DBG] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T18:32:48.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:48 smithi122 bash[28108]: audit 2023-11-08T18:32:47.836777+0000 mon.smithi019 (mon.0) 1062 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:32:49.772 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:49 smithi019 bash[24123]: cluster 2023-11-08T18:32:47.812894+0000 mgr.smithi019.obqwgt (mgr.14180) 1606 : cluster [DBG] pgmap v1037: 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-08T18:32:49.772 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:49 smithi019 bash[24123]: cephadm 2023-11-08T18:32:47.841757+0000 mgr.smithi019.obqwgt (mgr.14180) 1607 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.rnsibj on smithi122 2023-11-08T18:32:49.772 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:49 smithi019 bash[24123]: cluster 2023-11-08T18:32:48.807797+0000 mon.smithi019 (mon.0) 1063 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:32:49.772 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:49 smithi019 bash[24123]: cluster 2023-11-08T18:32:48.807882+0000 mon.smithi019 (mon.0) 1064 : cluster [INF] Cluster is now healthy 2023-11-08T18:32:49.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:49 smithi122 bash[28108]: cluster 2023-11-08T18:32:47.812894+0000 mgr.smithi019.obqwgt (mgr.14180) 1606 : cluster [DBG] pgmap v1037: 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-08T18:32:49.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:49 smithi122 bash[28108]: cephadm 2023-11-08T18:32:47.841757+0000 mgr.smithi019.obqwgt (mgr.14180) 1607 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi122.rnsibj on smithi122 2023-11-08T18:32:49.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:49 smithi122 bash[28108]: cluster 2023-11-08T18:32:48.807797+0000 mon.smithi019 (mon.0) 1063 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T18:32:49.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:49 smithi122 bash[28108]: cluster 2023-11-08T18:32:48.807882+0000 mon.smithi019 (mon.0) 1064 : cluster [INF] Cluster is now healthy 2023-11-08T18:32:51.589 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:51 smithi019 bash[24123]: cluster 2023-11-08T18:32:49.813657+0000 mgr.smithi019.obqwgt (mgr.14180) 1608 : cluster [DBG] pgmap v1038: 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-08T18:32:51.717 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:51 smithi122 bash[28108]: cluster 2023-11-08T18:32:49.813657+0000 mgr.smithi019.obqwgt (mgr.14180) 1608 : cluster [DBG] pgmap v1038: 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-08T18:32:51.748 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:32:51.748 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:31:39.252641Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:31:38.208294Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:31:39.253126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:30:32.462580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.njvwyw on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:43.390546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.vygaoz on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-vygaoz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.vygaoz\nDeploy daemon haproxy.nfs.foo.smithi122.vygaoz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.214837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.mpvhgy on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-mpvhgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.mpvhgy\nDeploy daemon haproxy.nfs.foo.smithi019.mpvhgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:31:47.220775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.ztawft on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:31:47.222891Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.owoznr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:31:38.210570Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:31:38.208684Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:31:38.208960Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:31:38.210848Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:31:38.209220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:31:38.209475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:31:39.253602Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:32:52.628 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:32:52.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:52 smithi019 bash[24123]: audit 2023-11-08T18:32:51.791961+0000 mon.smithi019 (mon.0) 1065 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.rnsibj"}]: dispatch 2023-11-08T18:32:52.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:52 smithi122 bash[28108]: audit 2023-11-08T18:32:51.791961+0000 mon.smithi019 (mon.0) 1065 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi122.rnsibj"}]: dispatch 2023-11-08T18:32:53.630 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:32:53.833 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: audit 2023-11-08T18:32:51.731874+0000 mgr.smithi019.obqwgt (mgr.14180) 1609 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:53.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: cephadm 2023-11-08T18:32:51.791078+0000 mgr.smithi019.obqwgt (mgr.14180) 1610 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-rnsibj 2023-11-08T18:32:53.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:32:53.834 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-rnsibj 2023-11-08T18:32:53.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.rnsibj 2023-11-08T18:32:53.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:32:53.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.rnsibj 2023-11-08T18:32:53.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.rnsibj ... 2023-11-08T18:32:53.835 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:53.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:32:53.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:32:53.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:32:53.836 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:53.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:32:53.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:32:53.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:32:53.837 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:32:53.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:32:53.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-rnsibj 2023-11-08T18:32:53.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:32:53.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-rnsibj 2023-11-08T18:32:53.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.rnsibj 2023-11-08T18:32:53.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:32:53.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.rnsibj 2023-11-08T18:32:53.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.rnsibj ... 2023-11-08T18:32:53.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:53.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:32:53.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:32:53.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:32:53.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:53.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: cephadm 2023-11-08T18:32:51.791472+0000 mgr.smithi019.obqwgt (mgr.14180) 1611 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.rnsibj 2023-11-08T18:32:53.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: cephadm 2023-11-08T18:32:51.793183+0000 mgr.smithi019.obqwgt (mgr.14180) 1612 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.rnsibj on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-rnsibj 2023-11-08T18:32:53.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:32:53.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-rnsibj 2023-11-08T18:32:53.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.rnsibj 2023-11-08T18:32:53.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:32:53.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.rnsibj 2023-11-08T18:32:53.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi122.rnsibj ... 2023-11-08T18:32:53.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:53.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:32:53.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:32:53.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:32:53.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:53.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: cephadm 2023-11-08T18:32:51.796794+0000 mgr.smithi019.obqwgt (mgr.14180) 1613 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.vzeixl on smithi019 2023-11-08T18:32:53.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:53 smithi019 bash[24123]: cluster 2023-11-08T18:32:51.814618+0000 mgr.smithi019.obqwgt (mgr.14180) 1614 : cluster [DBG] pgmap v1039: 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-08T18:32:53.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: audit 2023-11-08T18:32:51.731874+0000 mgr.smithi019.obqwgt (mgr.14180) 1609 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:53.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: cephadm 2023-11-08T18:32:51.791078+0000 mgr.smithi019.obqwgt (mgr.14180) 1610 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-rnsibj 2023-11-08T18:32:53.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:32:53.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-rnsibj 2023-11-08T18:32:53.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.rnsibj 2023-11-08T18:32:53.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:32:53.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.rnsibj 2023-11-08T18:32:53.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.rnsibj ... 2023-11-08T18:32:53.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:53.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:32:53.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:32:53.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:32:53.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:53.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:32:53.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:32:53.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:32:53.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:32:53.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:32:53.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-rnsibj 2023-11-08T18:32:53.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:32:53.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-rnsibj 2023-11-08T18:32:53.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.rnsibj 2023-11-08T18:32:53.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:32:53.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.rnsibj 2023-11-08T18:32:53.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.rnsibj ... 2023-11-08T18:32:53.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:53.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:32:53.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:32:53.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:32:53.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:53.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: cephadm 2023-11-08T18:32:51.791472+0000 mgr.smithi019.obqwgt (mgr.14180) 1611 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi122.rnsibj 2023-11-08T18:32:53.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: cephadm 2023-11-08T18:32:51.793183+0000 mgr.smithi019.obqwgt (mgr.14180) 1612 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi122.rnsibj on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-rnsibj 2023-11-08T18:32:53.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:32:53.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-rnsibj 2023-11-08T18:32:53.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.rnsibj 2023-11-08T18:32:53.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:32:53.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.rnsibj 2023-11-08T18:32:53.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi122.rnsibj ... 2023-11-08T18:32:53.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:53.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:32:53.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:32:53.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:32:53.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:53.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: cephadm 2023-11-08T18:32:51.796794+0000 mgr.smithi019.obqwgt (mgr.14180) 1613 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi019.vzeixl on smithi019 2023-11-08T18:32:53.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:53 smithi122 bash[28108]: cluster 2023-11-08T18:32:51.814618+0000 mgr.smithi019.obqwgt (mgr.14180) 1614 : cluster [DBG] pgmap v1039: 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-08T18:32:55.588 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:55 smithi019 bash[24123]: cluster 2023-11-08T18:32:53.815550+0000 mgr.smithi019.obqwgt (mgr.14180) 1615 : cluster [DBG] pgmap v1040: 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-08T18:32:55.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:55 smithi122 bash[28108]: cluster 2023-11-08T18:32:53.815550+0000 mgr.smithi019.obqwgt (mgr.14180) 1615 : cluster [DBG] pgmap v1040: 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-08T18:32:56.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:56 smithi019 bash[24123]: audit 2023-11-08T18:32:56.205556+0000 mon.smithi019 (mon.0) 1066 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.vzeixl"}]: dispatch 2023-11-08T18:32:56.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:56 smithi122 bash[28108]: audit 2023-11-08T18:32:56.205556+0000 mon.smithi019 (mon.0) 1066 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi019.vzeixl"}]: dispatch 2023-11-08T18:32:56.968 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:32:56.968 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:31:39.252641Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:31:38.208294Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:31:39.253126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:31:47.222891Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.owoznr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:32:51.792952Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.rnsibj on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-rnsibj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-rnsibj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.rnsibj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.rnsibj\nDeploy daemon haproxy.nfs.foo.smithi122.rnsibj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:32:56.206534Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.vzeixl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-vzeixl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-vzeixl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.vzeixl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.vzeixl\nDeploy daemon haproxy.nfs.foo.smithi019.vzeixl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:32:56.208646Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.bgedfq on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:32:56.210498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wueldb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:31:38.210570Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:31:38.208684Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:31:38.208960Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:31:38.210848Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:31:38.209220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:31:38.209475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:31:39.253602Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:32:57.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:32:57.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: cluster 2023-11-08T18:32:55.816220+0000 mgr.smithi019.obqwgt (mgr.14180) 1616 : cluster [DBG] pgmap v1041: 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-08T18:32:57.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: cephadm 2023-11-08T18:32:56.204754+0000 mgr.smithi019.obqwgt (mgr.14180) 1617 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-vzeixl 2023-11-08T18:32:57.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:32:57.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-vzeixl 2023-11-08T18:32:57.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.vzeixl 2023-11-08T18:32:57.840 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:32:57.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.vzeixl 2023-11-08T18:32:57.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.vzeixl ... 2023-11-08T18:32:57.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:57.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:32:57.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:32:57.841 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:32:57.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:57.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: Traceback (most recent call last): 2023-11-08T18:32:57.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:32:57.842 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: yield (conn, connr) 2023-11-08T18:32:57.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:32:57.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: code, '\n'.join(err))) 2023-11-08T18:32:57.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-vzeixl 2023-11-08T18:32:57.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:32:57.843 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-vzeixl 2023-11-08T18:32:57.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.vzeixl 2023-11-08T18:32:57.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:32:57.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.vzeixl 2023-11-08T18:32:57.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.vzeixl ... 2023-11-08T18:32:57.844 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:57.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:32:57.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:32:57.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:32:57.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:57.845 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: cephadm 2023-11-08T18:32:56.205069+0000 mgr.smithi019.obqwgt (mgr.14180) 1618 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.vzeixl 2023-11-08T18:32:57.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: cephadm 2023-11-08T18:32:56.206654+0000 mgr.smithi019.obqwgt (mgr.14180) 1619 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.vzeixl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-vzeixl 2023-11-08T18:32:57.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:32:57.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-vzeixl 2023-11-08T18:32:57.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.vzeixl 2023-11-08T18:32:57.846 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: /usr/bin/docker: stdout 2023-11-08T18:32:57.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.vzeixl 2023-11-08T18:32:57.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: Deploy daemon haproxy.nfs.foo.smithi019.vzeixl ... 2023-11-08T18:32:57.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:57.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:32:57.847 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:32:57.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: stat: stderr See 'docker run --help'. 2023-11-08T18:32:57.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:57.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: cephadm 2023-11-08T18:32:56.208759+0000 mgr.smithi019.obqwgt (mgr.14180) 1620 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.bgedfq on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:32:57.848 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: cephadm 2023-11-08T18:32:56.210662+0000 mgr.smithi019.obqwgt (mgr.14180) 1621 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.wueldb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:32:57.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: cluster 2023-11-08T18:32:56.211571+0000 mgr.smithi019.obqwgt (mgr.14180) 1622 : cluster [DBG] pgmap v1042: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:32:57.849 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:57 smithi019 bash[24123]: cluster 2023-11-08T18:32:56.536061+0000 mon.smithi019 (mon.0) 1067 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:32:57.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: cluster 2023-11-08T18:32:55.816220+0000 mgr.smithi019.obqwgt (mgr.14180) 1616 : cluster [DBG] pgmap v1041: 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-08T18:32:57.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: cephadm 2023-11-08T18:32:56.204754+0000 mgr.smithi019.obqwgt (mgr.14180) 1617 : 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-vzeixl 2023-11-08T18:32:57.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:32:57.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-vzeixl 2023-11-08T18:32:57.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.vzeixl 2023-11-08T18:32:57.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:32:57.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.vzeixl 2023-11-08T18:32:57.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.vzeixl ... 2023-11-08T18:32:57.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:57.969 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:32:57.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:32:57.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:32:57.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:57.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: Traceback (most recent call last): 2023-11-08T18:32:57.970 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T18:32:57.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: yield (conn, connr) 2023-11-08T18:32:57.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T18:32:57.971 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: code, '\n'.join(err))) 2023-11-08T18:32:57.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: 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-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-vzeixl 2023-11-08T18:32:57.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:32:57.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-vzeixl 2023-11-08T18:32:57.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.vzeixl 2023-11-08T18:32:57.972 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:32:57.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.vzeixl 2023-11-08T18:32:57.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.vzeixl ... 2023-11-08T18:32:57.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:57.973 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:32:57.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:32:57.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:32:57.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:57.974 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: cephadm 2023-11-08T18:32:56.205069+0000 mgr.smithi019.obqwgt (mgr.14180) 1618 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi019.vzeixl 2023-11-08T18:32:57.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: cephadm 2023-11-08T18:32:56.206654+0000 mgr.smithi019.obqwgt (mgr.14180) 1619 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi019.vzeixl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-vzeixl 2023-11-08T18:32:57.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:32:57.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-vzeixl 2023-11-08T18:32:57.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.vzeixl 2023-11-08T18:32:57.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: /usr/bin/docker: stdout 2023-11-08T18:32:57.975 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.vzeixl 2023-11-08T18:32:57.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: Deploy daemon haproxy.nfs.foo.smithi019.vzeixl ... 2023-11-08T18:32:57.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:57.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T18:32:57.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T18:32:57.976 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: stat: stderr See 'docker run --help'. 2023-11-08T18:32:57.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T18:32:57.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: cephadm 2023-11-08T18:32:56.208759+0000 mgr.smithi019.obqwgt (mgr.14180) 1620 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi122.bgedfq on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:32:57.977 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: cephadm 2023-11-08T18:32:56.210662+0000 mgr.smithi019.obqwgt (mgr.14180) 1621 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi019.wueldb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T18:32:57.978 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: cluster 2023-11-08T18:32:56.211571+0000 mgr.smithi019.obqwgt (mgr.14180) 1622 : cluster [DBG] pgmap v1042: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T18:32:57.978 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:57 smithi122 bash[28108]: cluster 2023-11-08T18:32:56.536061+0000 mon.smithi019 (mon.0) 1067 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T18:32:58.755 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T18:32:58.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:58 smithi019 bash[24123]: audit 2023-11-08T18:32:56.958125+0000 mgr.smithi019.obqwgt (mgr.14180) 1623 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:58.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:58 smithi122 bash[28108]: audit 2023-11-08T18:32:56.958125+0000 mgr.smithi019.obqwgt (mgr.14180) 1623 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T18:32:59.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:59 smithi019 bash[24123]: cluster 2023-11-08T18:32:58.212908+0000 mgr.smithi019.obqwgt (mgr.14180) 1624 : cluster [DBG] pgmap v1043: 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-08T18:32:59.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:32:59 smithi019 bash[24123]: audit 2023-11-08T18:32:59.426592+0000 mon.smithi019 (mon.0) 1068 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:32:59.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:59 smithi122 bash[28108]: cluster 2023-11-08T18:32:58.212908+0000 mgr.smithi019.obqwgt (mgr.14180) 1624 : cluster [DBG] pgmap v1043: 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-08T18:32:59.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:32:59 smithi122 bash[28108]: audit 2023-11-08T18:32:59.426592+0000 mon.smithi019 (mon.0) 1068 : audit [INF] from='mgr.14180 172.21.15.19:0/3862972796' entity='mgr.smithi019.obqwgt' 2023-11-08T18:33:01.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:33:01 smithi019 bash[24123]: cluster 2023-11-08T18:33:00.214056+0000 mgr.smithi019.obqwgt (mgr.14180) 1625 : cluster [DBG] pgmap v1044: 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-08T18:33:01.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:33:01 smithi122 bash[28108]: cluster 2023-11-08T18:33:00.214056+0000 mgr.smithi019.obqwgt (mgr.14180) 1625 : cluster [DBG] pgmap v1044: 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-08T18:33:02.140 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-11-08T18:33:02.140 INFO:teuthology.orchestra.run.smithi019.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T17:59:13.005607Z", "last_refresh": "2023-11-08T18:31:39.252641Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T17:59:04.848802Z", "last_refresh": "2023-11-08T18:31:38.208294Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T17:59:08.908668Z", "last_refresh": "2023-11-08T18:31:39.253126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T18:31:47.222891Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.owoznr on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:32:51.792952Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi122.rnsibj on smithi122: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-rnsibj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi122-rnsibj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.rnsibj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi122.rnsibj\nDeploy daemon haproxy.nfs.foo.smithi122.rnsibj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi122 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:32:56.206534Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi019.vzeixl on smithi019: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-vzeixl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi019-vzeixl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.vzeixl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi019.vzeixl\nDeploy daemon haproxy.nfs.foo.smithi019.vzeixl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi019 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T18:32:56.208646Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi122.bgedfq on smithi122: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T18:32:56.210498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi019.wueldb on smithi019: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.19/16"}, "status": {"created": "2023-11-08T18:07:31.517851Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.19/16"}}, {"events": ["2023-11-08T18:07:27.401283Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T18:07:27.397304Z", "last_refresh": "2023-11-08T18:31:38.210570Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T17:59:02.843628Z", "last_refresh": "2023-11-08T18:31:38.208684Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:00:53.797681Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi019:172.21.15.19=smithi019", "smithi122:172.21.15.122=smithi122"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T18:00:53.793325Z", "last_refresh": "2023-11-08T18:31:38.208960Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T18:07:31.517237Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T18:07:31.510815Z", "last_refresh": "2023-11-08T18:31:38.210848Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T17:59:10.976448Z", "last_refresh": "2023-11-08T18:31:38.209220Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T18:01:30.502445Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T18:01:30.498133Z", "last_refresh": "2023-11-08T18:31:38.209475Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T17:59:06.903248Z", "last_refresh": "2023-11-08T18:31:39.253602Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T18:33:02.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T18:33:02.917 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-08T18:33:03.003 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=af1b4433385b49c9a47be398723bc728 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-08T18:33:03.007 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-08T18:33:03.018 INFO:tasks.vip:Removing 10.0.15.19 (and any VIPs) on smithi019.front.sepia.ceph.com iface ens1f0... 2023-11-08T18:33:03.019 DEBUG:teuthology.orchestra.run.smithi019:> sudo ip addr del 10.0.15.19/16 dev ens1f0 2023-11-08T18:33:03.049 DEBUG:teuthology.orchestra.run.smithi019:> sudo ip addr del 10.0.31.19/16 dev ens1f0 2023-11-08T18:33:03.103 INFO:teuthology.orchestra.run.smithi019.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-08T18:33:03.104 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-08T18:33:03.105 INFO:tasks.vip:Removing 10.0.15.122 (and any VIPs) on smithi122.front.sepia.ceph.com iface enp3s0f1... 2023-11-08T18:33:03.105 DEBUG:teuthology.orchestra.run.smithi122:> sudo ip addr del 10.0.15.122/16 dev enp3s0f1 2023-11-08T18:33:03.123 DEBUG:teuthology.orchestra.run.smithi122:> sudo ip addr del 10.0.31.19/16 dev enp3s0f1 2023-11-08T18:33:03.180 INFO:teuthology.orchestra.run.smithi122.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-08T18:33:03.181 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-08T18:33:03.182 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-08T18:33:03.194 INFO:tasks.cephadm:Teardown begin 2023-11-08T18:33:03.194 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T18:33:03.209 DEBUG:teuthology.orchestra.run.smithi122:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T18:33:03.238 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-08T18:33:03.238 DEBUG:teuthology.orchestra.run.smithi019:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-08T18:33:03.259 DEBUG:teuthology.orchestra.run.smithi122:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-08T18:33:03.284 INFO:tasks.cephadm:Stopping all daemons... 2023-11-08T18:33:03.285 INFO:tasks.cephadm.mon.smithi019:Stopping mon.smithi019... 2023-11-08T18:33:03.285 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7@mon.smithi019 2023-11-08T18:33:03.511 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:33:03 smithi019 systemd[1]: Stopping Ceph mon.smithi019 for 42fae158-7e60-11ee-8dbb-212e2dc638e7... 2023-11-08T18:33:03.512 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:33:03 smithi019 bash[127295]: Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-mon.smithi019 2023-11-08T18:33:03.838 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:33:03 smithi019 bash[24123]: debug 2023-11-08T18:33:03.504+0000 7fe5bd22c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi019 -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-08T18:33:03.839 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:33:03 smithi019 bash[24123]: debug 2023-11-08T18:33:03.504+0000 7fe5bd22c700 -1 mon.smithi019@0(leader) e2 *** Got Signal Terminated *** 2023-11-08T18:33:04.525 INFO:journalctl@ceph.mon.smithi019.smithi019.stdout:Nov 08 18:33:04 smithi019 bash[127332]: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-mon-smithi019 2023-11-08T18:33:04.544 DEBUG:teuthology.orchestra.run.smithi019:> sudo pkill -f 'journalctl -f -n 0 -u ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7@mon.smithi019.service' 2023-11-08T18:33:04.587 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T18:33:04.588 INFO:tasks.cephadm.mon.smithi019:Stopped mon.smithi019 2023-11-08T18:33:04.589 INFO:tasks.cephadm.mon.smithi122:Stopping mon.smithi122... 2023-11-08T18:33:04.589 DEBUG:teuthology.orchestra.run.smithi122:> sudo systemctl stop ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7@mon.smithi122 2023-11-08T18:33:04.967 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:33:04 smithi122 systemd[1]: Stopping Ceph mon.smithi122 for 42fae158-7e60-11ee-8dbb-212e2dc638e7... 2023-11-08T18:33:04.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:33:04 smithi122 bash[50376]: Error response from daemon: No such container: ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7-mon.smithi122 2023-11-08T18:33:04.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:33:04 smithi122 bash[28108]: debug 2023-11-08T18:33:04.764+0000 7f76b7e12700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi122 -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-08T18:33:04.968 INFO:journalctl@ceph.mon.smithi122.smithi122.stdout:Nov 08 18:33:04 smithi122 bash[28108]: debug 2023-11-08T18:33:04.764+0000 7f76b7e12700 -1 mon.smithi122@1(peon) e2 *** Got Signal Terminated *** 2023-11-08T18:33:05.839 DEBUG:teuthology.orchestra.run.smithi122:> sudo pkill -f 'journalctl -f -n 0 -u ceph-42fae158-7e60-11ee-8dbb-212e2dc638e7@mon.smithi122.service' 2023-11-08T18:33:05.884 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T18:33:05.885 INFO:tasks.cephadm.mon.smithi122:Stopped mon.smithi122 2023-11-08T18:33:05.885 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 --force --keep-logs 2023-11-08T18:34:08.461 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 --force --keep-logs 2023-11-08T18:35:08.020 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T18:35:08.040 DEBUG:teuthology.orchestra.run.smithi122:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T18:35:08.056 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-08T18:35:08.058 DEBUG:teuthology.misc:Transferring archived files from smithi019:/var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-08_16:14:24-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7452075/remote/ubuntu@smithi019.front.sepia.ceph.com/crash 2023-11-08T18:35:08.059 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/crash -- . 2023-11-08T18:35:08.099 INFO:teuthology.orchestra.run.smithi019.stderr:tar: /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-08T18:35:08.100 INFO:teuthology.orchestra.run.smithi019.stderr:tar: Error is not recoverable: exiting now 2023-11-08T18:35:08.102 DEBUG:teuthology.misc:Transferring archived files from smithi122:/var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-08_16:14:24-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7452075/remote/ubuntu@smithi122.front.sepia.ceph.com/crash 2023-11-08T18:35:08.103 DEBUG:teuthology.orchestra.run.smithi122:> sudo tar c -f - -C /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/crash -- . 2023-11-08T18:35:08.116 INFO:teuthology.orchestra.run.smithi122.stderr:tar: /var/lib/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-08T18:35:08.117 INFO:teuthology.orchestra.run.smithi122.stderr:tar: Error is not recoverable: exiting now 2023-11-08T18:35:08.118 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-08T18:35:08.118 DEBUG:teuthology.orchestra.run.smithi019:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-08T18:35:08.158 INFO:teuthology.orchestra.run.smithi019.stderr:grep: /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph.log: No such file or directory 2023-11-08T18:35:08.160 INFO:tasks.cephadm:Compressing logs... 2023-11-08T18:35:08.161 DEBUG:teuthology.orchestra.run.smithi019:> 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-08T18:35:08.205 DEBUG:teuthology.orchestra.run.smithi122:> 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-08T18:35:08.218 INFO:teuthology.orchestra.run.smithi019.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-11-08T18:35:08.221 INFO:teuthology.orchestra.run.smithi122.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-11-08T18:35:08.224 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.5.log 2023-11-08T18:35:08.225 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.1.log 2023-11-08T18:35:08.226 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-mon.smithi019.log 2023-11-08T18:35:08.226 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.5.log: /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi019.obqwgt.log 2023-11-08T18:35:08.229 INFO:teuthology.orchestra.run.smithi122.stderr:gzip -5 --verbose -- /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-mon.smithi122.log 2023-11-08T18:35:08.229 INFO:teuthology.orchestra.run.smithi122.stderr:gzip -5 --verbose -- /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.6.log 2023-11-08T18:35:08.230 INFO:teuthology.orchestra.run.smithi122.stderr:gzip -5 --verbose -- /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi122.qwqjhv.log 2023-11-08T18:35:08.230 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-mon.smithi122.log: gzip -5 --verbose -- /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.0.log 2023-11-08T18:35:08.230 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.6.log: /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi122.qwqjhv.log: gzip -5 --verbose -- /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.4.log 2023-11-08T18:35:08.231 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi122.bgdsqw.log 2023-11-08T18:35:08.231 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi019.sqhnqf.log 2023-11-08T18:35:08.232 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-mon.smithi019.log: /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi019.obqwgt.log: gzip -5 --verbose -- /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.3.log 2023-11-08T18:35:08.232 INFO:teuthology.orchestra.run.smithi019.stderr:gzip -5 --verbose -- /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-volume.log 2023-11-08T18:35:08.232 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi019.sqhnqf.log: 60.2% -- replaced with /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi019.sqhnqf.log.gz 2023-11-08T18:35:08.233 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.7.log 2023-11-08T18:35:08.233 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-08T18:35:08.238 INFO:teuthology.orchestra.run.smithi122.stderr:gzip -5 --verbose -- /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-volume.log 2023-11-08T18:35:08.238 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.2.log 2023-11-08T18:35:08.238 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi122.bgdsqw.log: /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-volume.log: 83.6%gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-08T18:35:08.239 INFO:teuthology.orchestra.run.smithi122.stderr: -- replaced with /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi122.bgdsqw.log.gz 2023-11-08T18:35:08.240 INFO:teuthology.orchestra.run.smithi019.stderr:/var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.7.log: /var/log/ceph/cephadm.log: 92.5% -- replaced with /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-volume.log.gz 2023-11-08T18:35:08.241 INFO:teuthology.orchestra.run.smithi122.stderr:/var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.2.log: /var/log/ceph/cephadm.log: 93.5% -- replaced with /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi122.qwqjhv.log.gz 2023-11-08T18:35:08.241 INFO:teuthology.orchestra.run.smithi122.stderr: 92.3% -- replaced with /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-volume.log.gz 2023-11-08T18:35:08.241 INFO:teuthology.orchestra.run.smithi122.stderr: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-08T18:35:08.252 INFO:teuthology.orchestra.run.smithi019.stderr: 92.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-08T18:35:08.545 INFO:teuthology.orchestra.run.smithi019.stderr: 88.9% -- replaced with /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi019.obqwgt.log.gz 2023-11-08T18:35:08.717 INFO:teuthology.orchestra.run.smithi122.stderr: 92.6% -- replaced with /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-mon.smithi122.log.gz 2023-11-08T18:35:08.734 INFO:teuthology.orchestra.run.smithi122.stderr: 92.8% -- replaced with /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.4.log.gz 2023-11-08T18:35:08.906 INFO:teuthology.orchestra.run.smithi122.stderr: 92.9% -- replaced with /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.2.log.gz 2023-11-08T18:35:08.950 INFO:teuthology.orchestra.run.smithi019.stderr: 92.9% -- replaced with /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.1.log.gz 2023-11-08T18:35:08.953 INFO:teuthology.orchestra.run.smithi019.stderr: 92.9% -- replaced with /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.5.log.gz 2023-11-08T18:35:09.004 INFO:teuthology.orchestra.run.smithi122.stderr: 92.7% -- replaced with /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.0.log.gz 2023-11-08T18:35:09.018 INFO:teuthology.orchestra.run.smithi019.stderr: 93.0% -- replaced with /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.7.log.gz 2023-11-08T18:35:09.065 INFO:teuthology.orchestra.run.smithi122.stderr: 92.8% -- replaced with /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.6.log.gz 2023-11-08T18:35:09.067 INFO:teuthology.orchestra.run.smithi122.stderr: 2023-11-08T18:35:09.067 INFO:teuthology.orchestra.run.smithi122.stderr:real 0m0.856s 2023-11-08T18:35:09.067 INFO:teuthology.orchestra.run.smithi122.stderr:user 0m3.166s 2023-11-08T18:35:09.067 INFO:teuthology.orchestra.run.smithi122.stderr:sys 0m0.157s 2023-11-08T18:35:09.101 INFO:teuthology.orchestra.run.smithi019.stderr: 93.4% -- replaced with /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-osd.3.log.gz 2023-11-08T18:35:09.161 INFO:teuthology.orchestra.run.smithi019.stderr: 90.0% -- replaced with /var/log/ceph/42fae158-7e60-11ee-8dbb-212e2dc638e7/ceph-mon.smithi019.log.gz 2023-11-08T18:35:09.163 INFO:teuthology.orchestra.run.smithi019.stderr: 2023-11-08T18:35:09.164 INFO:teuthology.orchestra.run.smithi019.stderr:real 0m0.955s 2023-11-08T18:35:09.164 INFO:teuthology.orchestra.run.smithi019.stderr:user 0m4.242s 2023-11-08T18:35:09.164 INFO:teuthology.orchestra.run.smithi019.stderr:sys 0m0.164s 2023-11-08T18:35:09.165 INFO:tasks.cephadm:Archiving logs... 2023-11-08T18:35:09.165 DEBUG:teuthology.misc:Transferring archived files from smithi019:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-08_16:14:24-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7452075/remote/ubuntu@smithi019.front.sepia.ceph.com/log 2023-11-08T18:35:09.167 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-08T18:35:09.776 DEBUG:teuthology.misc:Transferring archived files from smithi122:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-08_16:14:24-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7452075/remote/ubuntu@smithi122.front.sepia.ceph.com/log 2023-11-08T18:35:09.777 DEBUG:teuthology.orchestra.run.smithi122:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-08T18:35:10.197 INFO:tasks.cephadm:Removing cluster... 2023-11-08T18:35:10.198 DEBUG:teuthology.orchestra.run.smithi019:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 --force 2023-11-08T18:35:11.578 DEBUG:teuthology.orchestra.run.smithi122:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 42fae158-7e60-11ee-8dbb-212e2dc638e7 --force 2023-11-08T18:35:12.938 INFO:tasks.cephadm:Removing cephadm ... 2023-11-08T18:35:12.938 DEBUG:teuthology.orchestra.run.smithi019:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-08T18:35:12.946 DEBUG:teuthology.orchestra.run.smithi122:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-08T18:35:12.954 INFO:tasks.cephadm:Teardown complete 2023-11-08T18:35:12.954 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-08T18:35:12.965 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi019:/dev/vg_nvme/lv_1... 2023-11-08T18:35:12.966 DEBUG:teuthology.orchestra.run.smithi019:> sudo nvme disconnect -n lv_1 2023-11-08T18:35:13.272 INFO:teuthology.orchestra.run.smithi019.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-08T18:35:13.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T18:35:13.275 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi019:/dev/vg_nvme/lv_2... 2023-11-08T18:35:13.275 DEBUG:teuthology.orchestra.run.smithi019:> sudo nvme disconnect -n lv_2 2023-11-08T18:35:13.568 INFO:teuthology.orchestra.run.smithi019.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-08T18:35:13.570 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T18:35:13.570 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi019:/dev/vg_nvme/lv_3... 2023-11-08T18:35:13.571 DEBUG:teuthology.orchestra.run.smithi019:> sudo nvme disconnect -n lv_3 2023-11-08T18:35:13.852 INFO:teuthology.orchestra.run.smithi019.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-08T18:35:13.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T18:35:13.855 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi019:/dev/vg_nvme/lv_4... 2023-11-08T18:35:13.855 DEBUG:teuthology.orchestra.run.smithi019:> sudo nvme disconnect -n lv_4 2023-11-08T18:35:14.144 INFO:teuthology.orchestra.run.smithi019.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-08T18:35:14.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T18:35:14.147 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-11-08T18:35:14.147 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/scratch_devs 2023-11-08T18:35:14.162 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi122:/dev/vg_nvme/lv_1... 2023-11-08T18:35:14.165 DEBUG:teuthology.orchestra.run.smithi122:> sudo nvme disconnect -n lv_1 2023-11-08T18:35:14.471 INFO:teuthology.orchestra.run.smithi122.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-08T18:35:14.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T18:35:14.473 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi122:/dev/vg_nvme/lv_2... 2023-11-08T18:35:14.474 DEBUG:teuthology.orchestra.run.smithi122:> sudo nvme disconnect -n lv_2 2023-11-08T18:35:14.763 INFO:teuthology.orchestra.run.smithi122.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-08T18:35:14.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T18:35:14.765 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi122:/dev/vg_nvme/lv_3... 2023-11-08T18:35:14.766 DEBUG:teuthology.orchestra.run.smithi122:> sudo nvme disconnect -n lv_3 2023-11-08T18:35:15.055 INFO:teuthology.orchestra.run.smithi122.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-08T18:35:15.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T18:35:15.057 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi122:/dev/vg_nvme/lv_4... 2023-11-08T18:35:15.058 DEBUG:teuthology.orchestra.run.smithi122:> sudo nvme disconnect -n lv_4 2023-11-08T18:35:15.363 INFO:teuthology.orchestra.run.smithi122.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-08T18:35:15.364 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T18:35:15.365 DEBUG:teuthology.orchestra.run.smithi122:> set -ex 2023-11-08T18:35:15.366 DEBUG:teuthology.orchestra.run.smithi122:> sudo dd of=/scratch_devs 2023-11-08T18:35:15.381 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-08T18:35:15.397 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-08T18:35:15.398 DEBUG:teuthology.orchestra.run.smithi019:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T18:35:15.401 DEBUG:teuthology.orchestra.run.smithi122:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T18:35:15.419 INFO:teuthology.orchestra.run.smithi019.stdout: remote refid st t when poll reach delay offset jitter 2023-11-08T18:35:15.419 INFO:teuthology.orchestra.run.smithi019.stdout:============================================================================== 2023-11-08T18:35:15.420 INFO:teuthology.orchestra.run.smithi019.stdout:*hv01.front.sepi 44.4.53.2 2 u 56 64 377 0.085 0.374 1.497 2023-11-08T18:35:15.420 INFO:teuthology.orchestra.run.smithi019.stdout:+hv02.front.sepi 63.231.80.2 3 u 59 64 377 0.110 3.914 1.036 2023-11-08T18:35:15.420 INFO:teuthology.orchestra.run.smithi019.stdout:+hv03.front.sepi 74.6.168.72 3 u 49 64 377 0.098 6.170 1.919 2023-11-08T18:35:15.421 INFO:teuthology.orchestra.run.smithi019.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-11-08T18:35:15.442 INFO:teuthology.orchestra.run.smithi122.stdout: remote refid st t when poll reach delay offset jitter 2023-11-08T18:35:15.442 INFO:teuthology.orchestra.run.smithi122.stdout:============================================================================== 2023-11-08T18:35:15.442 INFO:teuthology.orchestra.run.smithi122.stdout:*hv01.front.sepi 44.4.53.2 2 u 46 128 377 0.141 -2.273 0.126 2023-11-08T18:35:15.443 INFO:teuthology.orchestra.run.smithi122.stdout:+hv02.front.sepi 63.231.80.2 3 u 48 128 377 0.170 0.165 0.093 2023-11-08T18:35:15.443 INFO:teuthology.orchestra.run.smithi122.stdout:+hv03.front.sepi 74.6.168.72 3 u 31 128 377 0.168 0.884 0.137 2023-11-08T18:35:15.443 INFO:teuthology.orchestra.run.smithi122.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-11-08T18:35:15.444 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-08T18:35:15.455 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-08T18:35:15.457 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-08T18:35:15.467 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-08T18:35:15.478 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-08T18:35:15.488 INFO:teuthology.task.internal:Duration was 2631.796047 seconds 2023-11-08T18:35:15.489 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-08T18:35:15.500 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-08T18:35:15.501 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-08T18:35:15.503 DEBUG:teuthology.orchestra.run.smithi122:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-08T18:35:15.553 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-08T18:35:15.554 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi019.front.sepia.ceph.com 2023-11-08T18:35:15.554 DEBUG:teuthology.orchestra.run.smithi019:> 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-08T18:35:15.569 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi122.front.sepia.ceph.com 2023-11-08T18:35:15.570 DEBUG:teuthology.orchestra.run.smithi122:> 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-08T18:35:15.584 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-08T18:35:15.585 DEBUG:teuthology.orchestra.run.smithi019:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-08T18:35:15.613 DEBUG:teuthology.orchestra.run.smithi122:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-08T18:35:15.697 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-08T18:35:15.698 DEBUG:teuthology.orchestra.run.smithi019:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-08T18:35:15.700 DEBUG:teuthology.orchestra.run.smithi122:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-08T18:35:15.904 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-08T18:35:15.915 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-08T18:35:15.916 DEBUG:teuthology.orchestra.run.smithi019:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-08T18:35:15.931 DEBUG:teuthology.orchestra.run.smithi122:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-08T18:35:15.947 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-08T18:35:15.958 DEBUG:teuthology.orchestra.run.smithi019:> 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-08T18:35:15.973 DEBUG:teuthology.orchestra.run.smithi122:> 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-08T18:35:15.985 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern = core 2023-11-08T18:35:16.005 INFO:teuthology.orchestra.run.smithi122.stdout:kernel.core_pattern = core 2023-11-08T18:35:16.033 DEBUG:teuthology.orchestra.run.smithi019:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-08T18:35:16.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T18:35:16.062 DEBUG:teuthology.orchestra.run.smithi122:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-08T18:35:16.079 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T18:35:16.080 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-08T18:35:16.094 INFO:teuthology.task.internal:Transferring archived files... 2023-11-08T18:35:16.096 DEBUG:teuthology.misc:Transferring archived files from smithi019:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-08_16:14:24-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7452075/remote/smithi019 2023-11-08T18:35:16.097 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-08T18:35:16.139 DEBUG:teuthology.misc:Transferring archived files from smithi122:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-08_16:14:24-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7452075/remote/smithi122 2023-11-08T18:35:16.140 DEBUG:teuthology.orchestra.run.smithi122:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-08T18:35:16.168 INFO:teuthology.task.internal:Removing archive directory... 2023-11-08T18:35:16.169 DEBUG:teuthology.orchestra.run.smithi019:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-08T18:35:16.177 DEBUG:teuthology.orchestra.run.smithi122:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-08T18:35:16.213 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-08T18:35:16.227 INFO:teuthology.task.internal:Not uploading archives. 2023-11-08T18:35:16.227 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-08T18:35:16.240 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-08T18:35:16.241 DEBUG:teuthology.orchestra.run.smithi019:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-08T18:35:16.243 DEBUG:teuthology.orchestra.run.smithi122:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-08T18:35:16.249 INFO:teuthology.orchestra.run.smithi019.stdout: 1048609 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 8 18:35 /home/ubuntu/cephtest 2023-11-08T18:35:16.262 INFO:teuthology.orchestra.run.smithi122.stdout: 1048603 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 8 18:35 /home/ubuntu/cephtest 2023-11-08T18:35:16.264 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-08T18:35:16.276 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-08T18:35:16.299 INFO:teuthology.nuke:Checking targets against current locks 2023-11-08T18:35:16.328 DEBUG:teuthology.nuke:shortname: smithi019 2023-11-08T18:35:16.328 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T18:35:16.353 DEBUG:teuthology.nuke:shortname: smithi122 2023-11-08T18:35:16.354 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T18:35:16.357 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi019.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-08_16:14:24-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7452075', '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 17:39:51.198550', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-11-08T18:35:16.377 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi122.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-08_16:14:24-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7452075', '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 17:39:51.196853', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-11-08T18:35:16.408 INFO:teuthology.orchestra.console.smithi019:Power off 2023-11-08T18:35:16.409 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T18:35:16.436 DEBUG:teuthology.orchestra.console.smithi019:power off output: Chassis Power Control: Down/Off 2023-11-08T18:35:16.436 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T18:35:16.455 INFO:teuthology.orchestra.console.smithi122:Power off 2023-11-08T18:35:16.456 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T18:35:16.467 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2023-11-08T18:35:16.485 DEBUG:teuthology.orchestra.console.smithi122:power off output: Chassis Power Control: Down/Off 2023-11-08T18:35:16.486 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T18:35:16.509 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is on 2023-11-08T18:35:20.469 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T18:35:20.510 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T18:35:20.581 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2023-11-08T18:35:20.622 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is on 2023-11-08T18:35:24.586 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T18:35:24.624 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T18:35:24.697 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2023-11-08T18:35:24.737 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is on 2023-11-08T18:35:28.702 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T18:35:28.738 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T18:35:28.812 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is off 2023-11-08T18:35:28.849 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is off 2023-11-08T18:35:28.913 INFO:teuthology.orchestra.console.smithi019:Power off completed 2023-11-08T18:35:28.951 INFO:teuthology.orchestra.console.smithi122:Power off completed 2023-11-08T18:35:29.056 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: 2631.796047449112 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=af1b4433385b49c9a47be398723bc728 status: fail success: false 2023-11-08T18:35:29.056 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-08T18:35:29.129 INFO:teuthology.run:FAIL